cases

9 rows where TotalCases = 798

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-08 Wales W11000030 Cwm Taf 798
2020-04-11 England E09000025 Newham 798
2020-04-28 England E09000026 Redbridge 798
2020-05-06 England E06000018 Nottingham 798
2020-05-08 England E06000032 Luton 798
2020-05-11 England E10000027 Somerset 798
2020-05-20 England E06000052 Cornwall and Isles of Scilly 798
2020-06-28 England E09000012 Hackney and City of London 798
2020-07-17 England E09000033 Westminster 798

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