Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: AH Provisional COVID-19 Deaths by Educational Attainment, Race, Sex,
|
5 |
+
and Age
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- age
|
10 |
+
- coronavirus
|
11 |
+
- covid-19
|
12 |
+
- deaths
|
13 |
+
- education
|
14 |
+
- mortality
|
15 |
+
- nchs
|
16 |
+
- nvss
|
17 |
+
- provisional
|
18 |
+
- race
|
19 |
+
- sex
|
20 |
+
---
|
21 |
+
|
22 |
+
# AH Provisional COVID-19 Deaths by Educational Attainment, Race, Sex, and Age
|
23 |
+
|
24 |
+
## Description
|
25 |
+
|
26 |
+
Provisional counts of deaths in the United States by educational attainment, race, sex, and age group. The dataset includes cumulative provisional counts of death for COVID-19, coded to ICD-10 code U07.1 as an underlying or multiple cause of death.
|
27 |
+
|
28 |
+
## Dataset Details
|
29 |
+
|
30 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
31 |
+
- **Geographic Coverage**: United States
|
32 |
+
- **Last Modified**: 2025-04-21
|
33 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
34 |
+
|
35 |
+
## Source
|
36 |
+
|
37 |
+
Original data can be found at: https://www.cdc.gov/nchs/covid19/covid-19-mortality-data-files.htm
|
38 |
+
|
39 |
+
## Usage
|
40 |
+
|
41 |
+
You can load this dataset using:
|
42 |
+
|
43 |
+
```python
|
44 |
+
from datasets import load_dataset
|
45 |
+
dataset = load_dataset('HHS-Official/ah-provisional-covid-19-deaths-by-educational-atta')
|
46 |
+
```
|
47 |
+
## License
|
48 |
+
|
49 |
+
This dataset is licensed under https://www.usa.gov/government-works
|