cases

12 rows where TotalCases = 212

View and edit SQL

Suggested facets: Date, Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-22 England E08000019 Sheffield 212
2020-03-23 England E09000032 Wandsworth 212
2020-03-29 England E09000007 Camden 212
2020-03-29 England E09000012 Hackney and City of London 212
2020-03-31 England E09000019 Islington 212
2020-04-02 England E09000002 Barking and Dagenham 212
2020-04-06 England E08000005 Rochdale 212
2020-04-07 England E06000045 Southampton 212
2020-04-13 England E06000030 Swindon 212
2020-04-13 England E06000041 Wokingham 212
2020-05-07 Wales W11000024 Powys 212
2020-07-18 England E06000012 North East Lincolnshire 212

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