Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: '500 Cities: Census Tract-level Data (GIS Friendly Format), 2019 release'
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- 500cities
|
9 |
+
- behaviors
|
10 |
+
- census
|
11 |
+
- cities
|
12 |
+
- gis
|
13 |
+
- outcomes
|
14 |
+
- prevalence
|
15 |
+
- prevention
|
16 |
+
- tract
|
17 |
+
- unhealthy
|
18 |
+
license: odbl
|
19 |
+
---
|
20 |
+
|
21 |
+
# 500 Cities: Census Tract-level Data (GIS Friendly Format), 2019 release
|
22 |
+
|
23 |
+
## Description
|
24 |
+
|
25 |
+
2017, 2016. Data were provided by the Centers for Disease Control and Prevention (CDC), Division of Population Health, Epidemiology and Surveillance Branch. The project was funded by the Robert Wood Johnson Foundation (RWJF) in conjunction with the CDC Foundation. 500 cities project census tract-level data in GIS-friendly format can be joined with census tract spatial data (https://chronicdata.cdc.gov/500-Cities/500-Cities-Census-Tract-Boundaries/x7zy-2xmx) in a geographic information system (GIS) to produce maps of 27 measures at the census tract level. There are 7 measures (all teeth lost, dental visits, mammograms, Pap tests, colorectal cancer screening, core preventive services among older adults, and sleep less than 7 hours) in this 2019 release from the 2016 BRFSS that were the same as the 2018 release.
|
26 |
+
|
27 |
+
## Dataset Details
|
28 |
+
|
29 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
30 |
+
- **Last Modified**: 2023-11-14
|
31 |
+
- **Contact**: 500 Cities Public Inquiries ([email protected])
|
32 |
+
|
33 |
+
## Source
|
34 |
+
|
35 |
+
Original data can be found at: http://www.cdc.gov/nccdphp/dph/
|
36 |
+
|
37 |
+
## Usage
|
38 |
+
|
39 |
+
You can load this dataset using:
|
40 |
+
|
41 |
+
```python
|
42 |
+
from datasets import load_dataset
|
43 |
+
dataset = load_dataset('HHS-Official/500-cities-census-tract-level-data-gis-friendly-fo')
|
44 |
+
```
|
45 |
+
## License
|
46 |
+
|
47 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|