Baselight

Population Of USA (2050-1955)

Historical Population. Population Forecast, Population in Major Cities

@kaggle.anandhuh_population_data_usa

Loading...
Loading...

About this Dataset

Population Of USA (2050-1955)

Content

The current population of the United States of America is 334,464,117 as of Saturday, April 16, 2022, based on Worldometer elaboration of the latest United Nations data. This three datasets contain population data of USA (2020 and histIndiaorical), population forecast and population in major cities.

Attribute Information

  • Year - Years from 2020-1955
  • Population - Population in the respective year
  • Yearly % Change - Percentage Yearly Change in Population
  • Yearly Change - Yearly Change in Population
  • Migrants (net) - Total number of migrants
  • Median Age - Median age of the population
  • Fertility Rate - Fertility rate
  • Density (P/Km²)- Population density (population per square km)
  • Urban Pop %- Percentage of urban population
  • Urban Population- Urban population
  • Country's Share of World Pop - Population share
  • World Population - World Population in the respective year
  • India Global Rank - Global Rank in Population

Source

Link : https://www.worldometers.info/world-population/us-population/

Updated Covid 19 and Other Datasets

Link : https://www.kaggle.com/anandhuh/datasets

If you find it useful, please support by upvoting ❤️

Thank You

Tables

Population Usa

@kaggle.anandhuh_population_data_usa.population_usa
  • 11.13 KB
  • 18 rows
  • 13 columns
Loading...

CREATE TABLE population_usa (
  "year" BIGINT,
  "population" BIGINT,
  "yearly_change" DOUBLE,
  "yearly_change_edbbdd" BIGINT,
  "migrants_net" BIGINT,
  "median_age" DOUBLE,
  "fertility_rate" DOUBLE,
  "density_p_km" BIGINT,
  "urban_pop" DOUBLE,
  "urban_population" BIGINT,
  "country_s_share_of_world_pop" DOUBLE,
  "world_population" BIGINT,
  "u_s_global_rank" BIGINT
);

Population Usa Forecast

@kaggle.anandhuh_population_data_usa.population_usa_forecast
  • 10.29 KB
  • 7 rows
  • 13 columns
Loading...

CREATE TABLE population_usa_forecast (
  "year" BIGINT,
  "population" BIGINT,
  "yearly_change" DOUBLE,
  "yearly_change_edbbdd" BIGINT,
  "migrants_net" BIGINT,
  "median_age" DOUBLE,
  "fertility_rate" DOUBLE,
  "density_p_km" BIGINT,
  "urban_pop" DOUBLE,
  "urban_population" BIGINT,
  "country_s_share_of_world_pop" DOUBLE,
  "world_population" BIGINT,
  "u_s_global_rank" BIGINT
);

Usa City Population

@kaggle.anandhuh_population_data_usa.usa_city_population
  • 3.4 KB
  • 70 rows
  • 2 columns
Loading...

CREATE TABLE usa_city_population (
  "city_name" VARCHAR,
  "population" BIGINT
);

Share link

Anyone who has the link will be able to view this.