Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: AH Excess Deaths by Sex, Age, and Race and Hispanic Origin
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- age
|
9 |
+
- coronavirus
|
10 |
+
- covid-19
|
11 |
+
- deaths
|
12 |
+
- mortality
|
13 |
+
- nchs
|
14 |
+
- nvss
|
15 |
+
- provisional
|
16 |
+
- race
|
17 |
+
- sex
|
18 |
+
- weekly
|
19 |
+
---
|
20 |
+
|
21 |
+
# AH Excess Deaths by Sex, Age, and Race and Hispanic Origin
|
22 |
+
|
23 |
+
## Description
|
24 |
+
|
25 |
+
Weekly data on the number of deaths from all causes by sex, age group, and race/Hispanic origin group for the United States. Counts of deaths in more recent weeks can be compared with counts from earlier years (2015-2019) to determine if the number is higher than expected.
|
26 |
+
|
27 |
+
## Dataset Details
|
28 |
+
|
29 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
30 |
+
- **Geographic Coverage**: United States
|
31 |
+
- **Last Modified**: 2025-04-21
|
32 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
33 |
+
|
34 |
+
## Source
|
35 |
+
|
36 |
+
Original data can be found at: https://www.cdc.gov/nchs/nvss/vsrr/covid19/excess_deaths.htm
|
37 |
+
|
38 |
+
## Usage
|
39 |
+
|
40 |
+
You can load this dataset using:
|
41 |
+
|
42 |
+
```python
|
43 |
+
from datasets import load_dataset
|
44 |
+
dataset = load_dataset('HHS-Official/ah-excess-deaths-by-sex-age-and-race-and-hispanic')
|
45 |
+
```
|
46 |
+
## License
|
47 |
+
|
48 |
+
This dataset is licensed under https://www.usa.gov/government-works
|