Baselight

Population Of China (2020 And Historical)

Historical Population. Population Forecast, Population in Major Cities

@kaggle.anandhuh_population_data_china

China Population
@kaggle.anandhuh_population_data_china.china_population

  • 11.2 KB
  • 18 rows
  • 13 columns
year

Year

population

Population

yearly_change

Yearly % Change

yearly_change_edbbdd

Yearly Change

migrants_net

Migrants (net)

median_age

Median Age

fertility_rate

Fertility Rate

density_p_km

Density (P/Km²)

urban_pop

Urban Pop %

urban_population

Urban Population

country_s_share_of_world_pop

Country\u0027s Share Of World Pop

world_population

World Population

china_global_rank

China Global Rank

202014393237760.395540090-34839938.41.6915360.887507591918.4777947987391
201914337836860.436135900-348399371.6515359.785640929718.5977134681001
201814276477860.476625995-348399371.6515258.683702209518.7176310910401
201714210217910.496972440-348399371.6515157.581695761318.8375478589251
201614140493510.517201481-348399371.6515156.379628949118.9474640220491
201514068478700.557607451-31044236.71.6415055.177535291819.0673797971391
201013688106150.577606847-435677351.6214648.966935355719.6869568236031
200513307763800.628045123-39311632.61.6114242.256198332320.3465419070271
200012905507650.799926046-76600301.6213735.746037704821.0161434938231
199512409205351.0712807372-15599627.41.8313230.938390171121.657442129791

CREATE TABLE china_population (
  "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,
  "china_global_rank" BIGINT
);

Share link

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