States In Regions (Gleditsch)
@owid.gleditsch_no_population
@owid.gleditsch_no_population
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 (
"id" INTEGER,
"start" VARCHAR,
"end" VARCHAR,
"iso" VARCHAR,
"country" VARCHAR
);CREATE TABLE owid_gleditsch_countries (
"id" INTEGER,
"year" INTEGER,
"country" VARCHAR
);Anyone who has the link will be able to view this.