cases

10 rows where Date = "2020-03-11" and TotalCases = 3

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-11 England E06000056 Central Bedfordshire 3
2020-03-11 England E08000005 Rochdale 3
2020-03-11 England E08000008 Tameside 3
2020-03-11 England E08000033 Calderdale 3
2020-03-11 England E08000034 Kirklees 3
2020-03-11 England E09000021 Kingston upon Thames 3
2020-03-11 England E09000027 Richmond upon Thames 3
2020-03-11 Wales W11000023 Betsi Cadwaladr 3
2020-03-11 Wales W11000024 Powys 3
2020-03-11 Wales W11000025 Hywel Dda 3

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