Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Provisional Percent of Deaths for COVID-19, Influenza, and RSV
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- coronavirus
|
9 |
+
- covid19
|
10 |
+
- deaths
|
11 |
+
- influenza
|
12 |
+
- mortality
|
13 |
+
- nchs
|
14 |
+
- nvss
|
15 |
+
- respiratory-virus-response
|
16 |
+
- rsv
|
17 |
+
- weekly
|
18 |
+
---
|
19 |
+
|
20 |
+
# Provisional Percent of Deaths for COVID-19, Influenza, and RSV
|
21 |
+
|
22 |
+
## Description
|
23 |
+
|
24 |
+
This file contains the provisional percent of total deaths by week for COVID-19, Influenza, and Respiratory Syncytial Virus for deaths occurring among residents in the United States. Provisional data are based on non-final counts of deaths based on the flow of mortality data in National Vital Statistics System.
|
25 |
+
|
26 |
+
## Dataset Details
|
27 |
+
|
28 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
29 |
+
- **Temporal Coverage**: 2018-01-06/2024-02-17
|
30 |
+
- **Geographic Coverage**: US
|
31 |
+
- **Last Modified**: 2025-05-02
|
32 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
33 |
+
|
34 |
+
## Source
|
35 |
+
|
36 |
+
Original data can be found at: https://data.cdc.gov/d/4bc2-bbpq
|
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/provisional-percent-of-deaths-for-covid-19-influen')
|
45 |
+
```
|
46 |
+
## License
|
47 |
+
|
48 |
+
This dataset is licensed under https://www.usa.gov/government-works
|