This data as json, CSV (advanced)
Suggested facets: Date (date)
Link | Date | Country | AreaCode | Area | TotalCases |
---|---|---|---|---|---|
2020-03-19,England,E06000043,Brighton and Hove | 2020-03-19 | England | E06000043 | Brighton and Hove | 21 |
2020-03-19,England,E06000056,Central Bedfordshire | 2020-03-19 | England | E06000056 | Central Bedfordshire | 21 |
2020-03-19,England,E08000006,Salford | 2020-03-19 | England | E08000006 | Salford | 21 |
2020-03-19,England,E10000011,East Sussex | 2020-03-19 | England | E10000011 | East Sussex | 21 |
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]) );