Population 1950
The data of this indicator is based
@kaggle.willianoliveiragibin_population_1950
The data of this indicator is based
@kaggle.willianoliveiragibin_population_1950
CREATE TABLE population_and_demography (
"country_name" VARCHAR,
"year" BIGINT,
"population" BIGINT,
"population_of_children_under_the_age_of_1" DOUBLE,
"population_of_children_under_the_age_of_5" BIGINT,
"population_of_children_under_the_age_of_15" BIGINT,
"population_under_the_age_of_25" BIGINT,
"population_aged_15_to_64_years" BIGINT,
"population_older_than_15_years" BIGINT,
"population_older_than_18_years" BIGINT,
"population_at_age_1" DOUBLE,
"population_aged_1_to_4_years" DOUBLE,
"population_aged_5_to_9_years" BIGINT,
"population_aged_10_to_14_years" BIGINT,
"population_aged_15_to_19_years" BIGINT,
"population_aged_20_to_29_years" BIGINT,
"population_aged_30_to_39_years" BIGINT,
"population_aged_40_to_49_years" BIGINT,
"population_aged_50_to_59_years" BIGINT,
"population_aged_60_to_69_years" BIGINT,
"population_aged_70_to_79_years" BIGINT,
"population_aged_80_to_89_years" BIGINT,
"population_aged_90_to_99_years" BIGINT,
"population_older_than_100_years" DOUBLE,
"population_all_20_24_records" BIGINT,
"population_all_25_29_records" BIGINT,
"population_all_30_34_records" BIGINT,
"population_all_35_39_records" BIGINT,
"population_all_40_44_records" BIGINT,
"population_all_45_49_records" BIGINT,
"population_all_50_54_records" BIGINT,
"population_all_55_59_records" BIGINT,
"population_all_60_64_records" BIGINT,
"population_all_65_69_records" BIGINT,
"population_all_70_74_records" BIGINT,
"population_all_75_79_records" BIGINT,
"population_all_80_84_records" BIGINT,
"population_all_85_89_records" BIGINT,
"population_all_90_94_records" BIGINT,
"population_all_95_99_records" BIGINT
);
Anyone who has the link will be able to view this.