cases

8 rows where TotalCases = 281

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-30 England E10000025 Oxfordshire 281
2020-04-08 England E08000036 Wakefield 281
2020-04-09 England E06000042 Milton Keynes 281
2020-05-01 Scotland S08000016 Borders 281
2020-05-07 England E06000022 Bath and North East Somerset 281
2020-05-10 Northern Ireland N09000011 Ards and North Down 281
2020-05-11 Northern Ireland N09000008 Mid and East Antrim 281
2020-05-23 Wales W11000024 Powys 281

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