cases

6 rows where "Date" is on date 2020-03-12 and TotalCases = 10

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-12 England E06000018 Nottingham 10
2020-03-12 England E06000041 Wokingham 10
2020-03-12 England E08000009 Trafford 10
2020-03-12 England E10000003 Cambridgeshire 10
2020-03-12 England E10000028 Staffordshire 10
2020-03-12 Scotland S08000031 Greater Glasgow and Clyde 10

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