indicators

8 rows where "Date" is on date 2020-02-02 sorted by Country

View and edit SQL

Suggested facets: Indicator, Value

Country

Date (date)

  • 2020-02-02 · 8
Link Date Country ▼ Indicator Value
2020-02-02 Scotland ConfirmedCases 0
2020-02-02 Scotland Deaths 0
2020-02-02 Scotland Tests 16
2020-02-02 UK ConfirmedCases 2
2020-02-02 UK Deaths 0
2020-02-02 UK Tests 266
2020-02-02 Wales ConfirmedCases 2
2020-02-02 Wales Tests 8

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 33.899ms · About: https://github.com/tomwhite/covid-19-uk-data