Baselight

Urbanization

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

@kaggle.programmerrdai_urbanization

Population Threshold For Urban Area
@kaggle.programmerrdai_urbanization.population_threshold_for_urban_area

  • 5.38 KB
  • 99 rows
  • 4 columns
entity

Entity

code

Code

year

Year

minimum_population_threshold_for_urban_area_un_2018

Minimum Population Threshold For Urban Area (UN; 2018)

AlbaniaALB2018400
AlgeriaDZA20185000
American SamoaASM20182500
ArgentinaARG20182000
AustraliaAUS201810000
BahrainBHR20182500
BangladeshBGD20185000
BelgiumBEL20185000
BeninBEN201810000
BhutanBTN20181500

CREATE TABLE population_threshold_for_urban_area (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "minimum_population_threshold_for_urban_area_un_2018" BIGINT
);

Share link

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