Nuclear Weapons ( Nukes )
Nuclear Weapon DataSet
@kaggle.programmerrdai_nuclear_weapons_nukes
Nuclear Weapon DataSet
@kaggle.programmerrdai_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}
}
CREATE TABLE country_position_nuclear_weapons (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"nuclear_weapons_status" BIGINT
);CREATE TABLE nuclear_warhead_stockpiles (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"nuclear_weapons_stockpile" BIGINT
);CREATE TABLE nuclear_weapons_proliferation (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"number_nuclweap_consideration" BIGINT,
"number_nuclweap_pursuit" BIGINT,
"number_nuclweap_possession" BIGINT
);CREATE TABLE number_of_nuclear_weapons_tests (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"nuclear_weapons_tests" BIGINT
);Anyone who has the link will be able to view this.