cases

9 rows where "Date" is on date 2020-03-10 and TotalCases = 5

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-10 England E06000041 Wokingham 5
2020-03-10 England E06000054 Wiltshire 5
2020-03-10 England E06000058 Bournemouth, Christchurch and Poole 5
2020-03-10 England E08000021 Newcastle upon Tyne 5
2020-03-10 England E09000006 Bromley 5
2020-03-10 England E09000012 Hackney and City of London 5
2020-03-10 England E10000003 Cambridgeshire 5
2020-03-10 England E10000023 North Yorkshire 5
2020-03-10 England E10000034 Worcestershire 5

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