cases

10 rows where TotalCases = 935

View and edit SQL

Suggested facets: Country, Date (date)

Link Date Country AreaCode Area TotalCases
2020-03-30 England E08000025 Birmingham 935
2020-04-19 Wales W11000023 Betsi Cadwaladr 935
2020-04-22 England E09000023 Lewisham 935
2020-05-05 England E06000016 Leicester 935
2020-05-08 England E09000017 Hillingdon 935
2020-05-16 England E08000008 Tameside 935
2020-06-02 Scotland S08000019 Forth Valley 935
2020-06-18 England E09000011 Greenwich 935
2020-06-22 England E06000004 Stockton-on-Tees 935
2020-07-03 England E09000024 Merton 935

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