This data as json, CSV (advanced)
Suggested facets: Date (date)
Link | Date | Country | AreaCode | Area | TotalCases |
---|---|---|---|---|---|
2020-04-09,Northern Ireland,N09000010,Newry, Mourne and Down | 2020-04-09 | Northern Ireland | N09000010 | Newry, Mourne and Down | 92 |
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]) );