This data as json, CSV (advanced)
Suggested facets: Country, Date (date)
Link | Date | Country | AreaCode | Area | TotalCases |
---|---|---|---|---|---|
2020-03-24,England,E06000043,Brighton and Hove | 2020-03-24 | England | E06000043 | Brighton and Hove | 41 |
2020-03-24,England,E06000049,Cheshire East | 2020-03-24 | England | E06000049 | Cheshire East | 41 |
2020-03-24,Scotland,S08000015,Ayrshire and Arran | 2020-03-24 | Scotland | S08000015 | Ayrshire and Arran | 41 |
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]) );