This data as json, CSV (advanced)
Suggested facets: Date (date)
Link | Date | Country | AreaCode | Area | TotalCases |
---|---|---|---|---|---|
2020-03-17,England,E06000052,Cornwall and Isles of Scilly | 2020-03-17 | England | E06000052 | Cornwall and Isles of Scilly | 16 |
2020-03-17,England,E10000019,Lincolnshire | 2020-03-17 | England | E10000019 | Lincolnshire | 16 |
2020-03-17,England,E10000023,North Yorkshire | 2020-03-17 | England | E10000023 | North Yorkshire | 16 |
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]) );