Global Demographic Dynamics: Population Trends
Comprehensive Historical and Forecasted Population Data
@kaggle.programmerrdai_global_demographic_dynamics_population_trends
Comprehensive Historical and Forecasted Population Data
@kaggle.programmerrdai_global_demographic_dynamics_population_trends
This dataset provides an in-depth look at global demographic trends spanning a century, offering detailed insights into population growth, age-gender structure, and dependency changes over time. It is designed to support a wide range of analytical applications, from academic research in demographics to policy-making and socio-economic planning.
CREATE TABLE us_popagestruct_20230713030811 (
"year" BIGINT,
"economy" BIGINT,
"economy_label" VARCHAR,
"sex" BIGINT,
"sex_label" VARCHAR,
"ageclass" BIGINT,
"ageclass_label" VARCHAR,
"absolute_value_in_thousands" DOUBLE,
"absolute_value_in_thousands_footnote" VARCHAR,
"absolute_value_in_thousands_missing_value" VARCHAR
);CREATE TABLE us_popdependency_20230713030812 (
"series" BIGINT,
"series_label" VARCHAR,
"year" BIGINT,
"economy" BIGINT,
"economy_label" VARCHAR,
"persons_per_hundred_persons_aged_15_64" DOUBLE,
"persons_per_hundred_persons_aged_15_64_footnote" VARCHAR,
"persons_per_hundred_persons_aged_15_64_missing_value" VARCHAR
);CREATE TABLE us_popgr_20230713030828 (
"period" BIGINT,
"period_label" VARCHAR,
"economy" BIGINT,
"economy_label" VARCHAR,
"annual_average_growth_rate" DOUBLE,
"annual_average_growth_rate_footnote" VARCHAR,
"annual_average_growth_rate_missing_value" VARCHAR
);CREATE TABLE us_poptotal_20230713030810 (
"year" BIGINT,
"economy" BIGINT,
"economy_label" VARCHAR,
"absolute_value_in_thousands" DOUBLE,
"absolute_value_in_thousands_footnote" VARCHAR,
"absolute_value_in_thousands_missing_value" VARCHAR,
"urban_population_as_percentage_of_total_population" DOUBLE,
"urban_population_as_percentage_of_total_population_footnote" VARCHAR,
"urban_population_as_percentage_of_total_population_mis_e463a55e" VARCHAR -- Urban Population As Percentage Of Total Population Missing Value
);Anyone who has the link will be able to view this.