cases

7 rows where "Date" is on date 2020-03-12 and TotalCases = 5

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-12 England E06000023 Bristol, City of 5
2020-03-12 England E06000049 Cheshire East 5
2020-03-12 England E08000015 Wirral 5
2020-03-12 England E08000032 Bradford 5
2020-03-12 England E08000036 Wakefield 5
2020-03-12 Wales W11000024 Powys 5
2020-03-12 Wales W11000029 Cardiff and Vale 5

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