This data as json, CSV (advanced)
Suggested facets: Date (date)
Link | Date | Country | Indicator | Value |
---|---|---|---|---|
2020-06-11,Northern Ireland,Tests | 2020-06-11 | Northern Ireland | Tests | 61111 |
2020-06-11,Scotland,Tests | 2020-06-11 | Scotland | Tests | 132001 |
2020-06-11,Wales,Tests | 2020-06-11 | Wales | Tests | 127576 |
JSON shape: default, array, newline-delimited, object
CREATE TABLE "indicators" ( "Date" TEXT, "Country" TEXT, "Indicator" TEXT, "Value" INTEGER ,PRIMARY KEY ([Date], [Country], [Indicator]) );