cases

8 rows where TotalCases = 176

View and edit SQL

Link Date Country AreaCode Area TotalCases
2020-03-20 England E10000030 Surrey 176
2020-03-26 England E09000007 Camden 176
2020-03-28 England E09000013 Hammersmith and Fulham 176
2020-04-02 England E09000021 Kingston upon Thames 176
2020-04-04 England E06000045 Southampton 176
2020-04-06 England E06000051 Shropshire 176
2020-04-08 England E10000027 Somerset 176
2020-05-30 England E06000012 North East Lincolnshire 176

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