cases

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

View and edit SQL

Suggested facets: Country

Link Date Country AreaCode Area TotalCases
2020-03-12 England E06000011 East Riding of Yorkshire 6
2020-03-12 England E06000050 Cheshire West and Chester 6
2020-03-12 England E08000001 Bolton 6
2020-03-12 England E08000007 Stockport 6
2020-03-12 England E08000028 Sandwell 6
2020-03-12 England E09000016 Havering 6
2020-03-12 England E09000031 Waltham Forest 6
2020-03-12 England E10000011 East Sussex 6
2020-03-12 England E10000027 Somerset 6
2020-03-12 Scotland S08000019 Forth Valley 6
2020-03-12 Scotland S08000026 Shetland 6
2020-03-12 Wales W11000025 Hywel Dda 6

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