cases

13 rows where TotalCases = 383

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-26 England E10000015 Hertfordshire 383
2020-03-30 England E09000009 Ealing 383
2020-04-05 England E09000018 Hounslow 383
2020-04-08 Wales W11000023 Betsi Cadwaladr 383
2020-04-09 England E06000049 Cheshire East 383
2020-04-13 Scotland S08000029 Fife 383
2020-04-20 England E06000045 Southampton 383
2020-04-21 England E06000058 Bournemouth, Christchurch and Poole 383
2020-04-24 England E06000039 Slough 383
2020-04-28 England E06000008 Blackburn with Darwen 383
2020-05-01 England E06000044 Portsmouth 383
2020-05-06 England E06000033 Southend-on-Sea 383
2020-07-15 England E06000036 Bracknell Forest 383

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