Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: Total COVID-19 Deaths since January 1, 2020 by Age Group, Race/Ethnicity,
|
| 5 |
+
and Sex
|
| 6 |
+
tags:
|
| 7 |
+
- hhs
|
| 8 |
+
- cdc
|
| 9 |
+
- coronavirus
|
| 10 |
+
- covid-19
|
| 11 |
+
- deaths
|
| 12 |
+
- demographics
|
| 13 |
+
- mortality
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Total COVID-19 Deaths since January 1, 2020 by Age Group, Race/Ethnicity, and Sex
|
| 17 |
+
|
| 18 |
+
## Description
|
| 19 |
+
|
| 20 |
+
Count and percent of total COVID-19 deaths since January 1, 2020, by age group, race/ethnicity, and sex
|
| 21 |
+
|
| 22 |
+
## Dataset Details
|
| 23 |
+
|
| 24 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
| 25 |
+
- **Temporal Coverage**: Most recent month
|
| 26 |
+
- **Geographic Coverage**: United States
|
| 27 |
+
- **Last Modified**: 2025-04-21
|
| 28 |
+
- **Contact**: CDC-INFO (cdcinfo@cdc.gov)
|
| 29 |
+
|
| 30 |
+
## Source
|
| 31 |
+
|
| 32 |
+
Original data can be found at: https://data.cdc.gov/d/kmxt-xb3i
|
| 33 |
+
|
| 34 |
+
## Usage
|
| 35 |
+
|
| 36 |
+
You can load this dataset using:
|
| 37 |
+
|
| 38 |
+
```python
|
| 39 |
+
from datasets import load_dataset
|
| 40 |
+
dataset = load_dataset('HHS-Official/total-covid-19-deaths-since-january-1-2020-by-age')
|
| 41 |
+
```
|
| 42 |
+
## License
|
| 43 |
+
|
| 44 |
+
This dataset is licensed under https://www.usa.gov/government-works
|