sources
Data license: CC-BY
1 row where datasetId = 5157 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 |
---|---|---|---|---|---|---|---|---|
17887 | Eurostat (2020), OECD (2020) and individual national statistical offices | { "link": "https://ec.europa.eu/eurostat/documents/2995521/10545332/2-14082020-AP-EN.pdf/7f30c3cf-b2c9-98ad-3451-17fed0230b57", "retrievedDate": "27 August 2020", "additionalInfo": "We combined data on year on year GDP growth by quarter from different sources:\n\n1) The Eurostat 'flash estimates' for GDP, as released in the euroindicators news release (125/2020) on 14 August 2020\n\n2) OECD's quarterly national accounts data, available at OECD.stat.\n\nIn both cases, the data relates to the percentage change in GDP compared with the same quarter of the previous year (Q2 2019). This is calculated using a volume measure of GDP and as such, is adjusted to account for inflation between the years. The data is also seasonally adjusted.\n\n3) Data or press releases from national statistical agencies for Taiwan, Nigeria, Singapore, Colombia, Philippines, Malaysia, Tunisia and Peru.\n\nNote that estimates of GDP are often subject to revision as more data becomes available to national statistical agencies. The pandemic has impacted agencies' ability to collect information that inform their GDP estimates. Eurostat note that this is likely to have impacted the quality of the data in some cases (see: https://ec.europa.eu/eurostat/documents/24987/725066/Country_specific_metadata_associated_with_national_estimates_2020Q2)\n", "dataPublishedBy": "Eurostat (2020), OECD (2020) and individual national statistical offices" } |
2020-08-17 09:21:19 | 2020-08-17 09:21:19 | GDP growth from previous year, 2020 Q2 (Eurostat, OECD, National sources) 5157 | We combined data on year on year GDP growth by quarter from different sources: 1) The Eurostat 'flash estimates' for GDP, as released in the euroindicators news release (125/2020) on 14 August 2020 2) OECD's quarterly national accounts data, available at OECD.stat. In both cases, the data relates to the percentage change in GDP compared with the same quarter of the previous year (Q2 2019). This is calculated using a volume measure of GDP and as such, is adjusted to account for inflation between the years. The data is also seasonally adjusted. 3) Data or press releases from national statistical agencies for Taiwan, Nigeria, Singapore, Colombia, Philippines, Malaysia, Tunisia and Peru. Note that estimates of GDP are often subject to revision as more data becomes available to national statistical agencies. The pandemic has impacted agencies' ability to collect information that inform their GDP estimates. Eurostat note that this is likely to have impacted the quality of the data in some cases (see: https://ec.europa.eu/eurostat/documents/24987/725066/Country_specific_metadata_associated_with_national_estimates_2020Q2) | https://ec.europa.eu/eurostat/documents/2995521/10545332/2-14082020-AP-EN.pdf/7f30c3cf-b2c9-98ad-3451-17fed0230b57 | Eurostat (2020), OECD (2020) and individual national statistical offices |
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");