Baselight

Countries States Cities Database

🌍 Discover our global repository of countries, states, and cities!

@kaggle.darshangada_countries_states_cities_database

States
@kaggle.darshangada_countries_states_cities_database.states

  • 204.05 KB
  • 5143 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

3901Badakhshan1AFAfghanistanBDSprovince36.734772570.8119953
3871Badghis1AFAfghanistanBDGprovince35.167133963.7695384
3875Baghlan1AFAfghanistanBGLprovince36.178902668.7453064
3884Balkh1AFAfghanistanBALprovince36.755060366.8975372
3872Bamyan1AFAfghanistanBAMprovince34.810006767.8212104
3892Daykundi1AFAfghanistanDAYprovince33.66949566.0463534
3899Farah1AFAfghanistanFRAprovince32.49532862.2626627
3889Faryab1AFAfghanistanFYBprovince36.079561364.905955
3870Ghazni1AFAfghanistanGHAprovince33.545058768.4173972
3888Ghōr1AFAfghanistanGHOprovince34.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.