Baselight

NASA Exoplanets

A Comprehensive Catalogue of Exoplanets Discovered by NASA Missions

@kaggle.adityamishraml_nasaexoplanets

Loading...
Loading...

About this Dataset

NASA Exoplanets

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.

Tables

Cleaned 5250

@kaggle.adityamishraml_nasaexoplanets.cleaned_5250
  • 162.17 KB
  • 5250 rows
  • 13 columns
Loading...

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
);

Share link

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