cases

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

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-10 England E06000043 Brighton and Hove 9
2020-03-10 England E08000025 Birmingham 9
2020-03-10 England E09000005 Brent 9
2020-03-10 England E09000013 Hammersmith and Fulham 9
2020-03-10 England E10000024 Nottinghamshire 9
2020-03-10 Wales W11000031 Swansea Bay 9

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