cases

8 rows where "Date" is on date 2020-03-11 and TotalCases = 4

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-11 England E06000004 Stockton-on-Tees 4
2020-03-11 England E06000011 East Riding of Yorkshire 4
2020-03-11 England E08000015 Wirral 4
2020-03-11 England E08000016 Barnsley 4
2020-03-11 England E09000002 Barking and Dagenham 4
2020-03-11 England E10000011 East Sussex 4
2020-03-11 England E10000029 Suffolk 4
2020-03-11 Wales W11000029 Cardiff and Vale 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 329.269ms · About: https://github.com/tomwhite/covid-19-uk-data