indicators

14 rows where "Date" is on date 2020-03-12 sorted by Date

View and edit SQL

Suggested facets: Country, Indicator, Value

Date (date)

  • 2020-03-12 · 14
Link Date ▼ Country Indicator Value
2020-03-12 England ConfirmedCases 1539
2020-03-12 England Deaths 9
2020-03-12 Northern Ireland ConfirmedCases 20
2020-03-12 Northern Ireland Deaths 0
2020-03-12 Northern Ireland Tests 886
2020-03-12 Scotland ConfirmedCases 60
2020-03-12 Scotland Deaths 0
2020-03-12 Scotland Tests 2892
2020-03-12 UK ConfirmedCases 590
2020-03-12 UK Deaths 9
2020-03-12 UK Tests 29764
2020-03-12 Wales ConfirmedCases 60
2020-03-12 Wales Deaths 0
2020-03-12 Wales Tests 846

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