Wonders Of World
Locations of some prominent places on Earth
@kaggle.karnikakapoor_wonders_of_world
Locations of some prominent places on Earth
@kaggle.karnikakapoor_wonders_of_world
This dataset unlocks a fascinating journey through 50 of the world's most awe-inspiring landmarks, curated from the renowned New 7Wonders list. Packed with 7 insightful data points, it's your key to exploring these wonders in a whole new light!
Dive into a treasure trove of information:
Fuel your wanderlust and unleash data exploration potential:
This dataset is a treasure trove for:
Open Access, Endless Possibilities:
Freely available in a user-friendly format (specify format, e.g., CSV), this dataset empowers you to explore, analyze, and create.
Join the Exploration!
This dataset is a springboard for endless discovery.
CREATE TABLE wonders_of_world (
  "name" VARCHAR,
  "type" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "location" VARCHAR,
  "wikipedia_link" VARCHAR,
  "picture_link" VARCHAR,
  "build_in_year" VARCHAR
);CREATE TABLE wondersofworld_24 (
  "name" VARCHAR,
  "type" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "location" VARCHAR,
  "wikipedia_link" VARCHAR,
  "picture_link" VARCHAR,
  "build_in_year" VARCHAR,
  "image_base64" VARCHAR
);CREATE TABLE wondersofworld_july24 (
  "name" VARCHAR,
  "type" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "location" VARCHAR,
  "wikipedia_link" VARCHAR,
  "picture_link" VARCHAR,
  "build_in_year" VARCHAR,
  "image_base64" VARCHAR
);CREATE TABLE wonders_of_world_rev3 (
  "name" VARCHAR,
  "type" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "location" VARCHAR,
  "wikipedia_link" VARCHAR,
  "picture_link" VARCHAR,
  "build_in_year" VARCHAR
);Anyone who has the link will be able to view this.