cases

7 rows where Country = "Scotland" and TotalCases = 933

View and edit SQL

TotalCases

Country

  • Scotland · 7
Link Date Country AreaCode Area TotalCases
2020-07-10 Scotland S08000029 Fife 933
2020-07-11 Scotland S08000029 Fife 933
2020-07-12 Scotland S08000029 Fife 933
2020-07-13 Scotland S08000029 Fife 933
2020-07-14 Scotland S08000029 Fife 933
2020-07-15 Scotland S08000029 Fife 933
2020-07-16 Scotland S08000029 Fife 933

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