Nuclear Weapons Dataset
Nuclear powers, proliferation, stockpiles, inventories, and tests
@kaggle.michaelbryantds_nuclear_weapons_dataset
Nuclear powers, proliferation, stockpiles, inventories, and tests
@kaggle.michaelbryantds_nuclear_weapons_dataset
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
);
CREATE TABLE nuclear_weapons_proliferation_total_owid (
"entity_name" VARCHAR,
"year" BIGINT,
"number_nuclweap_consideration" BIGINT,
"number_nuclweap_pursuit" BIGINT,
"number_nuclweap_possession" BIGINT
);
CREATE TABLE nuclear_weapons_stockpiles (
"country_name" VARCHAR,
"year" BIGINT,
"nuclear_weapons_stockpile" BIGINT
);
CREATE TABLE nuclear_weapons_tests_states (
"country_name" VARCHAR,
"year" BIGINT,
"nuclear_weapons_tests" BIGINT
);
Anyone who has the link will be able to view this.