National Material Capabilities
@owid.national_material_capabilities
@owid.national_material_capabilities
The National Material Capabilities data set contains annual values for total population, urban population, iron and steel production, energy consumption, military personnel, and military expenditure of all state members, currently from 1816-2016. The widely-used Composite Index of National Capability (CINC) index is based on these six variables and included in the data set.
CREATE TABLE owid_national_material_capabilities (
"country" VARCHAR,
"year" INTEGER,
"milex" BIGINT,
"milper" UINTEGER,
"irst" UINTEGER,
"pec" BIGINT,
"tpop" FLOAT,
"upop" FLOAT,
"cinc" FLOAT,
"milper_share" FLOAT
);Anyone who has the link will be able to view this.