NASA's Curiosity Rover Data Collection
🚀 Delving into the Red Planet: A Curiosity Rover Cosmic Expedition 🌌
@kaggle.harshitstark_nasas_curiosity_rover_data_collection
🚀 Delving into the Red Planet: A Curiosity Rover Cosmic Expedition 🌌
@kaggle.harshitstark_nasas_curiosity_rover_data_collection
CREATE TABLE rover_photos (
"id" BIGINT,
"sol" BIGINT,
"camera" VARCHAR,
"img_src" VARCHAR,
"earth_date" TIMESTAMP,
"rover" VARCHAR
);
CREATE TABLE rover_photos_metadata (
"id" BIGINT,
"camera" VARCHAR,
"earth_date" TIMESTAMP,
"image_path" VARCHAR
);
Anyone who has the link will be able to view this.