health_mortality_overall_county_year
Comprehensive mortality snapshot per county combining all tracked causes. CHR 2025 spine (YPLL, CVD, drug OD, suicide, firearm) joined with NCI cancer, CDC WONDER alcohol (pooled 2018-2024), NHTSA FARS (most recent year), and CDC USALEEP life expectancy. Deaths-of-despair composite computed.
overview
3,142 counties x 35 years (1990-2024) = 109,980 rows. All-cause death counts from CDC WONDER cover 1999-2024; earlier county-years carry PEP population denominators with deaths null. Legacy CT/AK FIPS reconciled downstream.
current vintage — 2024
history — Components vary; USALEEP single tract-rolled vintage
source & licensing
fields
| name | type | definition |
|---|---|---|
| age_adjusted_rate | float64 · rate per 100k | Age-adjusted death rate per 100,000, 2000 US standard (10 harmonized bands). |
| all_cause_deaths | int64 · count | All-cause death count from CDC WONDER (cause_code all_cause). Null before 1999. |
| country_idkey | string | ISO alpha-2 country code (always US). |
| county_idkey | string | 5-character county FIPS code. |
| crude_rate | float64 · rate per 100k | Crude all-cause death rate per 100,000 population. |
| population | int64 · count | Census PEP population denominator for the county-year. |
| premature_deaths | int64 · count | Deaths before age 75. |
| reliability_tier | string | Source reliability tier (A - WONDER actual counts). |
| state_idkey | string | 2-character state FIPS code. |
| yearkey | int64 | Calendar year (1990-2024). |
| ypll_75 | float64 | Years of potential life lost before age 75 (band-midpoint approximation). |
| ypll_rate_per_100k | float64 · rate per 100k | YPLL-75 rate per 100,000 population. |
joins
how to use this table
All-cause deaths grouped by county-year from int_mortality_wonder (cause_code all_cause); crude_rate = deaths/population x 100k; age_adjusted_rate via the 2000 US standard over 10 bands; ypll_75 sums (75 - band midpoint) x deaths for bands under 75.
Cause-specific mortality (all-cause only); sub-county geography; individual-age YPLL (band-midpoint approximation).
Heavy mixed-vintage problem: USALEEP life expectancy is from 2010-2015 tract data; this is the only national source at sub-state grain. CHR mortality is mostly crude.