ChrisHarig commited on
Commit
7fc02b9
·
verified ·
1 Parent(s): 6134cd5

Re-ingest ukhsa-covid-daily — previous parquet unavailable for diff — card update

Browse files
Files changed (1) hide show
  1. README.md +158 -0
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: UKHSA Dashboard — England COVID-19 daily metrics
3
+ license: other
4
+ license_name: ogl-uk-3.0
5
+ license_link: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
6
+ size_categories:
7
+ - 1K<n<10K
8
+ tags:
9
+ - cadence-daily
10
+ - geo-gb
11
+ - surveillance-respiratory
12
+ - pathogen-sars-cov-2
13
+ - tier-2
14
+ - availability-open
15
+ schema_version: '0.1'
16
+ source_id: ukhsa-covid-daily
17
+ source_url: https://ukhsa-dashboard.data.gov.uk/
18
+ manifest_section: §5.5 (COVID daily subset)
19
+ surveillance_category: respiratory
20
+ pathogens:
21
+ - sars-cov-2
22
+ availability: open
23
+ availability_notes: API is in beta — schema may shift between minor versions.
24
+ access_type: api
25
+ tier: 2
26
+ cadence: daily
27
+ geography_levels:
28
+ - subnational-state
29
+ geography_countries:
30
+ - GB
31
+ gold_standard_for: []
32
+ vintaged_version_of: null
33
+ succeeds: null
34
+ derived_from: []
35
+ value_columns:
36
+ - name: cases
37
+ unit: cases/day
38
+ value_type: incident
39
+ description: Confirmed COVID-19 cases reported on this date.
40
+ aggregation: sum
41
+ - name: admissions
42
+ unit: admissions/day
43
+ value_type: incident
44
+ description: Hospital admissions with COVID-19, daily count.
45
+ aggregation: sum
46
+ - name: occupied_beds
47
+ unit: beds
48
+ value_type: stock
49
+ description: Hospital beds occupied by patients with COVID-19 (point-in-time).
50
+ aggregation: mean
51
+ - name: deaths_ons
52
+ unit: deaths/day
53
+ value_type: incident
54
+ description: ONS-registered deaths with COVID-19 mentioned, daily.
55
+ aggregation: sum
56
+ - name: pcr_tests
57
+ unit: tests/day
58
+ value_type: incident
59
+ description: PCR tests resulted, daily.
60
+ aggregation: sum
61
+ notes:
62
+ extra_columns:
63
+ - column: location_name
64
+ description: Always 'England'. NHS regions / devolved nations would be separate sources.
65
+ interpretation_caveats:
66
+ - column: deaths_ons
67
+ caveat: 'ONS-registered deaths lag by ~10 days vs. event date and use ''mentioned on the
68
+
69
+ certificate'' criteria, not ''underlying cause''. Different denominator from PHE/UKHSA''s
70
+
71
+ own death counts (which used ''28 days from positive test'').
72
+
73
+ '
74
+ - column: cases
75
+ caveat: 'Free symptomatic-testing access ended in England 2022-04-01. Post-2022 case counts
76
+
77
+ reflect remaining clinical / hospital testing only and are not comparable to the
78
+
79
+ free-testing era.
80
+
81
+ '
82
+ general: 'Sibling source to `ukhsa-respiratory` (weekly multi-pathogen). Split out because the
83
+
84
+ daily-cadence + count-based units of these metrics don''t pivot cleanly into the weekly
85
+
86
+ per-100k rates the parent dataset uses for flu/RSV.
87
+
88
+ '
89
+ extra:
90
+ parent_source: ukhsa-respiratory
91
+ api_swagger: https://api.ukhsa-dashboard.data.gov.uk/api/swagger/
92
+ computed:
93
+ last_ingested: '2026-04-26T12:31:19Z'
94
+ row_count: 2275
95
+ time_coverage:
96
+ - start: '2020-01-30'
97
+ end: '2026-04-22'
98
+ geography_unit_count: 1
99
+ observed_cadence_days: 1
100
+ missing_gaps: []
101
+ data_hash: c1e1ea2a74fae207
102
+ ---
103
+
104
+ # UKHSA Dashboard — England COVID-19 daily metrics
105
+
106
+ Sibling source to `ukhsa-respiratory` (weekly multi-pathogen). Split out because the
107
+ daily-cadence + count-based units of these metrics don't pivot cleanly into the weekly
108
+ per-100k rates the parent dataset uses for flu/RSV.
109
+
110
+ **Source:** <https://ukhsa-dashboard.data.gov.uk/>
111
+
112
+ ## Coverage
113
+
114
+ - **Time:** 2020-01-30 → 2026-04-22
115
+ - **Cadence:** `daily` (observed median spacing: 1 days)
116
+ - **Geography levels:** `subnational-state` — 1 unique location IDs
117
+ - **Countries:** GB
118
+ - **Pathogens:** `sars-cov-2`
119
+ - **Surveillance category:** `respiratory`
120
+ - **Rows:** 2,275
121
+
122
+ ## Columns
123
+
124
+ | Column | Unit | value_type | Aggregation | Description |
125
+ |--------|------|------------|-------------|-------------|
126
+ | `cases` | cases/day | `incident` | `sum` | Confirmed COVID-19 cases reported on this date. |
127
+ | `admissions` | admissions/day | `incident` | `sum` | Hospital admissions with COVID-19, daily count. |
128
+ | `occupied_beds` | beds | `stock` | `mean` | Hospital beds occupied by patients with COVID-19 (point-in-time). |
129
+ | `deaths_ons` | deaths/day | `incident` | `sum` | ONS-registered deaths with COVID-19 mentioned, daily. |
130
+ | `pcr_tests` | tests/day | `incident` | `sum` | PCR tests resulted, daily. |
131
+
132
+ ### Additional data columns
133
+
134
+ - **`location_name`** — Always 'England'. NHS regions / devolved nations would be separate sources.
135
+
136
+ ## Interpretation caveats
137
+
138
+ Things that may differ from how other sources define a similar measure. If you're combining this dataset with another, read these first.
139
+
140
+ - **`deaths_ons`** — ONS-registered deaths lag by ~10 days vs. event date and use 'mentioned on the
141
+ certificate' criteria, not 'underlying cause'. Different denominator from PHE/UKHSA's
142
+ own death counts (which used '28 days from positive test').
143
+
144
+ - **`cases`** — Free symptomatic-testing access ended in England 2022-04-01. Post-2022 case counts
145
+ reflect remaining clinical / hospital testing only and are not comparable to the
146
+ free-testing era.
147
+
148
+
149
+ ## Access
150
+
151
+ - **Availability:** `open`
152
+ - **Access type:** `api`
153
+ - **License:** other
154
+ - **Tier:** 2
155
+
156
+ ---
157
+
158
+ *Schema version `0.1` · Last ingested 2026-04-26T12:31:19Z · `source_id: ukhsa-covid-daily` · Manifest section §5.5 (COVID daily subset)*