ChrisHarig commited on
Commit
2c2f8b8
·
verified ·
1 Parent(s): 1f23e66

Initial ingest — nyt-covid — card update

Browse files
Files changed (1) hide show
  1. README.md +125 -0
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: NYT COVID-19 — US county daily
3
+ license: other
4
+ size_categories:
5
+ - 1M<n<10M
6
+ tags:
7
+ - cadence-daily
8
+ - geo-us
9
+ - surveillance-respiratory
10
+ - pathogen-sars-cov-2
11
+ - tier-3
12
+ - availability-open
13
+ schema_version: '0.1'
14
+ source_id: nyt-covid
15
+ source_url: https://github.com/nytimes/covid-19-data
16
+ manifest_section: §16.5
17
+ surveillance_category: respiratory
18
+ pathogens:
19
+ - sars-cov-2
20
+ availability: open
21
+ availability_notes: NYT custom license — non-commercial use ok, commercial use requires permission.
22
+ access_type: github
23
+ tier: 3
24
+ cadence: daily
25
+ geography_levels:
26
+ - subnational-county
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: cases
35
+ unit: cases (cumulative)
36
+ value_type: cumulative
37
+ description: Cumulative confirmed + probable COVID-19 cases since pandemic start
38
+ aggregation: max
39
+ - name: deaths
40
+ unit: deaths (cumulative)
41
+ value_type: cumulative
42
+ description: Cumulative confirmed + probable COVID-19 deaths since pandemic start
43
+ aggregation: max
44
+ notes:
45
+ extra_columns:
46
+ - column: location_name
47
+ description: NYT-supplied county + state name. Useful for traceability when a FIPS code resolves ambiguously (e.g. NYC's
48
+ five boroughs collapsed into a single 'New York City' row).
49
+ interpretation_caveats:
50
+ - column: cases
51
+ caveat: 'Cumulative — diff to recover incident. NYT collapses the five NYC boroughs (FIPS 36005, 36047, 36061, 36081,
52
+ 36085)
53
+
54
+ into a synthetic ''New York City'' row that this ingest **drops** (no FIPS). Pre-2020-08 some rural counties were
55
+
56
+ bundled with neighbours; the README documents the carve-outs.
57
+
58
+ '
59
+ general: 'Archived March 2023. Useful as an early-pandemic baseline at county granularity
60
+
61
+ when nothing finer than state was available from federal sources.
62
+
63
+ '
64
+ extra:
65
+ source_columns_omitted: 0
66
+ archive_note: Series stops 2023-03-23; the upstream maintained the file but no longer updates it.
67
+ computed:
68
+ last_ingested: '2026-04-26T12:49:03Z'
69
+ row_count: 2479154
70
+ time_coverage:
71
+ - start: '2020-01-21'
72
+ end: '2022-05-13'
73
+ geography_unit_count: 3220
74
+ observed_cadence_days: 1
75
+ missing_gaps: []
76
+ data_hash: a040b3fa14225d93
77
+ ---
78
+
79
+ # NYT COVID-19 — US county daily
80
+
81
+ Archived March 2023. Useful as an early-pandemic baseline at county granularity
82
+ when nothing finer than state was available from federal sources.
83
+
84
+ **Source:** <https://github.com/nytimes/covid-19-data>
85
+
86
+ ## Coverage
87
+
88
+ - **Time:** 2020-01-21 → 2022-05-13
89
+ - **Cadence:** `daily` (observed median spacing: 1 days)
90
+ - **Geography levels:** `subnational-county` — 3220 unique location IDs
91
+ - **Countries:** US
92
+ - **Pathogens:** `sars-cov-2`
93
+ - **Surveillance category:** `respiratory`
94
+ - **Rows:** 2,479,154
95
+
96
+ ## Columns
97
+
98
+ | Column | Unit | value_type | Aggregation | Description |
99
+ |--------|------|------------|-------------|-------------|
100
+ | `cases` | cases (cumulative) | `cumulative` | `max` | Cumulative confirmed + probable COVID-19 cases since pandemic start |
101
+ | `deaths` | deaths (cumulative) | `cumulative` | `max` | Cumulative confirmed + probable COVID-19 deaths since pandemic start |
102
+
103
+ ### Additional data columns
104
+
105
+ - **`location_name`** — NYT-supplied county + state name. Useful for traceability when a FIPS code resolves ambiguously (e.g. NYC's five boroughs collapsed into a single 'New York City' row).
106
+
107
+ ## Interpretation caveats
108
+
109
+ Things that may differ from how other sources define a similar measure. If you're combining this dataset with another, read these first.
110
+
111
+ - **`cases`** — Cumulative — diff to recover incident. NYT collapses the five NYC boroughs (FIPS 36005, 36047, 36061, 36081, 36085)
112
+ into a synthetic 'New York City' row that this ingest **drops** (no FIPS). Pre-2020-08 some rural counties were
113
+ bundled with neighbours; the README documents the carve-outs.
114
+
115
+
116
+ ## Access
117
+
118
+ - **Availability:** `open`
119
+ - **Access type:** `github`
120
+ - **License:** other
121
+ - **Tier:** 3
122
+
123
+ ---
124
+
125
+ *Schema version `0.1` · Last ingested 2026-04-26T12:49:03Z · `source_id: nyt-covid` · Manifest section §16.5*