cases

8 rows where TotalCases = 656

View and edit SQL

Suggested facets: Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-30 England E08000019 Sheffield 656
2020-04-24 England E06000016 Leicester 656
2020-05-01 England E06000056 Central Bedfordshire 656
2020-05-02 England E09000013 Hammersmith and Fulham 656
2020-05-05 England E08000022 North Tyneside 656
2020-05-07 England E09000014 Haringey 656
2020-05-13 England E09000007 Camden 656
2020-07-02 England E06000026 Plymouth 656

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