Baselight

New & Ancient Temples - India

List of famous temples of India (with distance from top 4 metro cities)

@kaggle.kkhandekar_new_ancient_temples_india

Loading...
Loading...

About this Dataset

New & Ancient Temples - India

Famous Temples Of India

A list of new and ancient temples in India. This list contains

  • temple name
  • temple description
  • location
  • location co-ordinates
  • distance from Mumbai
  • distance from New Delhi
  • distance from Chennai
  • distance from Kolkata

Note: Regarding the distance, I only chose the top 4 metro cities (by population) in India. Please feel free to add any other city of your choice.

Tables

Newancienttemples

@kaggle.kkhandekar_new_ancient_temples_india.newancienttemples
  • 29.15 KB
  • 53 rows
  • 8 columns
Loading...

CREATE TABLE newancienttemples (
  "templename" VARCHAR,
  "description" VARCHAR,
  "location" VARCHAR,
  "coordinates" VARCHAR,
  "distancefrommumbai_km" DOUBLE,
  "distancefromnewdelhi_km" DOUBLE,
  "distancefromchennai_km" DOUBLE,
  "distancefromkolkata_km" DOUBLE
);

Share link

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