Treaties Database
@owid.nuclear_weapons_treaties
@owid.nuclear_weapons_treaties
Since 1978, the United Nations has been publishing the status of multilateral Arms Regulation and Disarmament Agreements, presenting data on signatories, parties of relevant agreements and the texts of the agreements themselves.
CREATE TABLE owid_nuclear_weapons_treaties_1 (
"country" VARCHAR,
"year" INTEGER,
"comprehensive_nuclear_test_ban_treaty" VARCHAR,
"geneva_protocol" VARCHAR,
"nuclear_non_proliferation_treaty" VARCHAR,
"partial_test_ban_treaty" VARCHAR,
"treaty_on_the_prohibition_of_nuclear_weapons" VARCHAR
);CREATE TABLE owid_nuclear_weapons_treaties_2 (
"country" VARCHAR,
"year" INTEGER,
"comprehensive_nuclear_test_ban_treaty" VARCHAR,
"geneva_protocol" VARCHAR,
"nuclear_non_proliferation_treaty" VARCHAR,
"partial_test_ban_treaty" VARCHAR,
"treaty_on_the_prohibition_of_nuclear_weapons" VARCHAR
);CREATE TABLE owid_nuclear_weapons_treaties_country_counts_1 (
"year" INTEGER,
"status" VARCHAR,
"comprehensive_nuclear_test_ban_treaty" INTEGER,
"geneva_protocol" INTEGER,
"nuclear_non_proliferation_treaty" INTEGER,
"partial_test_ban_treaty" INTEGER,
"treaty_on_the_prohibition_of_nuclear_weapons" INTEGER
);CREATE TABLE owid_nuclear_weapons_treaties_country_counts_2 (
"year" INTEGER,
"status" VARCHAR,
"comprehensive_nuclear_test_ban_treaty" INTEGER,
"geneva_protocol" INTEGER,
"nuclear_non_proliferation_treaty" INTEGER,
"partial_test_ban_treaty" INTEGER,
"treaty_on_the_prohibition_of_nuclear_weapons" INTEGER
);Anyone who has the link will be able to view this.