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