Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: AH County of Residence COVID-19 Deaths Counts, 2020 Provisional
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- coronavirus
|
9 |
+
- county
|
10 |
+
- covid-19
|
11 |
+
- deaths
|
12 |
+
- mortality
|
13 |
+
- nchs
|
14 |
+
- nvss
|
15 |
+
- provisional
|
16 |
+
- yearly
|
17 |
+
---
|
18 |
+
|
19 |
+
# AH County of Residence COVID-19 Deaths Counts, 2020 Provisional
|
20 |
+
|
21 |
+
## Description
|
22 |
+
|
23 |
+
Provisional count of deaths involving coronavirus disease 2019 (COVID-19) by United States county of residence, from January 1, 2020 through December 31, 2020.
|
24 |
+
|
25 |
+
## Dataset Details
|
26 |
+
|
27 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
28 |
+
- **Temporal Coverage**: 2020-01-01/2020-12-31
|
29 |
+
- **Geographic Coverage**: United States
|
30 |
+
- **Last Modified**: 2025-04-21
|
31 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
32 |
+
|
33 |
+
## Source
|
34 |
+
|
35 |
+
Original data can be found at: https://www.cdc.gov/nchs/covid19/covid-19-mortality-data-files.htm
|
36 |
+
|
37 |
+
## Usage
|
38 |
+
|
39 |
+
You can load this dataset using:
|
40 |
+
|
41 |
+
```python
|
42 |
+
from datasets import load_dataset
|
43 |
+
dataset = load_dataset('HHS-Official/ah-county-of-residence-covid-19-deaths-counts-2020')
|
44 |
+
```
|
45 |
+
## License
|
46 |
+
|
47 |
+
This dataset is licensed under https://www.usa.gov/government-works
|