Baselight

🌍 Countries, States And Cities Around The World

150k cities in 5k states in 250 countries

@kaggle.mexwell_countries_states_and_cities_around_the_world

States
@kaggle.mexwell_countries_states_and_cities_around_the_world.states

  • 204.73 KB
  • 5077 rows
  • 9 columns
id

Id

name

Name

country_id

Country Id

country_code

Country Code

country_name

Country Name

state_code

State Code

type

Type

latitude

Latitude

longitude

Longitude

3901Badakhshan1AFAfghanistanBDSnan36.734772570.8119953
3871Badghis1AFAfghanistanBDGnan35.167133963.7695384
3875Baghlan1AFAfghanistanBGLnan36.178902668.7453064
3884Balkh1AFAfghanistanBALnan36.755060366.8975372
3872Bamyan1AFAfghanistanBAMnan34.810006767.8212104
3892Daykundi1AFAfghanistanDAYnan33.66949566.0463534
3899Farah1AFAfghanistanFRAnan32.49532862.2626627
3889Faryab1AFAfghanistanFYBnan36.079561364.905955
3870Ghazni1AFAfghanistanGHAnan33.545058768.4173972
3888Ghōr1AFAfghanistanGHOnan34.099577664.905955

CREATE TABLE states (
  "id" BIGINT,
  "name" VARCHAR,
  "country_id" BIGINT,
  "country_code" VARCHAR,
  "country_name" VARCHAR,
  "state_code" VARCHAR,
  "type" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE
);

Share link

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