Baselight

Urbanization

To all those who said I couldn't make jokes about blind people...watch me.

@kaggle.programmerrdai_urbanization

Urban Vs Rural Majority
@kaggle.programmerrdai_urbanization.urban_vs_rural_majority

  • 382.99 KB
  • 27977 rows
  • 5 columns
entity

Entity

code

Code

year

Year

urban_population_long_run_with_2050_projections_owid

Urban Population (%) Long-run With 2050 Projections (OWID)

rural_population_long_run_with_2050_projections_owid

Rural Population (%) Long-run With 2050 Projections (OWID)

AfghanistanAFG1950694
AfghanistanAFG19516.20893.792
AfghanistanAFG19526.42293.578003
AfghanistanAFG19536.64393.357002
AfghanistanAFG19546.87293.127998
AfghanistanAFG19557.10792.892998
AfghanistanAFG19567.35192.649002
AfghanistanAFG19577.60192.399002
AfghanistanAFG19587.8692.139999
AfghanistanAFG19598.12691.874001

CREATE TABLE urban_vs_rural_majority (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "urban_population_long_run_with_2050_projections_owid" DOUBLE,
  "rural_population_long_run_with_2050_projections_owid" DOUBLE
);

Share link

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