cases

7 rows where "Date" is on date 2020-03-12 and TotalCases = 3

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-12 England E06000007 Warrington 3
2020-03-12 England E06000022 Bath and North East Somerset 3
2020-03-12 England E06000033 Southend-on-Sea 3
2020-03-12 England E06000037 West Berkshire 3
2020-03-12 England E06000038 Reading 3
2020-03-12 England E06000042 Milton Keynes 3
2020-03-12 England E10000020 Norfolk 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 156.961ms · About: https://github.com/tomwhite/covid-19-uk-data