indicators

5 rows where "Date" is on date 2020-03-31 and Indicator = "Deaths" sorted by Value

View and edit SQL

Indicator

  • Deaths · 5

Date (date)

  • 2020-03-31 · 5
Link Date Country Indicator Value ▼
2020-03-31 Northern Ireland Deaths 41
2020-03-31 Scotland Deaths 69
2020-03-31 Wales Deaths 128
2020-03-31 England Deaths 2288
2020-03-31 UK Deaths 2426

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