cases

9 rows where Date = "2020-03-03" and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-03 England E06000023 Bristol, City of 1
2020-03-03 England E06000030 Swindon 1
2020-03-03 England E06000036 Bracknell Forest 1
2020-03-03 England E06000042 Milton Keynes 1
2020-03-03 England E08000003 Manchester 1
2020-03-03 England E09000015 Harrow 1
2020-03-03 England E10000003 Cambridgeshire 1
2020-03-03 England E10000023 North Yorkshire 1
2020-03-03 Wales W11000031 Swansea Bay 1

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