This data as json, CSV (advanced)
Suggested facets: Country, Date (date)
Link | Date | Country | AreaCode | Area | TotalCases |
---|---|---|---|---|---|
2020-03-20,England,E06000022,Bath and North East Somerset | 2020-03-20 | England | E06000022 | Bath and North East Somerset | 16 |
2020-03-20,England,E06000059,Dorset | 2020-03-20 | England | E06000059 | Dorset | 16 |
2020-03-20,Scotland,S08000015,Ayrshire and Arran | 2020-03-20 | Scotland | S08000015 | Ayrshire and Arran | 16 |
2020-03-20,Wales,W11000025,Hywel Dda | 2020-03-20 | Wales | W11000025 | Hywel Dda | 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]) );