Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: CDC PRAMStat Data for 2000
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- abuse
|
9 |
+
- breastfeeding
|
10 |
+
- contraception
|
11 |
+
- medicaid
|
12 |
+
- morbidity
|
13 |
+
- obesity
|
14 |
+
- stress
|
15 |
+
- wic
|
16 |
+
license: odbl
|
17 |
+
---
|
18 |
+
|
19 |
+
# CDC PRAMStat Data for 2000
|
20 |
+
|
21 |
+
## Description
|
22 |
+
|
23 |
+
2000. Centers for Disease Control and Prevention (CDC). PRAMS, the Pregnancy Risk Assessment Monitoring System, is a surveillance system collecting state-specific, population-based data on maternal attitudes and experiences before, during, and shortly after pregnancy. It is a collaborative project of the Centers for Disease Control and Prevention (CDC) and state health departments. PRAMS provides data for state health officials to use to improve the health of mothers and infants. PRAMS topics include abuse, alcohol use, contraception, breastfeeding, mental health, morbidity, obesity, preconception health, pregnancy history, prenatal-care, sleep behavior, smoke exposure, stress, tobacco use, WIC, Medicaid, infant health, and unintended pregnancy. Data will be updated annually as it becomes available.
|
24 |
+
|
25 |
+
## Dataset Details
|
26 |
+
|
27 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
28 |
+
- **Last Modified**: 2023-09-06
|
29 |
+
- **Contact**: DRH Public Inquiries ([email protected])
|
30 |
+
|
31 |
+
## Source
|
32 |
+
|
33 |
+
Original data can be found at: https://www.cdc.gov/prams/index.htm
|
34 |
+
|
35 |
+
## Usage
|
36 |
+
|
37 |
+
You can load this dataset using:
|
38 |
+
|
39 |
+
```python
|
40 |
+
from datasets import load_dataset
|
41 |
+
dataset = load_dataset('HHS-Official/cdc-pramstat-data-for-2000')
|
42 |
+
```
|
43 |
+
## License
|
44 |
+
|
45 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|