indicators

3 rows where Country = "Wales" and "Date" is on date 2020-04-02

View and edit SQL

Suggested facets: Date (date)

Link Date Country Indicator Value
2020-04-02 Wales ConfirmedCases 2976
2020-04-02 Wales Deaths 177
2020-04-02 Wales Tests 11605

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "indicators" (
"Date" TEXT,
  "Country" TEXT,
  "Indicator" TEXT,
  "Value" INTEGER
  ,PRIMARY KEY ([Date], [Country], [Indicator])
);
Powered by Datasette · Query took 18.303ms · About: https://github.com/tomwhite/covid-19-uk-data