cases

12 rows where "Date" is on date 2020-03-06 and TotalCases = 1

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-06 England E06000005 Darlington 1
2020-03-06 England E06000013 North Lincolnshire 1
2020-03-06 England E06000015 Derby 1
2020-03-06 England E06000019 Herefordshire, County of 1
2020-03-06 England E06000039 Slough 1
2020-03-06 England E06000040 Windsor and Maidenhead 1
2020-03-06 England E08000008 Tameside 1
2020-03-06 England E09000010 Enfield 1
2020-03-06 England E09000012 Hackney and City of London 1
2020-03-06 England E10000027 Somerset 1
2020-03-06 Wales W11000029 Cardiff and Vale 1
2020-03-06 Wales W11000031 Swansea Bay 1

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