cases

12 rows where TotalCases = 324

View and edit SQL

Suggested facets: Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-30 England E09000023 Lewisham 324
2020-04-06 England E09000013 Hammersmith and Fulham 324
2020-04-07 Wales W11000025 Hywel Dda 324
2020-04-11 Scotland S08000019 Forth Valley 324
2020-04-12 England E09000021 Kingston upon Thames 324
2020-04-20 England E06000009 Blackpool 324
2020-04-25 England E06000059 Dorset 324
2020-05-09 Northern Ireland   Not Known 324
2020-05-10 England E06000040 Windsor and Maidenhead 324
2020-05-12 Scotland S08000022 Highland 324
2020-05-13 Scotland S08000022 Highland 324
2020-05-19 Northern Ireland N09000011 Ards and North Down 324

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