Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -22,9 +22,21 @@ demographics:
race_native: 45
hispanic: 257
bachelors_plus: 4115
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9989
- to: "us/states/oh/districts/senate/14"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/90"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 257 |
| Bachelor's or higher | 4115 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 14](/us/states/oh/districts/senate/14.md) — 100% (state senate)
- [OH House District 90](/us/states/oh/districts/house/90.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 286
hispanic: 3682
bachelors_plus: 19093
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/12"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/78"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 3682 |
| Bachelor's or higher | 19093 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 12](/us/states/oh/districts/senate/12.md) — 100% (state senate)
- [OH House District 78](/us/states/oh/districts/house/78.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 104
hispanic: 935
bachelors_plus: 10806
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9995
- to: "us/states/oh/districts/senate/22"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/67"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 935 |
| Bachelor's or higher | 10806 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 22](/us/states/oh/districts/senate/22.md) — 100% (state senate)
- [OH House District 67](/us/states/oh/districts/house/67.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 64
hispanic: 4843
bachelors_plus: 14998
districts:
- to: "us/states/oh/districts/14"
rel: in-district
area_weight: 0.5168
- to: "us/states/oh/districts/senate/32"
rel: in-district
area_weight: 0.5169
- to: "us/states/oh/districts/house/65"
rel: in-district
area_weight: 0.393
- to: "us/states/oh/districts/house/99"
rel: in-district
area_weight: 0.1239
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 4843 |
| Bachelor's or higher | 14998 |
## Districts
- [OH-14](/us/states/oh/districts/14.md) — 52% (congressional)
- [OH Senate District 32](/us/states/oh/districts/senate/32.md) — 52% (state senate)
- [OH House District 65](/us/states/oh/districts/house/65.md) — 39% (state house)
- [OH House District 99](/us/states/oh/districts/house/99.md) — 12% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 24
hispanic: 1422
bachelors_plus: 19494
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.9979
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/94"
rel: in-district
area_weight: 0.732
- to: "us/states/oh/districts/house/95"
rel: in-district
area_weight: 0.2678
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 1422 |
| Bachelor's or higher | 19494 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 94](/us/states/oh/districts/house/94.md) — 73% (state house)
- [OH House District 95](/us/states/oh/districts/house/95.md) — 27% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 12
hispanic: 868
bachelors_plus: 9411
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/12"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/84"
rel: in-district
area_weight: 0.5075
- to: "us/states/oh/districts/house/78"
rel: in-district
area_weight: 0.4924
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 868 |
| Bachelor's or higher | 9411 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 12](/us/states/oh/districts/senate/12.md) — 100% (state senate)
- [OH House District 84](/us/states/oh/districts/house/84.md) — 51% (state house)
- [OH House District 78](/us/states/oh/districts/house/78.md) — 49% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 57
hispanic: 885
bachelors_plus: 12630
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/95"
rel: in-district
area_weight: 0.5496
- to: "us/states/oh/districts/house/96"
rel: in-district
area_weight: 0.4502
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 885 |
| Bachelor's or higher | 12630 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 95](/us/states/oh/districts/house/95.md) — 55% (state house)
- [OH House District 96](/us/states/oh/districts/house/96.md) — 45% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 13
hispanic: 572
bachelors_plus: 6387
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/14"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/house/63"
rel: in-district
area_weight: 0.5429
- to: "us/states/oh/districts/house/90"
rel: in-district
area_weight: 0.4567
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 572 |
| Bachelor's or higher | 6387 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 14](/us/states/oh/districts/senate/14.md) — 100% (state senate)
- [OH House District 63](/us/states/oh/districts/house/63.md) — 54% (state house)
- [OH House District 90](/us/states/oh/districts/house/90.md) — 46% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 678
hispanic: 27328
bachelors_plus: 113091
districts:
- to: "us/states/oh/districts/08"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/senate/4"
rel: in-district
area_weight: 0.8331
- to: "us/states/oh/districts/senate/5"
rel: in-district
area_weight: 0.1667
- to: "us/states/oh/districts/house/47"
rel: in-district
area_weight: 0.305
- to: "us/states/oh/districts/house/45"
rel: in-district
area_weight: 0.2666
- to: "us/states/oh/districts/house/46"
rel: in-district
area_weight: 0.2616
- to: "us/states/oh/districts/house/40"
rel: in-district
area_weight: 0.1667
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 27328 |
| Bachelor's or higher | 113091 |
## Districts
- [OH-08](/us/states/oh/districts/08.md) — 100% (congressional)
- [OH Senate District 4](/us/states/oh/districts/senate/4.md) — 83% (state senate)
- [OH Senate District 5](/us/states/oh/districts/senate/5.md) — 17% (state senate)
- [OH House District 47](/us/states/oh/districts/house/47.md) — 30% (state house)
- [OH House District 45](/us/states/oh/districts/house/45.md) — 27% (state house)
- [OH House District 46](/us/states/oh/districts/house/46.md) — 26% (state house)
- [OH House District 40](/us/states/oh/districts/house/40.md) — 17% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 19
hispanic: 355
bachelors_plus: 4327
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/33"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/79"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 355 |
| Bachelor's or higher | 4327 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 33](/us/states/oh/districts/senate/33.md) — 100% (state senate)
- [OH House District 79](/us/states/oh/districts/house/79.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 84
hispanic: 708
bachelors_plus: 6632
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/senate/12"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/85"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 708 |
| Bachelor's or higher | 6632 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 12](/us/states/oh/districts/senate/12.md) — 100% (state senate)
- [OH House District 85](/us/states/oh/districts/house/85.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 156
hispanic: 5733
bachelors_plus: 25936
districts:
- to: "us/states/oh/districts/15"
rel: in-district
area_weight: 0.7099
- to: "us/states/oh/districts/10"
rel: in-district
area_weight: 0.2899
- to: "us/states/oh/districts/senate/10"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/74"
rel: in-district
area_weight: 0.598
- to: "us/states/oh/districts/house/71"
rel: in-district
area_weight: 0.4018
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 5733 |
| Bachelor's or higher | 25936 |
## Districts
- [OH-15](/us/states/oh/districts/15.md) — 71% (congressional)
- [OH-10](/us/states/oh/districts/10.md) — 29% (congressional)
- [OH Senate District 10](/us/states/oh/districts/senate/10.md) — 100% (state senate)
- [OH House District 74](/us/states/oh/districts/house/74.md) — 60% (state house)
- [OH House District 71](/us/states/oh/districts/house/71.md) — 40% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 100
hispanic: 5441
bachelors_plus: 64590
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9986
- to: "us/states/oh/districts/senate/14"
rel: in-district
area_weight: 0.9992
- to: "us/states/oh/districts/house/63"
rel: in-district
area_weight: 0.7133
- to: "us/states/oh/districts/house/62"
rel: in-district
area_weight: 0.2859
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 5441 |
| Bachelor's or higher | 64590 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 14](/us/states/oh/districts/senate/14.md) — 100% (state senate)
- [OH House District 63](/us/states/oh/districts/house/63.md) — 71% (state house)
- [OH House District 62](/us/states/oh/districts/house/62.md) — 29% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 301
hispanic: 976
bachelors_plus: 7386
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/10"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/71"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 976 |
| Bachelor's or higher | 7386 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 10](/us/states/oh/districts/senate/10.md) — 100% (state senate)
- [OH House District 71](/us/states/oh/districts/house/71.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 242
hispanic: 1923
bachelors_plus: 16739
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/33"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/79"
rel: in-district
area_weight: 0.8716
- to: "us/states/oh/districts/house/59"
rel: in-district
area_weight: 0.1282
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 1923 |
| Bachelor's or higher | 16739 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 33](/us/states/oh/districts/senate/33.md) — 100% (state senate)
- [OH House District 79](/us/states/oh/districts/house/79.md) — 87% (state house)
- [OH House District 59](/us/states/oh/districts/house/59.md) — 13% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 234
hispanic: 478
bachelors_plus: 5574
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/19"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/98"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 478 |
| Bachelor's or higher | 5574 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 19](/us/states/oh/districts/senate/19.md) — 100% (state senate)
- [OH House District 98](/us/states/oh/districts/house/98.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 25
hispanic: 763
bachelors_plus: 7125
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9993
- to: "us/states/oh/districts/senate/26"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/87"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 763 |
| Bachelor's or higher | 7125 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 26](/us/states/oh/districts/senate/26.md) — 100% (state senate)
- [OH House District 87](/us/states/oh/districts/house/87.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,63 @@ demographics:
race_native: 2254
hispanic: 87528
bachelors_plus: 464440
districts:
- to: "us/states/oh/districts/07"
rel: in-district
area_weight: 0.1935
- to: "us/states/oh/districts/11"
rel: in-district
area_weight: 0.1738
- to: "us/states/oh/districts/senate/24"
rel: in-district
area_weight: 0.1189
- to: "us/states/oh/districts/senate/18"
rel: in-district
area_weight: 0.1076
- to: "us/states/oh/districts/senate/21"
rel: in-district
area_weight: 0.0726
- to: "us/states/oh/districts/senate/23"
rel: in-district
area_weight: 0.068
- to: "us/states/oh/districts/house/19"
rel: in-district
area_weight: 0.0936
- to: "us/states/oh/districts/house/17"
rel: in-district
area_weight: 0.0553
- to: "us/states/oh/districts/house/15"
rel: in-district
area_weight: 0.0414
- to: "us/states/oh/districts/house/16"
rel: in-district
area_weight: 0.029
- to: "us/states/oh/districts/house/20"
rel: in-district
area_weight: 0.0263
- to: "us/states/oh/districts/house/18"
rel: in-district
area_weight: 0.0257
- to: "us/states/oh/districts/house/22"
rel: in-district
area_weight: 0.0237
- to: "us/states/oh/districts/house/21"
rel: in-district
area_weight: 0.0232
- to: "us/states/oh/districts/house/14"
rel: in-district
area_weight: 0.0222
- to: "us/states/oh/districts/house/23"
rel: in-district
area_weight: 0.014
- to: "us/states/oh/districts/house/13"
rel: in-district
area_weight: 0.0126
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +110,27 @@ County jurisdiction — 35 officeholders mapped.
| Hispanic/Latino | 87528 |
| Bachelor's or higher | 464440 |
## Districts
- [OH-07](/us/states/oh/districts/07.md) — 19% (congressional)
- [OH-11](/us/states/oh/districts/11.md) — 17% (congressional)
- [OH Senate District 24](/us/states/oh/districts/senate/24.md) — 12% (state senate)
- [OH Senate District 18](/us/states/oh/districts/senate/18.md) — 11% (state senate)
- [OH Senate District 21](/us/states/oh/districts/senate/21.md) — 7% (state senate)
- [OH Senate District 23](/us/states/oh/districts/senate/23.md) — 7% (state senate)
- [OH House District 19](/us/states/oh/districts/house/19.md) — 9% (state house)
- [OH House District 17](/us/states/oh/districts/house/17.md) — 6% (state house)
- [OH House District 15](/us/states/oh/districts/house/15.md) — 4% (state house)
- [OH House District 16](/us/states/oh/districts/house/16.md) — 3% (state house)
- [OH House District 20](/us/states/oh/districts/house/20.md) — 3% (state house)
- [OH House District 18](/us/states/oh/districts/house/18.md) — 3% (state house)
- [OH House District 22](/us/states/oh/districts/house/22.md) — 2% (state house)
- [OH House District 21](/us/states/oh/districts/house/21.md) — 2% (state house)
- [OH House District 14](/us/states/oh/districts/house/14.md) — 2% (state house)
- [OH House District 23](/us/states/oh/districts/house/23.md) — 1% (state house)
- [OH House District 13](/us/states/oh/districts/house/13.md) — 1% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 3
hispanic: 966
bachelors_plus: 7756
districts:
- to: "us/states/oh/districts/08"
rel: in-district
area_weight: 0.9995
- to: "us/states/oh/districts/senate/12"
rel: in-district
area_weight: 0.6163
- to: "us/states/oh/districts/senate/5"
rel: in-district
area_weight: 0.3837
- to: "us/states/oh/districts/house/84"
rel: in-district
area_weight: 0.6163
- to: "us/states/oh/districts/house/80"
rel: in-district
area_weight: 0.3837
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 966 |
| Bachelor's or higher | 7756 |
## Districts
- [OH-08](/us/states/oh/districts/08.md) — 100% (congressional)
- [OH Senate District 12](/us/states/oh/districts/senate/12.md) — 62% (state senate)
- [OH Senate District 5](/us/states/oh/districts/senate/5.md) — 38% (state senate)
- [OH House District 84](/us/states/oh/districts/house/84.md) — 62% (state house)
- [OH House District 80](/us/states/oh/districts/house/80.md) — 38% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 50
hispanic: 4270
bachelors_plus: 6722
districts:
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/82"
rel: in-district
area_weight: 0.5655
- to: "us/states/oh/districts/house/81"
rel: in-district
area_weight: 0.4344
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4270 |
| Bachelor's or higher | 6722 |
## Districts
- [OH-09](/us/states/oh/districts/09.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 82](/us/states/oh/districts/house/82.md) — 57% (state house)
- [OH House District 81](/us/states/oh/districts/house/81.md) — 43% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 139
hispanic: 7899
bachelors_plus: 126879
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.6743
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.3256
- to: "us/states/oh/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/61"
rel: in-district
area_weight: 0.6809
- to: "us/states/oh/districts/house/60"
rel: in-district
area_weight: 0.3189
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 7899 |
| Bachelor's or higher | 126879 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 67% (congressional)
- [OH-12](/us/states/oh/districts/12.md) — 33% (congressional)
- [OH Senate District 19](/us/states/oh/districts/senate/19.md) — 100% (state senate)
- [OH House District 61](/us/states/oh/districts/house/61.md) — 68% (state house)
- [OH House District 60](/us/states/oh/districts/house/60.md) — 32% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 49
hispanic: 3410
bachelors_plus: 21054
districts:
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.4545
- to: "us/states/oh/districts/senate/2"
rel: in-district
area_weight: 0.4101
- to: "us/states/oh/districts/house/89"
rel: in-district
area_weight: 0.4101
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3410 |
| Bachelor's or higher | 21054 |
## Districts
- [OH-09](/us/states/oh/districts/09.md) — 45% (congressional)
- [OH Senate District 2](/us/states/oh/districts/senate/2.md) — 41% (state senate)
- [OH House District 89](/us/states/oh/districts/house/89.md) — 41% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 255
hispanic: 4508
bachelors_plus: 48920
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/senate/20"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/69"
rel: in-district
area_weight: 0.5492
- to: "us/states/oh/districts/house/73"
rel: in-district
area_weight: 0.4505
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 4508 |
| Bachelor's or higher | 48920 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 20](/us/states/oh/districts/senate/20.md) — 100% (state senate)
- [OH House District 69](/us/states/oh/districts/house/69.md) — 55% (state house)
- [OH House District 73](/us/states/oh/districts/house/73.md) — 45% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 1
hispanic: 721
bachelors_plus: 3819
districts:
- to: "us/states/oh/districts/15"
rel: in-district
area_weight: 0.8747
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.1252
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/91"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 721 |
| Bachelor's or higher | 3819 |
## Districts
- [OH-15](/us/states/oh/districts/15.md) — 87% (congressional)
- [OH-02](/us/states/oh/districts/02.md) — 13% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 91](/us/states/oh/districts/house/91.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,66 @@ demographics:
race_native: 3546
hispanic: 99547
bachelors_plus: 523627
districts:
- to: "us/states/oh/districts/15"
rel: in-district
area_weight: 0.5935
- to: "us/states/oh/districts/03"
rel: in-district
area_weight: 0.4061
- to: "us/states/oh/districts/senate/3"
rel: in-district
area_weight: 0.3895
- to: "us/states/oh/districts/senate/16"
rel: in-district
area_weight: 0.2977
- to: "us/states/oh/districts/senate/15"
rel: in-district
area_weight: 0.1606
- to: "us/states/oh/districts/senate/25"
rel: in-district
area_weight: 0.1522
- to: "us/states/oh/districts/house/5"
rel: in-district
area_weight: 0.1586
- to: "us/states/oh/districts/house/11"
rel: in-district
area_weight: 0.1218
- to: "us/states/oh/districts/house/4"
rel: in-district
area_weight: 0.1216
- to: "us/states/oh/districts/house/10"
rel: in-district
area_weight: 0.1205
- to: "us/states/oh/districts/house/12"
rel: in-district
area_weight: 0.1103
- to: "us/states/oh/districts/house/2"
rel: in-district
area_weight: 0.0665
- to: "us/states/oh/districts/house/6"
rel: in-district
area_weight: 0.0564
- to: "us/states/oh/districts/house/8"
rel: in-district
area_weight: 0.0543
- to: "us/states/oh/districts/house/1"
rel: in-district
area_weight: 0.0516
- to: "us/states/oh/districts/house/7"
rel: in-district
area_weight: 0.0493
- to: "us/states/oh/districts/house/9"
rel: in-district
area_weight: 0.0465
- to: "us/states/oh/districts/house/3"
rel: in-district
area_weight: 0.0425
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +113,28 @@ County jurisdiction — 6 officeholders mapped.
| Hispanic/Latino | 99547 |
| Bachelor's or higher | 523627 |
## Districts
- [OH-15](/us/states/oh/districts/15.md) — 59% (congressional)
- [OH-03](/us/states/oh/districts/03.md) — 41% (congressional)
- [OH Senate District 3](/us/states/oh/districts/senate/3.md) — 39% (state senate)
- [OH Senate District 16](/us/states/oh/districts/senate/16.md) — 30% (state senate)
- [OH Senate District 15](/us/states/oh/districts/senate/15.md) — 16% (state senate)
- [OH Senate District 25](/us/states/oh/districts/senate/25.md) — 15% (state senate)
- [OH House District 5](/us/states/oh/districts/house/5.md) — 16% (state house)
- [OH House District 11](/us/states/oh/districts/house/11.md) — 12% (state house)
- [OH House District 4](/us/states/oh/districts/house/4.md) — 12% (state house)
- [OH House District 10](/us/states/oh/districts/house/10.md) — 12% (state house)
- [OH House District 12](/us/states/oh/districts/house/12.md) — 11% (state house)
- [OH House District 2](/us/states/oh/districts/house/2.md) — 7% (state house)
- [OH House District 6](/us/states/oh/districts/house/6.md) — 6% (state house)
- [OH House District 8](/us/states/oh/districts/house/8.md) — 5% (state house)
- [OH House District 1](/us/states/oh/districts/house/1.md) — 5% (state house)
- [OH House District 7](/us/states/oh/districts/house/7.md) — 5% (state house)
- [OH House District 9](/us/states/oh/districts/house/9.md) — 5% (state house)
- [OH House District 3](/us/states/oh/districts/house/3.md) — 4% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 116
hispanic: 3938
bachelors_plus: 8189
districts:
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/81"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 3938 |
| Bachelor's or higher | 8189 |
## Districts
- [OH-09](/us/states/oh/districts/09.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 81](/us/states/oh/districts/house/81.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 34
hispanic: 308
bachelors_plus: 5865
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/house/93"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 308 |
| Bachelor's or higher | 5865 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 93](/us/states/oh/districts/house/93.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 42
hispanic: 1868
bachelors_plus: 37847
districts:
- to: "us/states/oh/districts/14"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/32"
rel: in-district
area_weight: 0.8541
- to: "us/states/oh/districts/senate/27"
rel: in-district
area_weight: 0.1458
- to: "us/states/oh/districts/house/99"
rel: in-district
area_weight: 0.8541
- to: "us/states/oh/districts/house/35"
rel: in-district
area_weight: 0.1458
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1868 |
| Bachelor's or higher | 37847 |
## Districts
- [OH-14](/us/states/oh/districts/14.md) — 100% (congressional)
- [OH Senate District 32](/us/states/oh/districts/senate/32.md) — 85% (state senate)
- [OH Senate District 27](/us/states/oh/districts/senate/27.md) — 15% (state senate)
- [OH House District 99](/us/states/oh/districts/house/99.md) — 85% (state house)
- [OH House District 35](/us/states/oh/districts/house/35.md) — 15% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 246
hispanic: 5613
bachelors_plus: 71369
districts:
- to: "us/states/oh/districts/10"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/senate/10"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/71"
rel: in-district
area_weight: 0.6341
- to: "us/states/oh/districts/house/70"
rel: in-district
area_weight: 0.3658
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 5613 |
| Bachelor's or higher | 71369 |
## Districts
- [OH-10](/us/states/oh/districts/10.md) — 100% (congressional)
- [OH Senate District 10](/us/states/oh/districts/senate/10.md) — 100% (state senate)
- [OH House District 71](/us/states/oh/districts/house/71.md) — 63% (state house)
- [OH House District 70](/us/states/oh/districts/house/70.md) — 37% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 9
hispanic: 519
bachelors_plus: 5707
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.5373
- to: "us/states/oh/districts/senate/31"
rel: in-district
area_weight: 0.4626
- to: "us/states/oh/districts/house/95"
rel: in-district
area_weight: 0.5373
- to: "us/states/oh/districts/house/97"
rel: in-district
area_weight: 0.4626
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 519 |
| Bachelor's or higher | 5707 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 54% (state senate)
- [OH Senate District 31](/us/states/oh/districts/senate/31.md) — 46% (state senate)
- [OH House District 95](/us/states/oh/districts/house/95.md) — 54% (state house)
- [OH House District 97](/us/states/oh/districts/house/97.md) — 46% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,48 @@ demographics:
race_native: 1676
hispanic: 39995
bachelors_plus: 330673
districts:
- to: "us/states/oh/districts/08"
rel: in-district
area_weight: 0.5066
- to: "us/states/oh/districts/01"
rel: in-district
area_weight: 0.4919
- to: "us/states/oh/districts/senate/8"
rel: in-district
area_weight: 0.6448
- to: "us/states/oh/districts/senate/9"
rel: in-district
area_weight: 0.2148
- to: "us/states/oh/districts/senate/7"
rel: in-district
area_weight: 0.1395
- to: "us/states/oh/districts/house/29"
rel: in-district
area_weight: 0.2948
- to: "us/states/oh/districts/house/27"
rel: in-district
area_weight: 0.1981
- to: "us/states/oh/districts/house/30"
rel: in-district
area_weight: 0.1519
- to: "us/states/oh/districts/house/28"
rel: in-district
area_weight: 0.1395
- to: "us/states/oh/districts/house/26"
rel: in-district
area_weight: 0.0782
- to: "us/states/oh/districts/house/25"
rel: in-district
area_weight: 0.0745
- to: "us/states/oh/districts/house/24"
rel: in-district
area_weight: 0.0621
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +95,22 @@ County jurisdiction — 9 officeholders mapped.
| Hispanic/Latino | 39995 |
| Bachelor's or higher | 330673 |
## Districts
- [OH-08](/us/states/oh/districts/08.md) — 51% (congressional)
- [OH-01](/us/states/oh/districts/01.md) — 49% (congressional)
- [OH Senate District 8](/us/states/oh/districts/senate/8.md) — 64% (state senate)
- [OH Senate District 9](/us/states/oh/districts/senate/9.md) — 21% (state senate)
- [OH Senate District 7](/us/states/oh/districts/senate/7.md) — 14% (state senate)
- [OH House District 29](/us/states/oh/districts/house/29.md) — 29% (state house)
- [OH House District 27](/us/states/oh/districts/house/27.md) — 20% (state house)
- [OH House District 30](/us/states/oh/districts/house/30.md) — 15% (state house)
- [OH House District 28](/us/states/oh/districts/house/28.md) — 14% (state house)
- [OH House District 26](/us/states/oh/districts/house/26.md) — 8% (state house)
- [OH House District 25](/us/states/oh/districts/house/25.md) — 7% (state house)
- [OH House District 24](/us/states/oh/districts/house/24.md) — 6% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 41
hispanic: 4588
bachelors_plus: 21454
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/83"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 4588 |
| Bachelor's or higher | 21454 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 83](/us/states/oh/districts/house/83.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 49
hispanic: 732
bachelors_plus: 4908
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/83"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 732 |
| Bachelor's or higher | 4908 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 83](/us/states/oh/districts/house/83.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 24
hispanic: 167
bachelors_plus: 1628
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/95"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 167 |
| Bachelor's or higher | 1628 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 95](/us/states/oh/districts/house/95.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 128
hispanic: 2280
bachelors_plus: 4933
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/81"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2280 |
| Bachelor's or higher | 4933 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 81](/us/states/oh/districts/house/81.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 34
hispanic: 531
bachelors_plus: 6536
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/91"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 531 |
| Bachelor's or higher | 6536 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 91](/us/states/oh/districts/house/91.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 12
hispanic: 269
bachelors_plus: 3539
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/92"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 269 |
| Bachelor's or higher | 3539 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 92](/us/states/oh/districts/house/92.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 44
hispanic: 467
bachelors_plus: 3882
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.7531
- to: "us/states/oh/districts/07"
rel: in-district
area_weight: 0.2469
- to: "us/states/oh/districts/senate/19"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/98"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 467 |
| Bachelor's or higher | 3882 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 75% (congressional)
- [OH-07](/us/states/oh/districts/07.md) — 25% (congressional)
- [OH Senate District 19](/us/states/oh/districts/senate/19.md) — 100% (state senate)
- [OH House District 98](/us/states/oh/districts/house/98.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 21
hispanic: 4297
bachelors_plus: 9214
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/senate/13"
rel: in-district
area_weight: 0.8948
- to: "us/states/oh/districts/senate/2"
rel: in-district
area_weight: 0.1051
- to: "us/states/oh/districts/house/54"
rel: in-district
area_weight: 0.8948
- to: "us/states/oh/districts/house/89"
rel: in-district
area_weight: 0.1051
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 4297 |
| Bachelor's or higher | 9214 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 13](/us/states/oh/districts/senate/13.md) — 89% (state senate)
- [OH Senate District 2](/us/states/oh/districts/senate/2.md) — 11% (state senate)
- [OH House District 54](/us/states/oh/districts/house/54.md) — 89% (state house)
- [OH House District 89](/us/states/oh/districts/house/89.md) — 11% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 111
hispanic: 332
bachelors_plus: 4806
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/93"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 332 |
| Bachelor's or higher | 4806 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 93](/us/states/oh/districts/house/93.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 37
hispanic: 1243
bachelors_plus: 12812
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9995
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/house/96"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 1243 |
| Bachelor's or higher | 12812 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 96](/us/states/oh/districts/house/96.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 9
hispanic: 1288
bachelors_plus: 14209
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.9989
- to: "us/states/oh/districts/senate/19"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/98"
rel: in-district
area_weight: 0.6209
- to: "us/states/oh/districts/house/61"
rel: in-district
area_weight: 0.3789
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1288 |
| Bachelor's or higher | 14209 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 19](/us/states/oh/districts/senate/19.md) — 100% (state senate)
- [OH House District 98](/us/states/oh/districts/house/98.md) — 62% (state house)
- [OH House District 61](/us/states/oh/districts/house/61.md) — 38% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 302
hispanic: 12314
bachelors_plus: 72271
districts:
- to: "us/states/oh/districts/14"
rel: in-district
area_weight: 0.2364
- to: "us/states/oh/districts/senate/18"
rel: in-district
area_weight: 0.2346
- to: "us/states/oh/districts/house/57"
rel: in-district
area_weight: 0.185
- to: "us/states/oh/districts/house/23"
rel: in-district
area_weight: 0.0496
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 12314 |
| Bachelor's or higher | 72271 |
## Districts
- [OH-14](/us/states/oh/districts/14.md) — 24% (congressional)
- [OH Senate District 18](/us/states/oh/districts/senate/18.md) — 23% (state senate)
- [OH House District 57](/us/states/oh/districts/house/57.md) — 18% (state house)
- [OH House District 23](/us/states/oh/districts/house/23.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 25
hispanic: 630
bachelors_plus: 10250
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/93"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 630 |
| Bachelor's or higher | 10250 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 93](/us/states/oh/districts/house/93.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 48
hispanic: 4459
bachelors_plus: 48678
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/20"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/69"
rel: in-district
area_weight: 0.6683
- to: "us/states/oh/districts/house/68"
rel: in-district
area_weight: 0.3316
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 4459 |
| Bachelor's or higher | 48678 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 20](/us/states/oh/districts/senate/20.md) — 100% (state senate)
- [OH House District 69](/us/states/oh/districts/house/69.md) — 67% (state house)
- [OH House District 68](/us/states/oh/districts/house/68.md) — 33% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 42
hispanic: 1084
bachelors_plus: 7963
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/12"
rel: in-district
area_weight: 0.5166
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 0.4834
- to: "us/states/oh/districts/house/85"
rel: in-district
area_weight: 0.5165
- to: "us/states/oh/districts/house/83"
rel: in-district
area_weight: 0.4834
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1084 |
| Bachelor's or higher | 7963 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 12](/us/states/oh/districts/senate/12.md) — 52% (state senate)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 48% (state senate)
- [OH House District 85](/us/states/oh/districts/house/85.md) — 52% (state house)
- [OH House District 83](/us/states/oh/districts/house/83.md) — 48% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 494
hispanic: 35037
bachelors_plus: 87529
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.5343
- to: "us/states/oh/districts/senate/13"
rel: in-district
area_weight: 0.5342
- to: "us/states/oh/districts/house/54"
rel: in-district
area_weight: 0.3792
- to: "us/states/oh/districts/house/52"
rel: in-district
area_weight: 0.0932
- to: "us/states/oh/districts/house/53"
rel: in-district
area_weight: 0.0618
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 7 officeholders mapped.
| Hispanic/Latino | 35037 |
| Bachelor's or higher | 87529 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 53% (congressional)
- [OH Senate District 13](/us/states/oh/districts/senate/13.md) — 53% (state senate)
- [OH House District 54](/us/states/oh/districts/house/54.md) — 38% (state house)
- [OH House District 52](/us/states/oh/districts/house/52.md) — 9% (state house)
- [OH House District 53](/us/states/oh/districts/house/53.md) — 6% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,33 @@ demographics:
race_native: 902
hispanic: 33507
bachelors_plus: 118867
districts:
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.5828
- to: "us/states/oh/districts/senate/11"
rel: in-district
area_weight: 0.3018
- to: "us/states/oh/districts/senate/2"
rel: in-district
area_weight: 0.2798
- to: "us/states/oh/districts/house/44"
rel: in-district
area_weight: 0.2797
- to: "us/states/oh/districts/house/42"
rel: in-district
area_weight: 0.1494
- to: "us/states/oh/districts/house/41"
rel: in-district
area_weight: 0.0942
- to: "us/states/oh/districts/house/43"
rel: in-district
area_weight: 0.0583
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +80,17 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 33507 |
| Bachelor's or higher | 118867 |
## Districts
- [OH-09](/us/states/oh/districts/09.md) — 58% (congressional)
- [OH Senate District 11](/us/states/oh/districts/senate/11.md) — 30% (state senate)
- [OH Senate District 2](/us/states/oh/districts/senate/2.md) — 28% (state senate)
- [OH House District 44](/us/states/oh/districts/house/44.md) — 28% (state house)
- [OH House District 42](/us/states/oh/districts/house/42.md) — 15% (state house)
- [OH House District 41](/us/states/oh/districts/house/41.md) — 9% (state house)
- [OH House District 43](/us/states/oh/districts/house/43.md) — 6% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 85
hispanic: 1395
bachelors_plus: 10220
districts:
- to: "us/states/oh/districts/15"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/3"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/12"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1395 |
| Bachelor's or higher | 10220 |
## Districts
- [OH-15](/us/states/oh/districts/15.md) — 100% (congressional)
- [OH Senate District 3](/us/states/oh/districts/senate/3.md) — 100% (state senate)
- [OH House District 12](/us/states/oh/districts/house/12.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 435
hispanic: 15428
bachelors_plus: 59554
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/33"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/59"
rel: in-district
area_weight: 0.6565
- to: "us/states/oh/districts/house/58"
rel: in-district
area_weight: 0.3433
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 15428 |
| Bachelor's or higher | 59554 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 33](/us/states/oh/districts/senate/33.md) — 100% (state senate)
- [OH House District 59](/us/states/oh/districts/house/59.md) — 66% (state house)
- [OH House District 58](/us/states/oh/districts/house/58.md) — 34% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 146
hispanic: 2098
bachelors_plus: 9080
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/26"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/87"
rel: in-district
area_weight: 0.7778
- to: "us/states/oh/districts/house/86"
rel: in-district
area_weight: 0.2222
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2098 |
| Bachelor's or higher | 9080 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 26](/us/states/oh/districts/senate/26.md) — 100% (state senate)
- [OH House District 87](/us/states/oh/districts/house/87.md) — 78% (state house)
- [OH House District 86](/us/states/oh/districts/house/86.md) — 22% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 219
hispanic: 5002
bachelors_plus: 63571
districts:
- to: "us/states/oh/districts/07"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/22"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/66"
rel: in-district
area_weight: 0.5995
- to: "us/states/oh/districts/house/67"
rel: in-district
area_weight: 0.4004
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 5002 |
| Bachelor's or higher | 63571 |
## Districts
- [OH-07](/us/states/oh/districts/07.md) — 100% (congressional)
- [OH Senate District 22](/us/states/oh/districts/senate/22.md) — 100% (state senate)
- [OH House District 66](/us/states/oh/districts/house/66.md) — 60% (state house)
- [OH House District 67](/us/states/oh/districts/house/67.md) — 40% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 3
hispanic: 116
bachelors_plus: 2507
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9995
- to: "us/states/oh/districts/house/94"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 116 |
| Bachelor's or higher | 2507 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 94](/us/states/oh/districts/house/94.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 23
hispanic: 951
bachelors_plus: 8437
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9993
- to: "us/states/oh/districts/senate/12"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/84"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 951 |
| Bachelor's or higher | 8437 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 12](/us/states/oh/districts/senate/12.md) — 100% (state senate)
- [OH House District 84](/us/states/oh/districts/house/84.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 70
hispanic: 2366
bachelors_plus: 28861
districts:
- to: "us/states/oh/districts/15"
rel: in-district
area_weight: 0.7596
- to: "us/states/oh/districts/08"
rel: in-district
area_weight: 0.24
- to: "us/states/oh/districts/senate/5"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/80"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 2366 |
| Bachelor's or higher | 28861 |
## Districts
- [OH-15](/us/states/oh/districts/15.md) — 76% (congressional)
- [OH-08](/us/states/oh/districts/08.md) — 24% (congressional)
- [OH Senate District 5](/us/states/oh/districts/senate/5.md) — 100% (state senate)
- [OH House District 80](/us/states/oh/districts/house/80.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 4
hispanic: 18
bachelors_plus: 1613
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/96"
rel: in-district
area_weight: 0.9993
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 18 |
| Bachelor's or higher | 1613 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 96](/us/states/oh/districts/house/96.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 485
hispanic: 22744
bachelors_plus: 162856
districts:
- to: "us/states/oh/districts/10"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/5"
rel: in-district
area_weight: 0.5538
- to: "us/states/oh/districts/senate/6"
rel: in-district
area_weight: 0.4461
- to: "us/states/oh/districts/house/40"
rel: in-district
area_weight: 0.3775
- to: "us/states/oh/districts/house/37"
rel: in-district
area_weight: 0.213
- to: "us/states/oh/districts/house/39"
rel: in-district
area_weight: 0.1763
- to: "us/states/oh/districts/house/38"
rel: in-district
area_weight: 0.1426
- to: "us/states/oh/districts/house/36"
rel: in-district
area_weight: 0.0906
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 10 officeholders mapped.
| Hispanic/Latino | 22744 |
| Bachelor's or higher | 162856 |
## Districts
- [OH-10](/us/states/oh/districts/10.md) — 100% (congressional)
- [OH Senate District 5](/us/states/oh/districts/senate/5.md) — 55% (state senate)
- [OH Senate District 6](/us/states/oh/districts/senate/6.md) — 45% (state senate)
- [OH House District 40](/us/states/oh/districts/house/40.md) — 38% (state house)
- [OH House District 37](/us/states/oh/districts/house/37.md) — 21% (state house)
- [OH House District 39](/us/states/oh/districts/house/39.md) — 18% (state house)
- [OH House District 38](/us/states/oh/districts/house/38.md) — 14% (state house)
- [OH House District 36](/us/states/oh/districts/house/36.md) — 9% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 15
hispanic: 157
bachelors_plus: 1769
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.9983
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/95"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 157 |
| Bachelor's or higher | 1769 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 95](/us/states/oh/districts/house/95.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 42
hispanic: 684
bachelors_plus: 6414
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9995
- to: "us/states/oh/districts/senate/26"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/87"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 684 |
| Bachelor's or higher | 6414 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 26](/us/states/oh/districts/senate/26.md) — 100% (state senate)
- [OH House District 87](/us/states/oh/districts/house/87.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 38
hispanic: 1146
bachelors_plus: 16821
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/97"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1146 |
| Bachelor's or higher | 16821 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 31](/us/states/oh/districts/senate/31.md) — 100% (state senate)
- [OH House District 97](/us/states/oh/districts/house/97.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 17
hispanic: 247
bachelors_plus: 2345
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9995
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/95"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 247 |
| Bachelor's or higher | 2345 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 95](/us/states/oh/districts/house/95.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 66
hispanic: 2113
bachelors_plus: 12459
districts:
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.4988
- to: "us/states/oh/districts/senate/2"
rel: in-district
area_weight: 0.4509
- to: "us/states/oh/districts/house/89"
rel: in-district
area_weight: 0.3633
- to: "us/states/oh/districts/house/44"
rel: in-district
area_weight: 0.0876
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 2113 |
| Bachelor's or higher | 12459 |
## Districts
- [OH-09](/us/states/oh/districts/09.md) — 50% (congressional)
- [OH Senate District 2](/us/states/oh/districts/senate/2.md) — 45% (state senate)
- [OH House District 89](/us/states/oh/districts/house/89.md) — 36% (state house)
- [OH House District 44](/us/states/oh/districts/house/44.md) — 9% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 181
hispanic: 1091
bachelors_plus: 2947
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/82"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 1091 |
| Bachelor's or higher | 2947 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 82](/us/states/oh/districts/house/82.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 0
hispanic: 314
bachelors_plus: 5232
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/20"
rel: in-district
area_weight: 0.5885
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 0.4114
- to: "us/states/oh/districts/house/69"
rel: in-district
area_weight: 0.5885
- to: "us/states/oh/districts/house/92"
rel: in-district
area_weight: 0.4114
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction.
| Hispanic/Latino | 314 |
| Bachelor's or higher | 5232 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 100% (congressional)
- [OH Senate District 20](/us/states/oh/districts/senate/20.md) — 59% (state senate)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 41% (state senate)
- [OH House District 69](/us/states/oh/districts/house/69.md) — 59% (state house)
- [OH House District 92](/us/states/oh/districts/house/92.md) — 41% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 93
hispanic: 1165
bachelors_plus: 12276
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/senate/3"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/12"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1165 |
| Bachelor's or higher | 12276 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 3](/us/states/oh/districts/senate/3.md) — 100% (state senate)
- [OH House District 12](/us/states/oh/districts/house/12.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 27
hispanic: 150
bachelors_plus: 4053
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/91"
rel: in-district
area_weight: 0.9996
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 150 |
| Bachelor's or higher | 4053 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 91](/us/states/oh/districts/house/91.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 174
hispanic: 3717
bachelors_plus: 49002
districts:
- to: "us/states/oh/districts/14"
rel: in-district
area_weight: 0.9907
- to: "us/states/oh/districts/13"
rel: in-district
area_weight: 0.0091
- to: "us/states/oh/districts/senate/27"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/72"
rel: in-district
area_weight: 0.851
- to: "us/states/oh/districts/house/35"
rel: in-district
area_weight: 0.1488
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 4 officeholders mapped.
| Hispanic/Latino | 3717 |
| Bachelor's or higher | 49002 |
## Districts
- [OH-14](/us/states/oh/districts/14.md) — 99% (congressional)
- [OH-13](/us/states/oh/districts/13.md) — 1% (congressional)
- [OH Senate District 27](/us/states/oh/districts/senate/27.md) — 100% (state senate)
- [OH House District 72](/us/states/oh/districts/house/72.md) — 85% (state house)
- [OH House District 35](/us/states/oh/districts/house/35.md) — 15% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 8
hispanic: 465
bachelors_plus: 7298
districts:
- to: "us/states/oh/districts/08"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/5"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/40"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 465 |
| Bachelor's or higher | 7298 |
## Districts
- [OH-08](/us/states/oh/districts/08.md) — 100% (congressional)
- [OH Senate District 5](/us/states/oh/districts/senate/5.md) — 100% (state senate)
- [OH House District 40](/us/states/oh/districts/house/40.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 133
hispanic: 2315
bachelors_plus: 8017
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/82"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2315 |
| Bachelor's or higher | 8017 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 82](/us/states/oh/districts/house/82.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 99
hispanic: 2837
bachelors_plus: 21281
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/senate/22"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/76"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 2837 |
| Bachelor's or higher | 21281 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 22](/us/states/oh/districts/senate/22.md) — 100% (state senate)
- [OH House District 76](/us/states/oh/districts/house/76.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 167
hispanic: 1092
bachelors_plus: 13122
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/92"
rel: in-district
area_weight: 0.5887
- to: "us/states/oh/districts/house/91"
rel: in-district
area_weight: 0.4112
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1092 |
| Bachelor's or higher | 13122 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 92](/us/states/oh/districts/house/92.md) — 59% (state house)
- [OH House District 91](/us/states/oh/districts/house/91.md) — 41% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 81
hispanic: 6430
bachelors_plus: 9929
districts:
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/senate/26"
rel: in-district
area_weight: 0.9853
- to: "us/states/oh/districts/house/88"
rel: in-district
area_weight: 0.9853
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 6430 |
| Bachelor's or higher | 9929 |
## Districts
- [OH-09](/us/states/oh/districts/09.md) — 100% (congressional)
- [OH Senate District 26](/us/states/oh/districts/senate/26.md) — 99% (state senate)
- [OH House District 88](/us/states/oh/districts/house/88.md) — 99% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 68
hispanic: 1144
bachelors_plus: 12526
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 0.9992
- to: "us/states/oh/districts/senate/14"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/house/90"
rel: in-district
area_weight: 0.9994
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1144 |
| Bachelor's or higher | 12526 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 14](/us/states/oh/districts/senate/14.md) — 100% (state senate)
- [OH House District 90](/us/states/oh/districts/house/90.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 107
hispanic: 3123
bachelors_plus: 10459
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9989
- to: "us/states/oh/districts/senate/26"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/88"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 3123 |
| Bachelor's or higher | 10459 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 26](/us/states/oh/districts/senate/26.md) — 100% (state senate)
- [OH House District 88](/us/states/oh/districts/house/88.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 41
hispanic: 835
bachelors_plus: 9123
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.5104
- to: "us/states/oh/districts/15"
rel: in-district
area_weight: 0.4895
- to: "us/states/oh/districts/senate/12"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/85"
rel: in-district
area_weight: 0.9997
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 835 |
| Bachelor's or higher | 9123 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 51% (congressional)
- [OH-15](/us/states/oh/districts/15.md) — 49% (congressional)
- [OH Senate District 12](/us/states/oh/districts/senate/12.md) — 100% (state senate)
- [OH House District 85](/us/states/oh/districts/house/85.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 404
hispanic: 11359
bachelors_plus: 92255
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.6451
- to: "us/states/oh/districts/13"
rel: in-district
area_weight: 0.3544
- to: "us/states/oh/districts/senate/29"
rel: in-district
area_weight: 0.7853
- to: "us/states/oh/districts/senate/31"
rel: in-district
area_weight: 0.2145
- to: "us/states/oh/districts/house/50"
rel: in-district
area_weight: 0.3914
- to: "us/states/oh/districts/house/48"
rel: in-district
area_weight: 0.2847
- to: "us/states/oh/districts/house/51"
rel: in-district
area_weight: 0.2141
- to: "us/states/oh/districts/house/49"
rel: in-district
area_weight: 0.1092
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 6 officeholders mapped.
| Hispanic/Latino | 11359 |
| Bachelor's or higher | 92255 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 65% (congressional)
- [OH-13](/us/states/oh/districts/13.md) — 35% (congressional)
- [OH Senate District 29](/us/states/oh/districts/senate/29.md) — 79% (state senate)
- [OH Senate District 31](/us/states/oh/districts/senate/31.md) — 21% (state senate)
- [OH House District 50](/us/states/oh/districts/house/50.md) — 39% (state house)
- [OH House District 48](/us/states/oh/districts/house/48.md) — 28% (state house)
- [OH House District 51](/us/states/oh/districts/house/51.md) — 21% (state house)
- [OH House District 49](/us/states/oh/districts/house/49.md) — 11% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,36 @@ demographics:
race_native: 872
hispanic: 14635
bachelors_plus: 188487
districts:
- to: "us/states/oh/districts/13"
rel: in-district
area_weight: 0.999
- to: "us/states/oh/districts/senate/28"
rel: in-district
area_weight: 0.5227
- to: "us/states/oh/districts/senate/27"
rel: in-district
area_weight: 0.4771
- to: "us/states/oh/districts/house/31"
rel: in-district
area_weight: 0.3579
- to: "us/states/oh/districts/house/32"
rel: in-district
area_weight: 0.2542
- to: "us/states/oh/districts/house/34"
rel: in-district
area_weight: 0.1752
- to: "us/states/oh/districts/house/35"
rel: in-district
area_weight: 0.1192
- to: "us/states/oh/districts/house/33"
rel: in-district
area_weight: 0.0933
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +83,18 @@ County jurisdiction — 7 officeholders mapped.
| Hispanic/Latino | 14635 |
| Bachelor's or higher | 188487 |
## Districts
- [OH-13](/us/states/oh/districts/13.md) — 100% (congressional)
- [OH Senate District 28](/us/states/oh/districts/senate/28.md) — 52% (state senate)
- [OH Senate District 27](/us/states/oh/districts/senate/27.md) — 48% (state senate)
- [OH House District 31](/us/states/oh/districts/house/31.md) — 36% (state house)
- [OH House District 32](/us/states/oh/districts/house/32.md) — 25% (state house)
- [OH House District 34](/us/states/oh/districts/house/34.md) — 18% (state house)
- [OH House District 35](/us/states/oh/districts/house/35.md) — 12% (state house)
- [OH House District 33](/us/states/oh/districts/house/33.md) — 9% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 154
hispanic: 4601
bachelors_plus: 40143
districts:
- to: "us/states/oh/districts/14"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/32"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/65"
rel: in-district
area_weight: 0.607
- to: "us/states/oh/districts/house/64"
rel: in-district
area_weight: 0.3929
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 4601 |
| Bachelor's or higher | 40143 |
## Districts
- [OH-14](/us/states/oh/districts/14.md) — 100% (congressional)
- [OH Senate District 32](/us/states/oh/districts/senate/32.md) — 100% (state senate)
- [OH House District 65](/us/states/oh/districts/house/65.md) — 61% (state house)
- [OH House District 64](/us/states/oh/districts/house/64.md) — 39% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 232
hispanic: 4306
bachelors_plus: 16966
districts:
- to: "us/states/oh/districts/12"
rel: in-district
area_weight: 0.5725
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.4275
- to: "us/states/oh/districts/senate/31"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/51"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 4306 |
| Bachelor's or higher | 16966 |
## Districts
- [OH-12](/us/states/oh/districts/12.md) — 57% (congressional)
- [OH-06](/us/states/oh/districts/06.md) — 43% (congressional)
- [OH Senate District 31](/us/states/oh/districts/senate/31.md) — 100% (state senate)
- [OH House District 51](/us/states/oh/districts/house/51.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 90
hispanic: 2260
bachelors_plus: 24344
districts:
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/26"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/86"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 2260 |
| Bachelor's or higher | 24344 |
## Districts
- [OH-04](/us/states/oh/districts/04.md) — 100% (congressional)
- [OH Senate District 26](/us/states/oh/districts/senate/26.md) — 100% (state senate)
- [OH House District 86](/us/states/oh/districts/house/86.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 84
hispanic: 1219
bachelors_plus: 4561
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/82"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1219 |
| Bachelor's or higher | 4561 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 82](/us/states/oh/districts/house/82.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 0
hispanic: 25
bachelors_plus: 1646
districts:
- to: "us/states/oh/districts/02"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/senate/17"
rel: in-district
area_weight: 1.0
- to: "us/states/oh/districts/house/92"
rel: in-district
area_weight: 1.0
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction.
| Hispanic/Latino | 25 |
| Bachelor's or higher | 1646 |
## Districts
- [OH-02](/us/states/oh/districts/02.md) — 100% (congressional)
- [OH Senate District 17](/us/states/oh/districts/senate/17.md) — 100% (state senate)
- [OH House District 92](/us/states/oh/districts/house/92.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 303
hispanic: 8749
bachelors_plus: 109226
districts:
- to: "us/states/oh/districts/01"
rel: in-district
area_weight: 0.9994
- to: "us/states/oh/districts/senate/7"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/55"
rel: in-district
area_weight: 0.6964
- to: "us/states/oh/districts/house/56"
rel: in-district
area_weight: 0.3035
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 8749 |
| Bachelor's or higher | 109226 |
## Districts
- [OH-01](/us/states/oh/districts/01.md) — 100% (congressional)
- [OH Senate District 7](/us/states/oh/districts/senate/7.md) — 100% (state senate)
- [OH House District 55](/us/states/oh/districts/house/55.md) — 70% (state house)
- [OH House District 56](/us/states/oh/districts/house/56.md) — 30% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 110
hispanic: 741
bachelors_plus: 12768
districts:
- to: "us/states/oh/districts/06"
rel: in-district
area_weight: 0.9985
- to: "us/states/oh/districts/senate/30"
rel: in-district
area_weight: 0.9997
- to: "us/states/oh/districts/house/94"
rel: in-district
area_weight: 0.9995
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 741 |
| Bachelor's or higher | 12768 |
## Districts
- [OH-06](/us/states/oh/districts/06.md) — 100% (congressional)
- [OH Senate District 30](/us/states/oh/districts/senate/30.md) — 100% (state senate)
- [OH House District 94](/us/states/oh/districts/house/94.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 105
hispanic: 2885
bachelors_plus: 26570
districts:
- to: "us/states/oh/districts/07"
rel: in-district
area_weight: 0.9996
- to: "us/states/oh/districts/senate/31"
rel: in-district
area_weight: 0.9998
- to: "us/states/oh/districts/house/77"
rel: in-district
area_weight: 0.9998
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 2 officeholders mapped.
| Hispanic/Latino | 2885 |
| Bachelor's or higher | 26570 |
## Districts
- [OH-07](/us/states/oh/districts/07.md) — 100% (congressional)
- [OH Senate District 31](/us/states/oh/districts/senate/31.md) — 100% (state senate)
- [OH House District 77](/us/states/oh/districts/house/77.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,21 @@ demographics:
race_native: 73
hispanic: 1982
bachelors_plus: 4700
districts:
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/senate/1"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/81"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +68,13 @@ County jurisdiction — 1 officeholders mapped.
| Hispanic/Latino | 1982 |
| Bachelor's or higher | 4700 |
## Districts
- [OH-09](/us/states/oh/districts/09.md) — 100% (congressional)
- [OH Senate District 1](/us/states/oh/districts/senate/1.md) — 100% (state senate)
- [OH House District 81](/us/states/oh/districts/house/81.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,27 @@ demographics:
race_native: 236
hispanic: 8677
bachelors_plus: 43204
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.8396
- to: "us/states/oh/districts/09"
rel: in-district
area_weight: 0.1604
- to: "us/states/oh/districts/senate/2"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/75"
rel: in-district
area_weight: 0.9548
- to: "us/states/oh/districts/house/44"
rel: in-district
area_weight: 0.0452
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +74,15 @@ County jurisdiction — 3 officeholders mapped.
| Hispanic/Latino | 8677 |
| Bachelor's or higher | 43204 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 84% (congressional)
- [OH-09](/us/states/oh/districts/09.md) — 16% (congressional)
- [OH Senate District 2](/us/states/oh/districts/senate/2.md) — 100% (state senate)
- [OH House District 75](/us/states/oh/districts/house/75.md) — 95% (state house)
- [OH House District 44](/us/states/oh/districts/house/44.md) — 5% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -22,9 +22,24 @@ demographics:
race_native: 2
hispanic: 674
bachelors_plus: 4181
districts:
- to: "us/states/oh/districts/05"
rel: in-district
area_weight: 0.8713
- to: "us/states/oh/districts/04"
rel: in-district
area_weight: 0.1287
- to: "us/states/oh/districts/senate/26"
rel: in-district
area_weight: 0.9999
- to: "us/states/oh/districts/house/87"
rel: in-district
area_weight: 0.9999
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
- field: districts
source: "PostGIS area-intersection over Census TIGER 2024 boundaries"
confidence: official
tags: [jurisdiction, county, oh]
timestamp: "2026-07-03"
@@ -56,6 +71,14 @@ County jurisdiction.
| Hispanic/Latino | 674 |
| Bachelor's or higher | 4181 |
## Districts
- [OH-05](/us/states/oh/districts/05.md) — 87% (congressional)
- [OH-04](/us/states/oh/districts/04.md) — 13% (congressional)
- [OH Senate District 26](/us/states/oh/districts/senate/26.md) — 100% (state senate)
- [OH House District 87](/us/states/oh/districts/house/87.md) — 100% (state house)
## Source
- demographics: Census ACS 2023
- districts: PostGIS area-intersection over Census TIGER 2024 boundaries
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 255695
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 119405
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 240984
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 171782
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 137371
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 127237
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 216334
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 164773
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 159076
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 184588
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 185563
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"
@@ -23,7 +23,7 @@ demographics:
bachelors_plus: 151197
sources:
- field: demographics
source: Census ACS 2023
source: "Census ACS 2023"
confidence: official
tags: [jurisdiction, congressional-district, oh]
timestamp: "2026-07-03"

Some files were not shown because too many files have changed in this diff Show More