cases

6 rows where "Date" is on date 2020-03-15 and TotalCases = 6

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-15 England E06000019 Herefordshire, County of 6
2020-03-15 England E06000026 Plymouth 6
2020-03-15 England E06000045 Southampton 6
2020-03-15 England E08000010 Wigan 6
2020-03-15 Scotland S08000015 Ayrshire and Arran 6
2020-03-15 Wales W11000023 Betsi Cadwaladr 6

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