Datasets:
Add emoji to dataset card
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ task_categories:
|
|
| 21 |
- tabular-regression
|
| 22 |
---
|
| 23 |
|
| 24 |
-
# BRFSS 1990–2024
|
| 25 |
|
| 26 |
Behavioral Risk Factor Surveillance System (BRFSS) survey microdata for all 35 years of publicly available data (1990–2024), converted from CDC SAS Transport (XPT) format to Parquet. ~10.1 million respondents.
|
| 27 |
|
|
@@ -29,7 +29,7 @@ Behavioral Risk Factor Surveillance System (BRFSS) survey microdata for all 35 y
|
|
| 29 |
|
| 30 |
---
|
| 31 |
|
| 32 |
-
## Quick start
|
| 33 |
|
| 34 |
No account, no download, no build. Just DuckDB:
|
| 35 |
|
|
@@ -65,7 +65,7 @@ df = con.sql("""
|
|
| 65 |
|
| 66 |
---
|
| 67 |
|
| 68 |
-
## Dataset structure
|
| 69 |
|
| 70 |
### Files
|
| 71 |
|
|
@@ -102,7 +102,7 @@ Variable sets differ across years (BRFSS adds and drops questions). Columns abse
|
|
| 102 |
|
| 103 |
---
|
| 104 |
|
| 105 |
-
## Comparability notes
|
| 106 |
|
| 107 |
- **2011 methodology change**: BRFSS introduced combined landline + cellphone sampling in 2011 and a new weighting methodology (`_LLCPWT`). Pre- and post-2011 data are not directly comparable without adjustment.
|
| 108 |
- **2020**: COVID-19 forced telephone-only collection and reduced response rates.
|
|
@@ -111,7 +111,7 @@ Variable sets differ across years (BRFSS adds and drops questions). Columns abse
|
|
| 111 |
|
| 112 |
---
|
| 113 |
|
| 114 |
-
## Source data
|
| 115 |
|
| 116 |
BRFSS data is collected annually by state health departments in collaboration with CDC. Raw XPT files are published at:
|
| 117 |
[https://www.cdc.gov/brfss/annual_data/annual_data.htm](https://www.cdc.gov/brfss/annual_data/annual_data.htm)
|
|
@@ -120,13 +120,13 @@ This dataset was built using [quackrfss](https://github.com/hesscl/quackrfss), w
|
|
| 120 |
|
| 121 |
---
|
| 122 |
|
| 123 |
-
## License
|
| 124 |
|
| 125 |
BRFSS data is produced by the US Centers for Disease Control and Prevention and is in the public domain as a work of the US federal government. Pipeline code is MIT licensed.
|
| 126 |
|
| 127 |
---
|
| 128 |
|
| 129 |
-
## Citation
|
| 130 |
|
| 131 |
If you use this dataset, please cite the CDC BRFSS program:
|
| 132 |
|
|
|
|
| 21 |
- tabular-regression
|
| 22 |
---
|
| 23 |
|
| 24 |
+
# 🦆 BRFSS 1990–2024
|
| 25 |
|
| 26 |
Behavioral Risk Factor Surveillance System (BRFSS) survey microdata for all 35 years of publicly available data (1990–2024), converted from CDC SAS Transport (XPT) format to Parquet. ~10.1 million respondents.
|
| 27 |
|
|
|
|
| 29 |
|
| 30 |
---
|
| 31 |
|
| 32 |
+
## 🚀 Quick start
|
| 33 |
|
| 34 |
No account, no download, no build. Just DuckDB:
|
| 35 |
|
|
|
|
| 65 |
|
| 66 |
---
|
| 67 |
|
| 68 |
+
## 📦 Dataset structure
|
| 69 |
|
| 70 |
### Files
|
| 71 |
|
|
|
|
| 102 |
|
| 103 |
---
|
| 104 |
|
| 105 |
+
## ⚠️ Comparability notes
|
| 106 |
|
| 107 |
- **2011 methodology change**: BRFSS introduced combined landline + cellphone sampling in 2011 and a new weighting methodology (`_LLCPWT`). Pre- and post-2011 data are not directly comparable without adjustment.
|
| 108 |
- **2020**: COVID-19 forced telephone-only collection and reduced response rates.
|
|
|
|
| 111 |
|
| 112 |
---
|
| 113 |
|
| 114 |
+
## 🔬 Source data
|
| 115 |
|
| 116 |
BRFSS data is collected annually by state health departments in collaboration with CDC. Raw XPT files are published at:
|
| 117 |
[https://www.cdc.gov/brfss/annual_data/annual_data.htm](https://www.cdc.gov/brfss/annual_data/annual_data.htm)
|
|
|
|
| 120 |
|
| 121 |
---
|
| 122 |
|
| 123 |
+
## 📄 License
|
| 124 |
|
| 125 |
BRFSS data is produced by the US Centers for Disease Control and Prevention and is in the public domain as a work of the US federal government. Pipeline code is MIT licensed.
|
| 126 |
|
| 127 |
---
|
| 128 |
|
| 129 |
+
## 📝 Citation
|
| 130 |
|
| 131 |
If you use this dataset, please cite the CDC BRFSS program:
|
| 132 |
|