cases

7 rows where TotalCases = 3011

View and edit SQL

Suggested facets: Country, AreaCode, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-26 England E10000012 Essex 3011
2020-06-15 England E10000025 Oxfordshire 3011
2020-07-18 England E10000024 Nottinghamshire 3011
2020-07-21 Wales W11000030 Cwm Taf 3011
2020-07-22 Wales W11000030 Cwm Taf 3011
2020-07-23 Wales W11000030 Cwm Taf 3011
2020-07-24 Wales W11000030 Cwm Taf 3011

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