sources
Data license: CC-BY
1 row where datasetId = 362 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 |
---|---|---|---|---|---|---|---|---|
471 | Rough Sleeping in England in the 2010s - OWID based on UK National Statistics (2018) | { "link": "Population: https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatesforukenglandandwalesscotlandandnorthernireland. Rough Sleeping: https://www.gov.uk/government/statistical-data-sets/live-tables-on-homelessness#rough-sleeping-tables", "retrievedDate": "24/01/2018", "additionalInfo": "The UK Government defines Rough Sleepers as: are defined for the purposes of rough sleeping counts and estimates as: \"people sleeping, about to bed down (sitting on/in or standing next to their bedding) or actually bedded down in the open air (such as on the streets, in tents, doorways, parks, bus shelters or encampments); people in buildings or other places not designed for habitation (such as stairwells, barns, sheds, car parks, cars, derelict boats, stations, or \u2018bashes\u2019); The definition does not include people in hostels or shelters, people in campsites or other sites used for recreational purposes or organised protest, squatters or travellers.\"", "dataPublishedBy": "OWID team's own calculations based on data from the Office for National Statistics.\u00a0", "dataPublisherSource": null } |
2017-02-24 22:43:27 | 2017-11-13 17:38:13 | Rough Sleeping in England in the 2010s - OWID based on UK National Statistics (2018) 362 | The UK Government defines Rough Sleepers as: are defined for the purposes of rough sleeping counts and estimates as: "people sleeping, about to bed down (sitting on/in or standing next to their bedding) or actually bedded down in the open air (such as on the streets, in tents, doorways, parks, bus shelters or encampments); people in buildings or other places not designed for habitation (such as stairwells, barns, sheds, car parks, cars, derelict boats, stations, or ‘bashes’); The definition does not include people in hostels or shelters, people in campsites or other sites used for recreational purposes or organised protest, squatters or travellers." | Population: https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationestimates/datasets/populationestimatesforukenglandandwalesscotlandandnorthernireland. Rough Sleeping: https://www.gov.uk/government/statistical-data-sets/live-tables-on-homelessness#rough-sleeping-tables | OWID team's own calculations based on data from the Office for National Statistics. |
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");