Baselight

America Population Data 1955-2020

USA historical population data

@kaggle.haseebchohan_america_population_data_1955_2020

Loading...
Loading...

About this Dataset

America Population Data 1955-2020

The current population of the United States of America is 336,539,103 as of Saturday, May 13, 2023, based on Worldometer elaboration of the latest United Nations data.
The United States 2020 population is estimated at 331,002,651 people at mid year according to UN data.
The United States population is equivalent to 4.25% of the total world population.
The U.S.A. ranks number 3 in the list of countries (and dependencies) by population.
The population density in the United States is 36 per Km2 (94 people per mi2).
The total land area is 9,147,420 Km2 (3,531,837 sq. miles)
82.8 % of the population is urban (273,975,139 people in 2020)
The median age in the United States is 38.3 years.

Tables

America Population Data 1955–2020

@kaggle.haseebchohan_america_population_data_1955_2020.america_population_data_1955_2020
  • 10.86 KB
  • 18 rows
  • 13 columns
Loading...

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

America Population Forecast

@kaggle.haseebchohan_america_population_data_1955_2020.america_population_forecast
  • 9.92 KB
  • 5 rows
  • 13 columns
Loading...

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

Cities By Population

@kaggle.haseebchohan_america_population_data_1955_2020.cities_by_population
  • 6.45 KB
  • 70 rows
  • 7 columns
Loading...

CREATE TABLE cities_by_population (
  "n" BIGINT,
  "city_name" VARCHAR,
  "population" BIGINT,
  "unnamed_3" VARCHAR,
  "unnamed_4" VARCHAR,
  "unnamed_5" VARCHAR,
  "unnamed_6" VARCHAR
);

Share link

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