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