cases

5 rows where "Date" is on date 2020-03-19 and TotalCases = 6

View and edit SQL

Country

TotalCases

Date (date)

  • 2020-03-19 · 5
Link Date Country AreaCode Area TotalCases
2020-03-19 England E06000007 Warrington 6
2020-03-19 England E06000021 Stoke-on-Trent 6
2020-03-19 England E08000013 St. Helens 6
2020-03-19 Scotland S08000017 Dumfries and Galloway 6
2020-03-19 Scotland S08000022 Highland 6

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