sources
Data license: CC-BY
1 row where datasetId = 1929 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 |
---|---|---|---|---|---|---|---|---|
13932 | UK Cholera Death over the long-term - ONS | { "link": null, "retrievedDate": "26th January 2018", "additionalInfo": "Data has been compiled by Our World in Data across various historical sources.\r\n\r\nData on 19th century outbreaks of cholera were sourced from Thomas, A. J. (2015) and Pearson Schools and Colleges, Poverty, public health and the state in Britain, c1780\u20131939. Note that this data represents total death toll for major pandemic years (and is given as the total death toll for the outbreak period e.g. in data for 1832 represents the total deaths across the 1831-32 outbreak). The death toll from cholera between these outbreaks was much lower than such peaks, although exact figures are not known. These are given as the total death toll in Great Britain (representing England, Wales and Scotland).\r\n\r\n\r\nData from 1910 onward is for England and Wales only. This data is derived from the Office of National Statistics (ONS). \r\n'The 20th century mortality files' available at: http://webarchive.nationalarchives.gov.uk/20160108034247tf_/http://www.ons.gov.uk/ons/rel/subnational-health1/the-20th-century-mortality-files/20th-century-deaths/index.html\r\n'The 21st century mortality files' available at: https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/datasets/the21stcenturymortalityfilesdeathsdataset\r\n\r\nReferences:\r\nThomas, A. J. (2015). Cholera: The Victorian Plague. Pen and Sword.\r\n\r\nPearson Schools and Colleges, 'Poverty, public health and the state in Britain, c1780\u20131939'. Available at: https://www.pearsonschoolsandfecolleges.co.uk/AssetsLibrary/SECTORS/Secondary/SUBJECT/HistoryandSocialScience/PDFs/A%20Level%202015/Paper-3-Sample-Chapters/GCE%20A%20Level%20History_Poverty%20watermarked%20pdf%2021-07-2016_Ch1.pdf", "dataPublishedBy": "Office for National Statistics; Thomas (2015); Pearson Schools", "dataPublisherSource": null } |
2018-01-26 16:22:01 | 2018-01-26 16:38:39 | UK Cholera Death over the long-term - ONS 1929 | Data has been compiled by Our World in Data across various historical sources. Data on 19th century outbreaks of cholera were sourced from Thomas, A. J. (2015) and Pearson Schools and Colleges, Poverty, public health and the state in Britain, c1780–1939. Note that this data represents total death toll for major pandemic years (and is given as the total death toll for the outbreak period e.g. in data for 1832 represents the total deaths across the 1831-32 outbreak). The death toll from cholera between these outbreaks was much lower than such peaks, although exact figures are not known. These are given as the total death toll in Great Britain (representing England, Wales and Scotland). Data from 1910 onward is for England and Wales only. This data is derived from the Office of National Statistics (ONS). 'The 20th century mortality files' available at: http://webarchive.nationalarchives.gov.uk/20160108034247tf_/http://www.ons.gov.uk/ons/rel/subnational-health1/the-20th-century-mortality-files/20th-century-deaths/index.html 'The 21st century mortality files' available at: https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/datasets/the21stcenturymortalityfilesdeathsdataset References: Thomas, A. J. (2015). Cholera: The Victorian Plague. Pen and Sword. Pearson Schools and Colleges, 'Poverty, public health and the state in Britain, c1780–1939'. Available at: https://www.pearsonschoolsandfecolleges.co.uk/AssetsLibrary/SECTORS/Secondary/SUBJECT/HistoryandSocialScience/PDFs/A%20Level%202015/Paper-3-Sample-Chapters/GCE%20A%20Level%20History_Poverty%20watermarked%20pdf%2021-07-2016_Ch1.pdf | Office for National Statistics; Thomas (2015); Pearson Schools |
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");