Most Populous Age Groups (UN WPP)
@owid.un_wpp_most
@owid.un_wpp_most
CREATE TABLE owid_population_10_year_age_groups (
"country" VARCHAR,
"year" INTEGER,
"age_group_ten" VARCHAR
);
CREATE TABLE owid_population_5_year_age_groups (
"country" VARCHAR,
"year" INTEGER,
"age_group_five" VARCHAR
);
Anyone who has the link will be able to view this.