Geographic Data Of Indian Cities
Contains the latitude and longitude data for cities in India
@kaggle.yugalkishore_geographic_data_of_indian_cities
Contains the latitude and longitude data for cities in India
@kaggle.yugalkishore_geographic_data_of_indian_cities
This Dataset is created for assisting all who are looking to make plots on the India map.
It contains the geographical data of cities in India. It was created to make visualizations about places better.
CREATE TABLE ind_cities_geo_data (
"city" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"country" VARCHAR
);Anyone who has the link will be able to view this.