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
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
);
Anyone who has the link will be able to view this.