sources
Data license: CC-BY
1 row where datasetId = 5847 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 |
---|---|---|---|---|---|---|---|---|
27242 | Digest of UK Energy Statistics; BP Statistical Review of World Energy; Ember's Yearly Electricity Data; Ember's European Electricity Review | { "link": "https://www.gov.uk/government/statistical-data-sets/historical-electricity-data ; https://www.bp.com/en/global/corporate/energy-economics/statistical-review-of-world-energy.html ; https://ember-climate.org/data-catalogue/yearly-electricity-data/ ; https://ember-climate.org/insights/research/european-electricity-review-2022/", "retrievedDate": "2022-09-21", "additionalInfo": "All data prior to 1985 (and prior to 1965 in the case of renewables), is sourced from <a href=\"https://www.gov.uk/government/statistics/electricity-chapter-5-digest-of-united-kingdom-energy-statistics-dukes\">the Digest of UK Energy Statistics (DUKES), published by the UK's Department for Business, Energy & Industrial Strategy</a>.\n\nAll other data is sourced from the <a href=\"https://www.bp.com/en/global/corporate/energy-economics/statistical-review-of-world-energy.html\">BP's Statistical Review of World Energy</a> and <a href=\"https://ember-climate.org/data-catalogue/yearly-electricity-data/\">Ember's Yearly Electricity Data</a>. Where data from BP is available for a given year, we rely on it as the primary source. We then supplement this with data from Ember where data from BP is not available.\n", "dataPublishedBy": "UK's Department for Business, Energy & Industrial Strategy; BP Statistical Review of World Energy; Ember", "dataPublisherSource": null } |
2022-12-30 18:35:01 | 2023-02-23 22:34:06 | UK historical electricity (DUKES, 2022c) 5847 | All data prior to 1985 (and prior to 1965 in the case of renewables), is sourced from <a href="https://www.gov.uk/government/statistics/electricity-chapter-5-digest-of-united-kingdom-energy-statistics-dukes">the Digest of UK Energy Statistics (DUKES), published by the UK's Department for Business, Energy & Industrial Strategy</a>. All other data is sourced from the <a href="https://www.bp.com/en/global/corporate/energy-economics/statistical-review-of-world-energy.html">BP's Statistical Review of World Energy</a> and <a href="https://ember-climate.org/data-catalogue/yearly-electricity-data/">Ember's Yearly Electricity Data</a>. Where data from BP is available for a given year, we rely on it as the primary source. We then supplement this with data from Ember where data from BP is not available. | https://www.gov.uk/government/statistical-data-sets/historical-electricity-data ; https://www.bp.com/en/global/corporate/energy-economics/statistical-review-of-world-energy.html ; https://ember-climate.org/data-catalogue/yearly-electricity-data/ ; https://ember-climate.org/insights/research/european-electricity-review-2022/ | UK's Department for Business, Energy & Industrial Strategy; BP Statistical Review of World Energy; Ember |
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");