cases

10 rows where TotalCases = 239

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-29 England E09000010 Enfield 239
2020-03-31 England E08000021 Newcastle upon Tyne 239
2020-03-31 England E09000014 Haringey 239
2020-04-03 England E08000018 Rotherham 239
2020-04-07 England E06000056 Central Bedfordshire 239
2020-04-07 Scotland S08000029 Fife 239
2020-04-20 Scotland S08000016 Borders 239
2020-04-21 England E08000033 Calderdale 239
2020-04-23 England E06000020 Telford and Wrekin 239
2020-05-28 Northern Ireland N09000009 Mid Ulster 239

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