Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: 'PLACES: ZCTA Data (GIS Friendly Format), 2024 release'
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cdc
|
8 |
+
- behaviors
|
9 |
+
- disability
|
10 |
+
- gis
|
11 |
+
- health
|
12 |
+
- outcomes
|
13 |
+
- places
|
14 |
+
- prevalence
|
15 |
+
- prevention
|
16 |
+
- risk
|
17 |
+
- status
|
18 |
+
- zcta
|
19 |
+
license: odbl
|
20 |
+
---
|
21 |
+
|
22 |
+
# PLACES: ZCTA Data (GIS Friendly Format), 2024 release
|
23 |
+
|
24 |
+
## Description
|
25 |
+
|
26 |
+
This dataset contains model-based ZIP Code Tabulation Area (ZCTA) level estimates in GIS-friendly format. PLACES covers the entire United States—50 states and the District of Columbia—at county, place, census tract, and ZIP Code Tabulation Area levels. It provides information uniformly on this large scale for local areas at four geographic levels. Estimates were provided by the Centers for Disease Control and Prevention (CDC), Division of Population Health, Epidemiology and Surveillance Branch. PLACES was funded by the Robert Wood Johnson Foundation in conjunction with the CDC Foundation. Data sources used to generate these model-based estimates are Behavioral Risk Factor Surveillance System (BRFSS) 2022 or 2021 data, Census Bureau 2020 population counts, and American Community Survey (ACS) 2018–2022 estimates. The 2024 release uses 2022 BRFSS data for 36 measures and 2021 BRFSS data for 4 measures (high blood pressure, high cholesterol, cholesterol screening, and taking medicine for high blood pressure control among those with high blood pressure) that the survey collects data on every other year. These data can be joined with the Census 2021 ZCTA boundary file in a GIS system to produce maps for 40 measures at the ZCTA level. An ArcGIS Online feature service is also available for users to make maps online or to add data to desktop GIS software.
|
27 |
+
https://cdcarcgis.maps.arcgis.com/home/item.html?id=3b7221d4e47740cab9235b839fa55cd7
|
28 |
+
|
29 |
+
## Dataset Details
|
30 |
+
|
31 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
32 |
+
- **Last Modified**: 2024-08-23
|
33 |
+
- **Contact**: PLACES Public Inquiries ([email protected])
|
34 |
+
|
35 |
+
## Source
|
36 |
+
|
37 |
+
Original data can be found at: http://www.cdc.gov/nccdphp/dph/
|
38 |
+
|
39 |
+
## Usage
|
40 |
+
|
41 |
+
You can load this dataset using:
|
42 |
+
|
43 |
+
```python
|
44 |
+
from datasets import load_dataset
|
45 |
+
dataset = load_dataset('HHS-Official/places-zcta-data-gis-friendly-format-2024-release')
|
46 |
+
```
|
47 |
+
## License
|
48 |
+
|
49 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|