This data as json, CSV (advanced)
Suggested facets: Date (date)
Link | Date | Country | Indicator | Value |
---|---|---|---|---|
2020-04-05,Northern Ireland,ConfirmedCases | 2020-04-05 | Northern Ireland | ConfirmedCases | 1235 |
2020-04-05,Northern Ireland,Deaths | 2020-04-05 | Northern Ireland | Deaths | 85 |
2020-04-05,Northern Ireland,Tests | 2020-04-05 | Northern Ireland | Tests | 7912 |
JSON shape: default, array, newline-delimited, object
CREATE TABLE "indicators" ( "Date" TEXT, "Country" TEXT, "Indicator" TEXT, "Value" INTEGER ,PRIMARY KEY ([Date], [Country], [Indicator]) );