cases

7 rows where "Date" is on date 2020-03-05 and TotalCases = 4

View and edit SQL

Link Date Country AreaCode Area TotalCases
2020-03-05 England E08000003 Manchester 4
2020-03-05 England E09000017 Hillingdon 4
2020-03-05 England E09000033 Westminster 4
2020-03-05 England E10000006 Cumbria 4
2020-03-05 England E10000016 Kent 4
2020-03-05 England E10000017 Lancashire 4
2020-03-05 England E10000028 Staffordshire 4

Advanced export

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

CSV options:

CREATE TABLE "cases" (
"Date" TEXT,
  "Country" TEXT,
  "AreaCode" TEXT,
  "Area" TEXT,
  "TotalCases" INTEGER
  ,PRIMARY KEY ([Date], [Country], [AreaCode], [Area])
);
Powered by Datasette · Query took 269.408ms · About: https://github.com/tomwhite/covid-19-uk-data