Baselight

Exoplanets (NASA, 2023)

@owid.exoplanets

Loading...
Loading...

About this Dataset

Exoplanets (NASA, 2023)

This dataset makes use of the NASA Exoplanet Archive, which is operated by the California Institute of Technology, under contract with the National Aeronautics and Space Administration under the Exoplanet Exploration Program.

Transit method: If a planet crosses (or transits) in front of its parent star's disk, then the star's observed brightness drops by a small amount. The amount by which the star dims depends on its size and the planet's size, among other factors.

Radial velocity (or Doppler method): As a planet orbits a star, the star also moves in its small orbit around the system's center of mass. Variations in the star's radial velocity—the speed with which it moves towards or away from Earth—can be detected from displacements in the star's spectral lines due to the Doppler effect.

Microlensing: Microlensing occurs when the gravitational field of a star acts like a lens, magnifying the light of a distant background star. Planets orbiting the lensing star can cause detectable anomalies in the magnification as it varies over time.

Details on other methods of discovery are available on Wikipedia: https://en.wikipedia.org/wiki/Exoplanet#Detection_methods

Tables

Exoplanets 1

@owid.exoplanets.owid_exoplanets_1
  • 4.9 KB
  • 124 rows
  • 4 columns
Loading...

CREATE TABLE owid_exoplanets_1 (
  "index" BIGINT,
  "year" INTEGER,
  "entity" VARCHAR,
  "cumulative_exoplanets" INTEGER
);

Exoplanets (NASA, 2024)

@owid.exoplanets.owid_exoplanets_2
  • 3.66 KB
  • 124 rows
  • 3 columns
Loading...

CREATE TABLE owid_exoplanets_2 (
  "year" INTEGER,
  "country" VARCHAR,
  "cumulative_exoplanets" INTEGER
);

NASA Exoplanet Archive

@owid.exoplanets.owid_exoplanets_3
  • 4.57 KB
  • 132 rows
  • 4 columns
Loading...

CREATE TABLE owid_exoplanets_3 (
  "year" INTEGER,
  "method" VARCHAR,
  "n_planets" INTEGER,
  "n_planets_cumulative" INTEGER
);

Share link

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