sources
Data license: CC-BY
1 row where datasetId = 3179 sorted by id descending
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
id ▲ | name | description | createdAt | updatedAt | datasetId | additionalInfo | link | dataPublishedBy |
---|---|---|---|---|---|---|---|---|
16683 | Calculated by Our World in Data based on the World Bank | { "link": "http://data.worldbank.org/data-catalog/world-development-indicators", "additionalInfo": "This was calculated by Our World in Data based on estimates the share of the population with access to electricity and clean fuels for cooking \u2013 published by the World Bank \u2013 and total population estimates from the UN World Population Prospects (UNWPP). \n\nOriginal metrics of energy access shares and total population can be accessed from the World Bank World Development Indicators (available at: http://data.worldbank.org/data-catalog/world-development-indicators).", "dataPublishedBy": "Calculated by Our World in Data based on energy access and population data published in the World Bank World Development Indicators", "dataPublisherSource": "World Bank, Sustainable Energy for All (SE4ALL) database from the SE4ALL Global Tracking Framework led jointly by the World Bank, International Energy Agency, and the Energy Sector Management Assistance Program. Population data from the UN World Population Prospects (UNWPP)" } |
2019-01-14 20:57:24 | 2019-01-14 20:57:24 | Number of people with and without energy access (OWID based on World Bank, 2021) 3179 | This was calculated by Our World in Data based on estimates the share of the population with access to electricity and clean fuels for cooking – published by the World Bank – and total population estimates from the UN World Population Prospects (UNWPP). Original metrics of energy access shares and total population can be accessed from the World Bank World Development Indicators (available at: http://data.worldbank.org/data-catalog/world-development-indicators). | http://data.worldbank.org/data-catalog/world-development-indicators | Calculated by Our World in Data based on energy access and population data published in the World Bank World Development Indicators |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "sources" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "name" VARCHAR(512) NULL , "description" TEXT NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "datasetId" INTEGER NULL, additionalInfo TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.additionalInfo')) VIRTUAL, link TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.link')) VIRTUAL, dataPublishedBy TEXT GENERATED ALWAYS as (JSON_EXTRACT(description, '$.dataPublishedBy')) VIRTUAL, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "sources_datasetId" ON "sources" ("datasetId");