States In Regions (Gleditsch)
@owid.gleditsch
@owid.gleditsch
We examine the criteria for membership in the international system as applied in the widely employed system membership list maintained by the Correlates of War Project. Some problems with existing classifications are illustrated and some analytical and empirical consequences of these problems are detailed. Using updated criteria and information, we develop a revised and updated list of the composition of the international system of nation state actors in world politics from the Congress of Vienna to the present.
CREATE TABLE owid_gleditsch_1 (
"id" INTEGER,
"start" VARCHAR,
"end" VARCHAR,
"iso" VARCHAR,
"country" VARCHAR
);CREATE TABLE owid_gleditsch_2 (
"id" INTEGER,
"start" VARCHAR,
"end" VARCHAR,
"iso" VARCHAR,
"country" VARCHAR
);CREATE TABLE owid_gleditsch_countries_1 (
"id" INTEGER,
"year" INTEGER,
"country" VARCHAR
);CREATE TABLE owid_gleditsch_countries_2 (
"id" INTEGER,
"year" INTEGER,
"country" VARCHAR
);CREATE TABLE owid_gleditsch_regions_1 (
"region" VARCHAR,
"year" INTEGER,
"number_countries" INTEGER,
"population" BIGINT
);CREATE TABLE owid_gleditsch_regions_2 (
"region" VARCHAR,
"year" INTEGER,
"number_countries" INTEGER,
"population" BIGINT
);Anyone who has the link will be able to view this.