Baselight

Urbanization

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

@kaggle.programmerrdai_urbanization

Employment In Agri Vs Urban Pop
@kaggle.programmerrdai_urbanization.employment_in_agri_vs_urban_pop

  • 157.14 KB
  • 9079 rows
  • 7 columns
entity

Entity

code

Code

year

Year

share_employed_agri

Share Employed Agri

urban_population_of_total_population

Urban Population (% Of Total Population)

population_historical_estimates

Population (historical Estimates)

continent

Continent

AbkhaziaOWID_ABK2015Asia
AfghanistanAFG199163.4300003121.26600074768066413299016nan
AfghanistanAFG199263.6500015321.35499954223632814485543nan
AfghanistanAFG199364.4100036621.44400024414062515816601nan
AfghanistanAFG199464.4400024421.5340003967285217075728nan
AfghanistanAFG199564.3000030521.62400054931640618110662nan
AfghanistanAFG199664.6800003121.71400070190429718853444nan
AfghanistanAFG199764.9800033621.8050003051757819357126nan
AfghanistanAFG199865.1999969521.89500045776367219737770nan
AfghanistanAFG199965.4599990821.9860000610351620170847nan

CREATE TABLE employment_in_agri_vs_urban_pop (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "share_employed_agri" DOUBLE,
  "urban_population_of_total_population" DOUBLE,
  "population_historical_estimates" DOUBLE,
  "continent" VARCHAR
);

Share link

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