Indian Cities Database
Coordinates of some of the prominent cities in India
@kaggle.parulpandey_indian_cities_database
Coordinates of some of the prominent cities in India
@kaggle.parulpandey_indian_cities_database
CREATE TABLE indian_cities_database (
"city" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"country" VARCHAR,
"iso2" VARCHAR,
"state" VARCHAR
);
Anyone who has the link will be able to view this.