Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: NOHSS Adult Indicators
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- adult
|
9 |
+
- adults
|
10 |
+
- brfss
|
11 |
+
- dentist
|
12 |
+
- nohss
|
13 |
+
- prevalence
|
14 |
+
- surveillance
|
15 |
+
license: odbl
|
16 |
+
---
|
17 |
+
|
18 |
+
# NOHSS Adult Indicators
|
19 |
+
|
20 |
+
## Description
|
21 |
+
|
22 |
+
2012-2020 (even years). Data from BRFSS for indicators of adult oral health for even years from 2012 through 2020. National estimates are represented by the median prevalence among 50 states and the District of Columbia data. Estimates are prepared from the BRFSS public use data sets. Estimates in this file are not age adjusted, and may differ slightly from estimates available from the BRFSS web site or Chronic Disease Indicators due to small differences in definition, age adjustment or rounding. For more information, see: https://www.cdc.gov/oralhealthdata/overview/Adult-Indicators.html.
|
23 |
+
|
24 |
+
## Dataset Details
|
25 |
+
|
26 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
27 |
+
- **Last Modified**: 2025-01-30
|
28 |
+
- **Contact**: Oral Health Inquiries ([email protected])
|
29 |
+
|
30 |
+
## Source
|
31 |
+
|
32 |
+
Original data can be found at: http://www.cdc.gov/oralhealth/
|
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/nohss-adult-indicators')
|
41 |
+
```
|
42 |
+
## License
|
43 |
+
|
44 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|