cases

15 rows where TotalCases = 373

View and edit SQL

Suggested facets: Country, AreaCode, Area, Date (date)

Link Date Country AreaCode Area TotalCases
2020-04-02 England E09000033 Westminster 373
2020-04-04 England E09000024 Merton 373
2020-04-15 England E09000021 Kingston upon Thames 373
2020-04-23 England E06000010 Kingston upon Hull, City of 373
2020-05-04 Northern Ireland N09000007 Lisburn and Castlereagh 373
2020-05-23 England E06000046 Isle of Wight 373
2020-06-15 Scotland S08000022 Highland 373
2020-06-16 Scotland S08000022 Highland 373
2020-06-17 Scotland S08000022 Highland 373
2020-06-18 Scotland S08000022 Highland 373
2020-06-19 Scotland S08000022 Highland 373
2020-06-20 Scotland S08000022 Highland 373
2020-06-21 Scotland S08000022 Highland 373
2020-06-22 Scotland S08000022 Highland 373
2020-06-26 England E06000036 Bracknell Forest 373

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