NASA Exoplanets
A Comprehensive Catalogue of Exoplanets Discovered by NASA Missions
@kaggle.adityamishraml_nasaexoplanets
A Comprehensive Catalogue of Exoplanets Discovered by NASA Missions
@kaggle.adityamishraml_nasaexoplanets
The NASA Exoplanet Archive is a database that contains information on all known exoplanets (planets outside our solar system) discovered by NASA's various space missions, ground-based observatories, and other sources. The dataset includes information such as the planet's name, mass, radius, distance from its host star, orbital period, and other physical characteristics. The dataset also includes information on the host star, such as its name, mass, and radius. The archive is updated regularly as new exoplanets are discovered, and it is a valuable resource for astronomers studying the properties and distribution of exoplanets in our galaxy.
CREATE TABLE cleaned_5250 (
  "name" VARCHAR,
  "distance" DOUBLE,
  "stellar_magnitude" DOUBLE,
  "planet_type" VARCHAR,
  "discovery_year" BIGINT,
  "mass_multiplier" DOUBLE,
  "mass_wrt" VARCHAR,
  "radius_multiplier" DOUBLE,
  "radius_wrt" VARCHAR,
  "orbital_radius" DOUBLE,
  "orbital_period" DOUBLE,
  "eccentricity" DOUBLE,
  "detection_method" VARCHAR
);Anyone who has the link will be able to view this.