sources
Data license: CC-BY
1 row where datasetId = 5622 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 |
---|---|---|---|---|---|---|---|---|
22608 | YouGov (2023) | { "link": "https://yougov.co.uk/topics/lifestyle/trackers/dietery-choices-of-brits-eg-vegeterian-flexitarian-meat-eater-etc", "retrievedDate": "2023-02-01", "additionalInfo": "This data comes from a biannual tracker run by YouGov. More information about YouGov's methodology is available <a href=\"https://yougov.co.uk/about/panel-methodology/\">on their website</a>.\n\nThis dataset should be next updated by the source in July 2023. We will update it on Our World in Data soon after the new version is published. At the link above you can directly access the source page and see the latest available data.", "dataPublishedBy": "YouGov - Dietary choices of Brits", "dataPublisherSource": "Biannual tracker" } |
2022-05-09 16:01:17 | 2022-05-09 16:01:17 | YouGov - Dietary choices of Brits 5622 | This data comes from a biannual tracker run by YouGov. More information about YouGov's methodology is available <a href="https://yougov.co.uk/about/panel-methodology/">on their website</a>. This dataset should be next updated by the source in July 2023. We will update it on Our World in Data soon after the new version is published. At the link above you can directly access the source page and see the latest available data. | https://yougov.co.uk/topics/lifestyle/trackers/dietery-choices-of-brits-eg-vegeterian-flexitarian-meat-eater-etc | YouGov - Dietary choices of Brits |
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");