ChrisHarig commited on
Commit
342a07d
·
verified ·
1 Parent(s): 637007f

Initial ingest — covid-tracking-project — card update

Browse files
Files changed (1) hide show
  1. README.md +169 -0
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: COVID Tracking Project — US states daily (archived)
3
+ license: cc-by-4.0
4
+ size_categories:
5
+ - 10K<n<100K
6
+ tags:
7
+ - cadence-daily
8
+ - geo-us
9
+ - surveillance-respiratory
10
+ - pathogen-sars-cov-2
11
+ - tier-3
12
+ - availability-inactive
13
+ schema_version: '0.1'
14
+ source_id: covid-tracking-project
15
+ source_url: https://covidtracking.com/
16
+ manifest_section: §16.4
17
+ surveillance_category: respiratory
18
+ pathogens:
19
+ - sars-cov-2
20
+ availability: inactive
21
+ availability_notes: Project ended 2021-03-07. Static archive — no live updates.
22
+ access_type: csv
23
+ tier: 3
24
+ cadence: daily
25
+ geography_levels:
26
+ - subnational-state
27
+ geography_countries:
28
+ - US
29
+ gold_standard_for: []
30
+ vintaged_version_of: null
31
+ succeeds: null
32
+ derived_from: []
33
+ value_columns:
34
+ - name: positive
35
+ unit: cases (cumulative)
36
+ value_type: cumulative
37
+ description: Cumulative confirmed positives reported by the state
38
+ aggregation: max
39
+ - name: death
40
+ unit: deaths (cumulative)
41
+ value_type: cumulative
42
+ description: Cumulative confirmed COVID-19 deaths
43
+ aggregation: max
44
+ - name: hospitalizedCurrently
45
+ unit: patients
46
+ value_type: stock
47
+ description: Patients currently hospitalised with COVID-19 (point-in-time)
48
+ aggregation: mean
49
+ - name: inIcuCurrently
50
+ unit: patients
51
+ value_type: stock
52
+ description: Patients currently in ICU with COVID-19 (point-in-time)
53
+ aggregation: mean
54
+ - name: onVentilatorCurrently
55
+ unit: patients
56
+ value_type: stock
57
+ description: Patients currently on a ventilator with COVID-19 (point-in-time)
58
+ aggregation: mean
59
+ - name: totalTestResults
60
+ unit: tests (cumulative)
61
+ value_type: cumulative
62
+ description: Cumulative tests resulted (PCR + antigen mix; varies by state)
63
+ aggregation: max
64
+ - name: positiveIncrease
65
+ unit: cases/day
66
+ value_type: incident
67
+ description: Daily new positives (state-derived diff of `positive`)
68
+ aggregation: sum
69
+ - name: deathIncrease
70
+ unit: deaths/day
71
+ value_type: incident
72
+ description: Daily new deaths
73
+ aggregation: sum
74
+ - name: hospitalizedIncrease
75
+ unit: admissions/day
76
+ value_type: incident
77
+ description: Daily new hospitalisations (irregular reporting; many states never populated)
78
+ aggregation: sum
79
+ - name: totalTestResultsIncrease
80
+ unit: tests/day
81
+ value_type: incident
82
+ description: Daily new tests
83
+ aggregation: sum
84
+ notes:
85
+ extra_columns:
86
+ - column: location_name
87
+ description: State postal code as reported. `location_id` is FIPS.
88
+ interpretation_caveats:
89
+ - column: hospitalizedIncrease
90
+ caveat: Many states never reported daily new hospitalisations — column is NaN-heavy. Prefer NHSN HRD's `totalconfc19newadm`
91
+ for analysis spanning 2020-08+.
92
+ - column: totalTestResults
93
+ caveat: PCR / antigen mix differs by state and shifted over time. Don't compare raw test counts across states.
94
+ general: 'The COVID Tracking Project was a volunteer-run effort that ended 2021-03-07. State data
95
+
96
+ was assembled from each state''s public dashboard, with curatorial corrections. Authoritative
97
+
98
+ until federal reporting (HHS Protect → NHSN HRD) caught up.
99
+
100
+ '
101
+ extra:
102
+ archive_date: '2021-03-07'
103
+ successor: hhs-protect (federal pickup), then nhsn-hrd
104
+ computed:
105
+ last_ingested: '2026-04-26T12:48:38Z'
106
+ row_count: 20780
107
+ time_coverage:
108
+ - start: '2020-01-13'
109
+ end: '2021-03-07'
110
+ geography_unit_count: 56
111
+ observed_cadence_days: 1
112
+ missing_gaps: []
113
+ data_hash: 584b2f94b5d1fc2c
114
+ ---
115
+
116
+ # COVID Tracking Project — US states daily (archived)
117
+
118
+ The COVID Tracking Project was a volunteer-run effort that ended 2021-03-07. State data
119
+ was assembled from each state's public dashboard, with curatorial corrections. Authoritative
120
+ until federal reporting (HHS Protect → NHSN HRD) caught up.
121
+
122
+ **Source:** <https://covidtracking.com/>
123
+
124
+ ## Coverage
125
+
126
+ - **Time:** 2020-01-13 → 2021-03-07
127
+ - **Cadence:** `daily` (observed median spacing: 1 days)
128
+ - **Geography levels:** `subnational-state` — 56 unique location IDs
129
+ - **Countries:** US
130
+ - **Pathogens:** `sars-cov-2`
131
+ - **Surveillance category:** `respiratory`
132
+ - **Rows:** 20,780
133
+
134
+ ## Columns
135
+
136
+ | Column | Unit | value_type | Aggregation | Description |
137
+ |--------|------|------------|-------------|-------------|
138
+ | `positive` | cases (cumulative) | `cumulative` | `max` | Cumulative confirmed positives reported by the state |
139
+ | `death` | deaths (cumulative) | `cumulative` | `max` | Cumulative confirmed COVID-19 deaths |
140
+ | `hospitalizedCurrently` | patients | `stock` | `mean` | Patients currently hospitalised with COVID-19 (point-in-time) |
141
+ | `inIcuCurrently` | patients | `stock` | `mean` | Patients currently in ICU with COVID-19 (point-in-time) |
142
+ | `onVentilatorCurrently` | patients | `stock` | `mean` | Patients currently on a ventilator with COVID-19 (point-in-time) |
143
+ | `totalTestResults` | tests (cumulative) | `cumulative` | `max` | Cumulative tests resulted (PCR + antigen mix; varies by state) |
144
+ | `positiveIncrease` | cases/day | `incident` | `sum` | Daily new positives (state-derived diff of `positive`) |
145
+ | `deathIncrease` | deaths/day | `incident` | `sum` | Daily new deaths |
146
+ | `hospitalizedIncrease` | admissions/day | `incident` | `sum` | Daily new hospitalisations (irregular reporting; many states never populated) |
147
+ | `totalTestResultsIncrease` | tests/day | `incident` | `sum` | Daily new tests |
148
+
149
+ ### Additional data columns
150
+
151
+ - **`location_name`** — State postal code as reported. `location_id` is FIPS.
152
+
153
+ ## Interpretation caveats
154
+
155
+ Things that may differ from how other sources define a similar measure. If you're combining this dataset with another, read these first.
156
+
157
+ - **`hospitalizedIncrease`** — Many states never reported daily new hospitalisations — column is NaN-heavy. Prefer NHSN HRD's `totalconfc19newadm` for analysis spanning 2020-08+.
158
+ - **`totalTestResults`** — PCR / antigen mix differs by state and shifted over time. Don't compare raw test counts across states.
159
+
160
+ ## Access
161
+
162
+ - **Availability:** `inactive`
163
+ - **Access type:** `csv`
164
+ - **License:** cc-by-4.0
165
+ - **Tier:** 3
166
+
167
+ ---
168
+
169
+ *Schema version `0.1` · Last ingested 2026-04-26T12:48:38Z · `source_id: covid-tracking-project` · Manifest section §16.4*