Baselight

Nuclear Weapons Dataset

Nuclear powers, proliferation, stockpiles, inventories, and tests

@kaggle.michaelbryantds_nuclear_weapons_dataset

Loading...
Loading...

About this Dataset

Nuclear Weapons Dataset

As of early 2022, a total of nine countries possessed approximately 12,700 nuclear warheads, according to estimates from the Federation of American Scientists. Although “the exact number of nuclear weapons in each country’s possession is a closely held national secret,” the researchers say that “publicly available information, careful analysis of historical records, and occasional leaks” make the estimates possible, albeit “with significant uncertainty.” The report includes each country’s current warhead count and subtotals by status, as well as annual totals for each country since 1945.

Source: https://ourworldindata.org/nuclear-weapons

Tables

Nuclear Weapons Proliferation Owid

@kaggle.michaelbryantds_nuclear_weapons_dataset.nuclear_weapons_proliferation_owid
  • 10.28 KB
  • 16848 rows
  • 6 columns
Loading...

CREATE TABLE nuclear_weapons_proliferation_owid (
  "country_name" VARCHAR,
  "year" BIGINT,
  "nuclear_weapons_status" BIGINT,
  "nuclear_weapons_consideration" BIGINT,
  "nuclear_weapons_pursuit" BIGINT,
  "nuclear_weapons_possession" BIGINT
);

Nuclear Weapons Proliferation Total Owid

@kaggle.michaelbryantds_nuclear_weapons_dataset.nuclear_weapons_proliferation_total_owid
  • 5.11 KB
  • 85 rows
  • 5 columns
Loading...

CREATE TABLE nuclear_weapons_proliferation_total_owid (
  "entity_name" VARCHAR,
  "year" BIGINT,
  "number_nuclweap_consideration" BIGINT,
  "number_nuclweap_pursuit" BIGINT,
  "number_nuclweap_possession" BIGINT
);

Nuclear Weapons Stockpiles

@kaggle.michaelbryantds_nuclear_weapons_dataset.nuclear_weapons_stockpiles
  • 5.3 KB
  • 780 rows
  • 3 columns
Loading...

CREATE TABLE nuclear_weapons_stockpiles (
  "country_name" VARCHAR,
  "year" BIGINT,
  "nuclear_weapons_stockpile" BIGINT
);

Nuclear Weapons Tests States

@kaggle.michaelbryantds_nuclear_weapons_dataset.nuclear_weapons_tests_states
  • 4.16 KB
  • 600 rows
  • 3 columns
Loading...

CREATE TABLE nuclear_weapons_tests_states (
  "country_name" VARCHAR,
  "year" BIGINT,
  "nuclear_weapons_tests" BIGINT
);

Share link

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