Baselight

Population Of China (2020 And Historical)

Historical Population. Population Forecast, Population in Major Cities

@kaggle.anandhuh_population_data_china

China Population Forecast
@kaggle.anandhuh_population_data_china.china_population_forecast

  • 10.32 KB
  • 7 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.466495181-34839938.41.6915360.887507591918.4777947987391
202514579082490.263716895-37126440.21.6915565.695655385417.8181844374601
203014643401590.091286382-35210042.61.6915669.5101784744517.1385484874002
20351461083029-0.04-651426-311798451.6915672.5105961862616.4488875242132
20401449031423-0.17-2410321-31180146.31.6915474.8108346403515.7591988472402
20451429312248-0.27-3943835-31108147.21.6915276.4109203740915.0794818032742
20501402405170-0.38-5381416-31089147.61.6914977.9109194800314.4197350339902

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

Share link

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