indicators

3 rows where Country = "UK" and "Date" is on date 2020-03-11 sorted by Indicator

View and edit SQL

Date (date)

  • 2020-03-11 · 3

Country

Link Date Country Indicator ▼ Value
2020-03-11 UK ConfirmedCases 456
2020-03-11 UK Deaths 7
2020-03-11 UK Tests 27476

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