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
Here is a list of prominent cities in India. Each row includes a city's latitude, longitude, state, and other variables of interest.
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.