ChrisHarig commited on
Commit
4976cda
·
verified ·
1 Parent(s): 5682bb9

Initial ingest — jhu-csse-covid — card update

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: JHU CSSE COVID-19 — global daily (archived)
3
+ license: cc-by-4.0
4
+ size_categories:
5
+ - 100K<n<1M
6
+ tags:
7
+ - cadence-daily
8
+ - geo-global
9
+ - surveillance-respiratory
10
+ - pathogen-sars-cov-2
11
+ - tier-3
12
+ - availability-open
13
+ schema_version: '0.1'
14
+ source_id: jhu-csse-covid
15
+ source_url: https://github.com/CSSEGISandData/COVID-19
16
+ manifest_section: §16.2
17
+ surveillance_category: respiratory
18
+ pathogens:
19
+ - sars-cov-2
20
+ availability: inactive
21
+ availability_notes: Repository archived 2023-03-09. Use as historical reference; not a live feed.
22
+ access_type: github
23
+ tier: 3
24
+ cadence: daily
25
+ geography_levels:
26
+ - national
27
+ geography_countries:
28
+ - multiple
29
+ gold_standard_for: []
30
+ vintaged_version_of: null
31
+ succeeds: null
32
+ derived_from: []
33
+ value_columns:
34
+ - name: confirmed
35
+ unit: cases (cumulative)
36
+ value_type: cumulative
37
+ description: Cumulative confirmed COVID-19 cases reported to JHU CSSE
38
+ aggregation: max
39
+ - name: deaths
40
+ unit: deaths (cumulative)
41
+ value_type: cumulative
42
+ description: Cumulative confirmed COVID-19 deaths
43
+ aggregation: max
44
+ - name: recovered
45
+ unit: people (cumulative)
46
+ value_type: cumulative
47
+ description: Cumulative recoveries; many jurisdictions stopped reporting this in 2021, so column is mostly NaN late in the
48
+ series
49
+ aggregation: max
50
+ notes:
51
+ extra_columns:
52
+ - column: location_name
53
+ description: JHU's English country name. `location_id` is canonical.
54
+ interpretation_caveats:
55
+ - column: recovered
56
+ caveat: Most countries stopped reporting recoveries by 2021-Q3; this column is functionally dead post-2021. Don't use
57
+ as a target.
58
+ - column: confirmed
59
+ caveat: 'JHU compiled from ad-hoc national sources; definitions, lab criteria, and reporting cadence vary
60
+
61
+ wildly between countries and over time. Treat as a global-shape signal, not a comparable rate.
62
+
63
+ '
64
+ general: 'JHU stopped active maintenance 2023-03-09 and archived the repo. Province-level rolls
65
+
66
+ are present in the source files but dropped here (province names are free-text, not
67
+
68
+ ISO 3166-2; a per-country crosswalk is needed and is out of scope for this v0.1 ingest).
69
+
70
+ '
71
+ extra:
72
+ archive_date: '2023-03-09'
73
+ province_level_dropped: true
74
+ computed:
75
+ last_ingested: '2026-04-26T12:48:58Z'
76
+ row_count: 225171
77
+ time_coverage:
78
+ - start: '2020-01-22'
79
+ end: '2023-03-09'
80
+ geography_unit_count: 194
81
+ observed_cadence_days: 1
82
+ missing_gaps: []
83
+ data_hash: 3f77af3c78e5a8f1
84
+ ---
85
+
86
+ # JHU CSSE COVID-19 — global daily (archived)
87
+
88
+ JHU stopped active maintenance 2023-03-09 and archived the repo. Province-level rolls
89
+ are present in the source files but dropped here (province names are free-text, not
90
+ ISO 3166-2; a per-country crosswalk is needed and is out of scope for this v0.1 ingest).
91
+
92
+ **Source:** <https://github.com/CSSEGISandData/COVID-19>
93
+
94
+ ## Coverage
95
+
96
+ - **Time:** 2020-01-22 → 2023-03-09
97
+ - **Cadence:** `daily` (observed median spacing: 1 days)
98
+ - **Geography levels:** `national` — 194 unique location IDs
99
+ - **Countries:** multiple
100
+ - **Pathogens:** `sars-cov-2`
101
+ - **Surveillance category:** `respiratory`
102
+ - **Rows:** 225,171
103
+
104
+ ## Columns
105
+
106
+ | Column | Unit | value_type | Aggregation | Description |
107
+ |--------|------|------------|-------------|-------------|
108
+ | `confirmed` | cases (cumulative) | `cumulative` | `max` | Cumulative confirmed COVID-19 cases reported to JHU CSSE |
109
+ | `deaths` | deaths (cumulative) | `cumulative` | `max` | Cumulative confirmed COVID-19 deaths |
110
+ | `recovered` | people (cumulative) | `cumulative` | `max` | Cumulative recoveries; many jurisdictions stopped reporting this in 2021, so column is mostly NaN late in the series |
111
+
112
+ ### Additional data columns
113
+
114
+ - **`location_name`** — JHU's English country name. `location_id` is canonical.
115
+
116
+ ## Interpretation caveats
117
+
118
+ Things that may differ from how other sources define a similar measure. If you're combining this dataset with another, read these first.
119
+
120
+ - **`recovered`** — Most countries stopped reporting recoveries by 2021-Q3; this column is functionally dead post-2021. Don't use as a target.
121
+ - **`confirmed`** — JHU compiled from ad-hoc national sources; definitions, lab criteria, and reporting cadence vary
122
+ wildly between countries and over time. Treat as a global-shape signal, not a comparable rate.
123
+
124
+
125
+ ## Access
126
+
127
+ - **Availability:** `inactive`
128
+ - **Access type:** `github`
129
+ - **License:** cc-by-4.0
130
+ - **Tier:** 3
131
+
132
+ ---
133
+
134
+ *Schema version `0.1` · Last ingested 2026-04-26T12:48:58Z · `source_id: jhu-csse-covid` · Manifest section §16.2*