cases

9 rows where TotalCases = 312

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-25 England E09000028 Southwark 312
2020-03-31 England E10000021 Northamptonshire 312
2020-04-03 England E09000007 Camden 312
2020-04-08 Scotland S08000015 Ayrshire and Arran 312
2020-04-11 England E06000042 Milton Keynes 312
2020-04-15 England E06000011 East Riding of Yorkshire 312
2020-04-20 England E06000041 Wokingham 312
2020-04-25 England E06000014 York 312
2020-05-27 Northern Ireland N09000008 Mid and East Antrim 312

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