Urban Population Analysis(1950-2050)
Looking into Global Population and Urbanization Trends
@kaggle.girishchowdary22_urban_population_analysis1950_2050
Looking into Global Population and Urbanization Trends
@kaggle.girishchowdary22_urban_population_analysis1950_2050
This dataset presents essential statistics related to global population dynamics. It includes information such as the year, economy, economy label, absolute population values in thousands, and urban population percentages. The dataset covers the period from 1950 to 2050, providing insights into population trends and urbanization patterns across various economies.
The columns in data set is
Year
Economy
Economy Label
Absolute value in thousands
Absolute value in thousands Missing value
Urban population as percentage of total population
Urban population as percentage of total population Missing value
CREATE TABLE dataset (
"year" BIGINT,
"economy" BIGINT,
"economy_label" VARCHAR,
"absolute_value_in_thousands" VARCHAR,
"absolute_value_in_thousands_missing_value" VARCHAR,
"urban_population_as_percentage_of_total_population" 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.