Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'NCHS - Nonmarital Birth Rates, by Age Group for All Women Age 15-44:
|
5 |
+
United States, 1970-2013'
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- nchs
|
10 |
+
- women
|
11 |
+
---
|
12 |
+
|
13 |
+
# NCHS - Nonmarital Birth Rates, by Age Group for All Women Age 15-44: United States, 1970-2013
|
14 |
+
|
15 |
+
## Description
|
16 |
+
|
17 |
+
https://www.cdc.gov/nchs/data-visualization/births-to-unmarried-women/index.htm
|
18 |
+
|
19 |
+
## Dataset Details
|
20 |
+
|
21 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
22 |
+
- **Temporal Coverage**: 1970/2013
|
23 |
+
- **Last Modified**: 2025-04-21
|
24 |
+
- **Contact**: National Center for Health Statistics ([email protected])
|
25 |
+
|
26 |
+
## Source
|
27 |
+
|
28 |
+
Original data can be found at: https://www.cdc.gov/nchs/data_access/vitalstatsonline.htm
|
29 |
+
|
30 |
+
## Usage
|
31 |
+
|
32 |
+
You can load this dataset using:
|
33 |
+
|
34 |
+
```python
|
35 |
+
from datasets import load_dataset
|
36 |
+
dataset = load_dataset('HHS-Official/nchs-nonmarital-birth-rates-by-age-group-for-all-w')
|
37 |
+
```
|
38 |
+
## License
|
39 |
+
|
40 |
+
This dataset is licensed under https://www.usa.gov/government-works
|