cases

13 rows where Country = "England" and TotalCases = 120

View and edit SQL

Suggested facets: Date, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-19 England E10000015 Hertfordshire 120
2020-03-23 England E10000017 Lancashire 120
2020-03-26 England E09000029 Sutton 120
2020-03-27 England E08000026 Coventry 120
2020-03-27 England E09000016 Havering 120
2020-03-28 England E10000023 North Yorkshire 120
2020-03-29 England E09000021 Kingston upon Thames 120
2020-04-04 England E06000040 Windsor and Maidenhead 120
2020-04-08 England E06000009 Blackpool 120
2020-04-08 England E06000026 Plymouth 120
2020-04-09 England E06000014 York 120
2020-04-11 England E06000013 North Lincolnshire 120
2020-04-16 England E06000001 Hartlepool 120

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