New & Ancient Temples - India
List of famous temples of India (with distance from top 4 metro cities)
@kaggle.kkhandekar_new_ancient_temples_india
List of famous temples of India (with distance from top 4 metro cities)
@kaggle.kkhandekar_new_ancient_temples_india
CREATE TABLE newancienttemples (
"templename" VARCHAR,
"description" VARCHAR,
"location" VARCHAR,
"coordinates" VARCHAR,
"distancefrommumbai_km" DOUBLE,
"distancefromnewdelhi_km" DOUBLE,
"distancefromchennai_km" DOUBLE,
"distancefromkolkata_km" DOUBLE
);
Anyone who has the link will be able to view this.