cases

11 rows where TotalCases = 200

View and edit SQL

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

Link Date Country AreaCode Area TotalCases
2020-03-21 England E10000030 Surrey 200
2020-03-27 England E08000012 Liverpool 200
2020-04-01 Northern Ireland N09000003 Belfast 200
2020-04-02 England E09000027 Richmond upon Thames 200
2020-04-02 England E10000008 Devon 200
2020-04-04 England E06000018 Nottingham 200
2020-04-05 Scotland S08000029 Fife 200
2020-05-02 Wales W11000024 Powys 200
2020-05-03 Wales W11000024 Powys 200
2020-05-15 Northern Ireland N09000009 Mid Ulster 200
2020-06-17 England E06000012 North East Lincolnshire 200

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