Key Indicators
@owid.key_indicators
@owid.key_indicators
The most important handful of indicators for use directly and in transforming other statistics.
CREATE TABLE owid_land_area (
"country" VARCHAR,
"year" INTEGER,
"land_area" FLOAT
);CREATE TABLE owid_population (
"country" VARCHAR,
"year" INTEGER,
"population" BIGINT,
"world_pop_share" FLOAT
);CREATE TABLE owid_population_density (
"country" VARCHAR,
"year" INTEGER,
"population_density" FLOAT
);Anyone who has the link will be able to view this.