The Nuclear Testing Tally
@owid.nuclear_weapons_tests
@owid.nuclear_weapons_tests
This dataset provides the yearly number of nuclear weapons tests by country.
CREATE TABLE owid_nuclear_weapons_tests_1 (
"country" VARCHAR,
"year" INTEGER,
"nuclear_weapons_tests" INTEGER
);CREATE TABLE owid_nuclear_weapons_tests_2 (
"country" VARCHAR,
"year" INTEGER,
"nuclear_weapons_tests" INTEGER
);CREATE TABLE owid_nuclear_weapons_tests_3 (
"country" VARCHAR,
"year" INTEGER,
"nuclear_weapons_tests" INTEGER
);Anyone who has the link will be able to view this.