Key Indicators
@owid.key_indicators
@owid.key_indicators
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.