This data as json, CSV (advanced)
Suggested facets: Country, Date (date)
Link | Date | Country | AreaCode | Area | TotalCases |
---|---|---|---|---|---|
2020-03-21,England,E06000014,York | 2020-03-21 | England | E06000014 | York | 13 |
2020-03-21,England,E06000036,Bracknell Forest | 2020-03-21 | England | E06000036 | Bracknell Forest | 13 |
2020-03-21,Scotland,S08000017,Dumfries and Galloway | 2020-03-21 | Scotland | S08000017 | Dumfries and Galloway | 13 |
2020-03-21,Scotland,S08000029,Fife | 2020-03-21 | Scotland | S08000029 | Fife | 13 |
JSON shape: default, array, newline-delimited, object
CREATE TABLE "cases" ( "Date" TEXT, "Country" TEXT, "AreaCode" TEXT, "Area" TEXT, "TotalCases" INTEGER ,PRIMARY KEY ([Date], [Country], [AreaCode], [Area]) );