cases

7 rows where Date = "2020-03-15" and TotalCases = 3

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-15 England E06000047 County Durham 3
2020-03-15 England E06000057 Northumberland 3
2020-03-15 England E08000011 Knowsley 3
2020-03-15 England E08000013 St. Helens 3
2020-03-15 England E08000024 Sunderland 3
2020-03-15 Wales   Unknown 3
2020-03-15 Wales W11000030 Cwm Taf 3

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