Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Rates and Trends in Hypertension-related Cardiovascular Disease Mortality
|
5 |
+
Among US Adults (35+) by County, Age Group, Race/Ethnicity, and Sex – 2000-2019
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- cardiovascular
|
10 |
+
- counties
|
11 |
+
- county
|
12 |
+
- heart
|
13 |
+
---
|
14 |
+
|
15 |
+
# Rates and Trends in Hypertension-related Cardiovascular Disease Mortality Among US Adults (35+) by County, Age Group, Race/Ethnicity, and Sex – 2000-2019
|
16 |
+
|
17 |
+
## Description
|
18 |
+
|
19 |
+
This dataset documents rates and trends in local hypertension-related cardiovascular disease (CVD) death rates. Specifically, this report presents county (or county equivalent) estimates of hypertension-related CVD death rates in 2000-2019 and trends during two intervals (2000-2010, 2010-2019) by age group (ages 35–64 years, ages 65 years and older), race/ethnicity (non-Hispanic American Indian/Alaska Native, non-Hispanic Asian/Pacific Islander, non-Hispanic Black, Hispanic, non-Hispanic White), and sex (female, male). The rates and trends were estimated using a Bayesian spatiotemporal model and a smoothed over space, time, and demographic group. Rates are age-standardized in 10-year age groups using the 2010 US population. Data source: National Vital Statistics System.
|
20 |
+
|
21 |
+
## Dataset Details
|
22 |
+
|
23 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
24 |
+
- **Last Modified**: 2023-08-24
|
25 |
+
- **Contact**: DHDSP Requests ([email protected])
|
26 |
+
|
27 |
+
## Source
|
28 |
+
|
29 |
+
Original data can be found at: https://www.cdc.gov/dhdsp/maps/index.htm
|
30 |
+
|
31 |
+
## Usage
|
32 |
+
|
33 |
+
You can load this dataset using:
|
34 |
+
|
35 |
+
```python
|
36 |
+
from datasets import load_dataset
|
37 |
+
dataset = load_dataset('HHS-Official/rates-and-trends-in-hypertension-related-cardiovas')
|
38 |
+
```
|
39 |
+
## License
|
40 |
+
|
41 |
+
This dataset is licensed under http://opendatacommons.org/licenses/by/1.0/
|