Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'NCHS - Infant and neonatal mortality rates: United States, 1915-2013'
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- infant
|
9 |
+
- mortality
|
10 |
+
- nchs
|
11 |
+
- neonatal
|
12 |
+
---
|
13 |
+
|
14 |
+
# NCHS - Infant and neonatal mortality rates: United States, 1915-2013
|
15 |
+
|
16 |
+
## Description
|
17 |
+
|
18 |
+
Rates are infants (under 1 year) and neonatal (under 28 days) deaths per 1,000 live births.
|
19 |
+
|
20 |
+
https://www.cdc.gov/nchs/data-visualization/mortality-trends/
|
21 |
+
|
22 |
+
## Dataset Details
|
23 |
+
|
24 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
25 |
+
- **Temporal Coverage**: 1915/2013
|
26 |
+
- **Geographic Coverage**: United States
|
27 |
+
- **Last Modified**: 2025-04-21
|
28 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
29 |
+
|
30 |
+
## Source
|
31 |
+
|
32 |
+
Original data can be found at: https://www.cdc.gov/nchs/data-visualization/mortality-trends/
|
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/nchs-infant-and-neonatal-mortality-rates-united-st')
|
41 |
+
```
|
42 |
+
## License
|
43 |
+
|
44 |
+
This dataset is licensed under https://www.usa.gov/government-works
|