Baselight

Geographic Data Of Indian Cities

Contains the latitude and longitude data for cities in India

@kaggle.yugalkishore_geographic_data_of_indian_cities

Loading...
Loading...

About this Dataset

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.

Tables

Ind Cities Geo Data

@kaggle.yugalkishore_geographic_data_of_indian_cities.ind_cities_geo_data
  • 12.72 KB
  • 412 rows
  • 4 columns
Loading...

CREATE TABLE ind_cities_geo_data (
  "city" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "country" VARCHAR
);

Share link

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