Baselight

Key Indicators

@owid.key_indicators

Loading...
Loading...

About this Dataset

Key Indicators

The most important handful of indicators for use directly and in transforming other statistics.

Tables

Land Area (FAO)

@owid.key_indicators.owid_land_area
  • 14 KB
  • 12738 rows
  • 3 columns
Loading...

CREATE TABLE owid_land_area (
  "country" VARCHAR,
  "year" INTEGER,
  "land_area" FLOAT
);

Population (various Sources)

@owid.key_indicators.owid_population
  • 607.42 KB
  • 77856 rows
  • 4 columns
Loading...

CREATE TABLE owid_population (
  "country" VARCHAR,
  "year" INTEGER,
  "population" BIGINT,
  "world_pop_share" FLOAT
);

Population Density (World Bank, Gapminder, HYDE & UN)

@owid.key_indicators.owid_population_density
  • 356.71 KB
  • 72430 rows
  • 3 columns
Loading...

CREATE TABLE owid_population_density (
  "country" VARCHAR,
  "year" INTEGER,
  "population_density" FLOAT
);

Share link

Anyone who has the link will be able to view this.