Baselight

Nuclear Weapons ( Nukes )

Nuclear Weapon DataSet

@kaggle.programmerrdai_nuclear_weapons_nukes

About this Dataset

Nuclear Weapons ( Nukes )

A nuclear weapon is an explosive device that derives its destructive force from nuclear reactions, either fission or a combination of fission and fusion reactions. Both bomb types release large quantities of energy from relatively small amounts of matter.

@article{owidnuclearweapons,
author = {Max Roser, Bastian Herre and Joe Hasell},
title = {Nuclear Weapons},
journal = {Our World in Data},
year = {2013},
note = {https://ourworldindata.org/nuclear-weapons}
}

Tables

Country Position Nuclear Weapons

@kaggle.programmerrdai_nuclear_weapons_nukes.country_position_nuclear_weapons
  • 9.53 KB
  • 16848 rows
  • 4 columns
Loading...

CREATE TABLE country_position_nuclear_weapons (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "nuclear_weapons_status" BIGINT
);

Nuclear Warhead Stockpiles

@kaggle.programmerrdai_nuclear_weapons_nukes.nuclear_warhead_stockpiles
  • 5.84 KB
  • 780 rows
  • 4 columns
Loading...

CREATE TABLE nuclear_warhead_stockpiles (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "nuclear_weapons_stockpile" BIGINT
);

Nuclear Weapons Proliferation

@kaggle.programmerrdai_nuclear_weapons_nukes.nuclear_weapons_proliferation
  • 5.62 KB
  • 85 rows
  • 6 columns
Loading...

CREATE TABLE nuclear_weapons_proliferation (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "number_nuclweap_consideration" BIGINT,
  "number_nuclweap_pursuit" BIGINT,
  "number_nuclweap_possession" BIGINT
);

Number Of Nuclear Weapons Tests

@kaggle.programmerrdai_nuclear_weapons_nukes.number_of_nuclear_weapons_tests
  • 4.7 KB
  • 600 rows
  • 4 columns
Loading...

CREATE TABLE number_of_nuclear_weapons_tests (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "nuclear_weapons_tests" BIGINT
);