cases

13 rows where Date = "2020-03-10" and TotalCases = 2

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-10 England E06000011 East Riding of Yorkshire 2
2020-03-10 England E06000038 Reading 2
2020-03-10 England E06000046 Isle of Wight 2
2020-03-10 England E06000056 Central Bedfordshire 2
2020-03-10 England E08000005 Rochdale 2
2020-03-10 England E08000008 Tameside 2
2020-03-10 England E08000017 Doncaster 2
2020-03-10 England E08000030 Walsall 2
2020-03-10 England E08000034 Kirklees 2
2020-03-10 England E09000025 Newham 2
2020-03-10 Wales W11000024 Powys 2
2020-03-10 Wales W11000025 Hywel Dda 2
2020-03-10 Wales W11000028 Aneurin Bevan 2

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