Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'Behavioral Risk Factors: Selected Metropolitan Area Risk Trends (SMART)
|
5 |
+
County Prevalence Data (2010 and prior)'
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- behavioral
|
10 |
+
- brfss
|
11 |
+
- county
|
12 |
+
- risk
|
13 |
+
- smart
|
14 |
+
- survey
|
15 |
+
---
|
16 |
+
|
17 |
+
# Behavioral Risk Factors: Selected Metropolitan Area Risk Trends (SMART) County Prevalence Data (2010 and prior)
|
18 |
+
|
19 |
+
## Description
|
20 |
+
|
21 |
+
2002-2010. BRFSS SMART County Prevalence land line only data. The Selected Metropolitan Area Risk Trends (SMART) project uses the Behavioral Risk Factor Surveillance System (BRFSS) to analyze the data of selected counties with 500 or more respondents. BRFSS data can be used to identify emerging health problems, establish and track health objectives, and develop and evaluate public health policies and programs. BRFSS is a continuous, state-based surveillance system that collects information about modifiable risk factors for chronic diseases and other leading causes of death. Data will be updated annually as it becomes available. Detailed information on sampling methodology and quality assurance can be found on the BRFSS website (http://www.cdc.gov/brfss). Methodology: http://www.cdc.gov/brfss/factsheets/pdf/DBS_BRFSS_survey.pdf Glossary: https://chronicdata.cdc.gov/Behavioral-Risk-Factors/Behavioral-Risk-Factor-Surveillance-System-BRFSS-H/iuq5-y9ct/data
|
22 |
+
|
23 |
+
## Dataset Details
|
24 |
+
|
25 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
26 |
+
- **Last Modified**: 2023-08-25
|
27 |
+
- **Contact**: DPH Public Inquiries ([email protected])
|
28 |
+
|
29 |
+
## Source
|
30 |
+
|
31 |
+
Original data can be found at: https://www.cdc.gov/brfss/
|
32 |
+
|
33 |
+
## Usage
|
34 |
+
|
35 |
+
You can load this dataset using:
|
36 |
+
|
37 |
+
```python
|
38 |
+
from datasets import load_dataset
|
39 |
+
dataset = load_dataset('HHS-Official/behavioral-risk-factors-selected-metropolitan-area')
|
40 |
+
```
|
41 |
+
## License
|
42 |
+
|
43 |
+
This dataset is licensed under https://www.usa.gov/government-works
|