Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Distribution of COVID-19 Deaths and Populations, by Jurisdiction, Age,
|
5 |
+
and Race and Hispanic Origin
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- age
|
10 |
+
- coronavirus
|
11 |
+
- covid-19
|
12 |
+
- deaths
|
13 |
+
- mortality
|
14 |
+
- nchs
|
15 |
+
- nvss
|
16 |
+
- provisional
|
17 |
+
- race
|
18 |
+
- state
|
19 |
+
---
|
20 |
+
|
21 |
+
# Distribution of COVID-19 Deaths and Populations, by Jurisdiction, Age, and Race and Hispanic Origin
|
22 |
+
|
23 |
+
## Description
|
24 |
+
|
25 |
+
Effective September 27, 2023, this dataset will no longer be updated. Similar data are accessible from wonder.cdc.gov.
|
26 |
+
|
27 |
+
This visualization provides data that can be used to illustrate potential differences in the burden of deaths due to COVID-19 by race and ethnicity.
|
28 |
+
|
29 |
+
## Dataset Details
|
30 |
+
|
31 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
32 |
+
- **Geographic Coverage**: United States
|
33 |
+
- **Last Modified**: 2025-04-21
|
34 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
35 |
+
|
36 |
+
## Source
|
37 |
+
|
38 |
+
Original data can be found at: https://www.cdc.gov/nchs/covid19/covid-19-mortality-data-files.htm
|
39 |
+
|
40 |
+
## Usage
|
41 |
+
|
42 |
+
You can load this dataset using:
|
43 |
+
|
44 |
+
```python
|
45 |
+
from datasets import load_dataset
|
46 |
+
dataset = load_dataset('HHS-Official/distribution-of-covid-19-deaths-and-populations-by')
|
47 |
+
```
|
48 |
+
## License
|
49 |
+
|
50 |
+
This dataset is licensed under https://www.usa.gov/government-works
|