cases

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

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-17 England E06000016 Leicester 8
2020-03-17 England E06000032 Luton 8
2020-03-17 England E06000033 Southend-on-Sea 8
2020-03-17 England E06000034 Thurrock 8
2020-03-17 England E06000042 Milton Keynes 8
2020-03-17 England E08000014 Sefton 8
2020-03-17 England E08000018 Rotherham 8
2020-03-17 England E08000022 North Tyneside 8

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