Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christopher A. Coons"
|
||||
description: "U.S. Senate candidate, DE (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "DE"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRIS COONS FOR DELAWARE"
|
||||
id: "C00475392"
|
||||
ids:
|
||||
fec: "S0DE00092"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christopher A. Coons
|
||||
|
||||
Democratic incumbent for U.S. Senate (DE), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRIS COONS FOR DELAWARE (C00475392)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christopher Mr. Beardsley"
|
||||
description: "U.S. Senate candidate, DE (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "DE"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BEARDSLEY FOR SENATE"
|
||||
id: "C00927665"
|
||||
ids:
|
||||
fec: "S6DE00156"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christopher Mr. Beardsley
|
||||
|
||||
Democratic challenger for U.S. Senate (DE), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BEARDSLEY FOR SENATE (C00927665)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John J Whalen Iii"
|
||||
description: "U.S. House candidate, DE-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "DE"
|
||||
district: "DE-00"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOHN WHALEN FOR US CONGRESS"
|
||||
id: "C00883959"
|
||||
ids:
|
||||
fec: "H4DE00078"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John J Whalen Iii
|
||||
|
||||
Republican challenger for U.S. House (DE-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOHN WHALEN FOR US CONGRESS (C00883959)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Shulli"
|
||||
description: "U.S. Senate candidate, DE (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "DE"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SHULLI FOR SENATE"
|
||||
id: "C00933663"
|
||||
ids:
|
||||
fec: "S6DE00198"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Shulli
|
||||
|
||||
Republican challenger for U.S. Senate (DE), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SHULLI FOR SENATE (C00933663)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael S Dr. Katz"
|
||||
description: "U.S. Senate candidate, DE (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "DE"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DR. MIKE KATZ FOR U.S. SENATE"
|
||||
id: "C00935163"
|
||||
ids:
|
||||
fec: "S6DE00206"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael S Dr. Katz
|
||||
|
||||
Republican challenger for U.S. Senate (DE), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DR. MIKE KATZ FOR U.S. SENATE (C00935163)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sarah Elizabeth Mcbride"
|
||||
description: "U.S. House candidate, DE-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "DE"
|
||||
district: "DE-00"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCBRIDE FOR DELAWARE INC."
|
||||
id: "C00843763"
|
||||
ids:
|
||||
fec: "H4DE00045"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sarah Elizabeth Mcbride
|
||||
|
||||
Democratic incumbent for U.S. House (DE-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCBRIDE FOR DELAWARE INC. (C00843763)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kent County, DE"
|
||||
classification: county
|
||||
fips: "10001"
|
||||
state: "DE"
|
||||
demographics:
|
||||
population: 192690
|
||||
population_under_18: 49520
|
||||
population_18_64: 61877
|
||||
population_65_plus: 81293
|
||||
median_household_income: 81117
|
||||
poverty_rate: 9.04
|
||||
homeownership_rate: 76.79
|
||||
unemployment_rate: 5.63
|
||||
median_home_value: 339800
|
||||
gini_index: 0.4056
|
||||
vacancy_rate: 7.35
|
||||
race_white: 108088
|
||||
race_black: 48883
|
||||
race_asian: 5939
|
||||
race_native: 980
|
||||
hispanic: 16422
|
||||
bachelors_plus: 58430
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kent County, DE
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 192690 |
|
||||
| Under 18 | 49520 |
|
||||
| 18–64 | 61877 |
|
||||
| 65+ | 81293 |
|
||||
| Median household income | 81117 |
|
||||
| Poverty rate | 9.04 |
|
||||
| Homeownership rate | 76.79 |
|
||||
| Unemployment rate | 5.63 |
|
||||
| Median home value | 339800 |
|
||||
| Gini index | 0.4056 |
|
||||
| Vacancy rate | 7.35 |
|
||||
| White | 108088 |
|
||||
| Black | 48883 |
|
||||
| Asian | 5939 |
|
||||
| Native | 980 |
|
||||
| Hispanic/Latino | 16422 |
|
||||
| Bachelor's or higher | 58430 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "New Castle County, DE"
|
||||
classification: county
|
||||
fips: "10003"
|
||||
state: "DE"
|
||||
demographics:
|
||||
population: 588093
|
||||
population_under_18: 138888
|
||||
population_18_64: 198150
|
||||
population_65_plus: 251055
|
||||
median_household_income: 89846
|
||||
poverty_rate: 9.99
|
||||
homeownership_rate: 68.49
|
||||
unemployment_rate: 5.05
|
||||
median_home_value: 372200
|
||||
gini_index: 0.4527
|
||||
vacancy_rate: 5.44
|
||||
race_white: 302952
|
||||
race_black: 156425
|
||||
race_asian: 40551
|
||||
race_native: 2639
|
||||
hispanic: 73584
|
||||
bachelors_plus: 230059
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# New Castle County, DE
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 588093 |
|
||||
| Under 18 | 138888 |
|
||||
| 18–64 | 198150 |
|
||||
| 65+ | 251055 |
|
||||
| Median household income | 89846 |
|
||||
| Poverty rate | 9.99 |
|
||||
| Homeownership rate | 68.49 |
|
||||
| Unemployment rate | 5.05 |
|
||||
| Median home value | 372200 |
|
||||
| Gini index | 0.4527 |
|
||||
| Vacancy rate | 5.44 |
|
||||
| White | 302952 |
|
||||
| Black | 156425 |
|
||||
| Asian | 40551 |
|
||||
| Native | 2639 |
|
||||
| Hispanic/Latino | 73584 |
|
||||
| Bachelor's or higher | 230059 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sussex County, DE"
|
||||
classification: county
|
||||
fips: "10005"
|
||||
state: "DE"
|
||||
demographics:
|
||||
population: 271134
|
||||
population_under_18: 53031
|
||||
population_18_64: 63130
|
||||
population_65_plus: 154973
|
||||
median_household_income: 85258
|
||||
poverty_rate: 9.14
|
||||
homeownership_rate: 82.19
|
||||
unemployment_rate: 4.86
|
||||
median_home_value: 397800
|
||||
gini_index: 0.4562
|
||||
vacancy_rate: 28.34
|
||||
race_white: 200816
|
||||
race_black: 26527
|
||||
race_asian: 4329
|
||||
race_native: 583
|
||||
hispanic: 32807
|
||||
bachelors_plus: 99838
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, de]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sussex County, DE
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 271134 |
|
||||
| Under 18 | 53031 |
|
||||
| 18–64 | 63130 |
|
||||
| 65+ | 154973 |
|
||||
| Median household income | 85258 |
|
||||
| Poverty rate | 9.14 |
|
||||
| Homeownership rate | 82.19 |
|
||||
| Unemployment rate | 4.86 |
|
||||
| Median home value | 397800 |
|
||||
| Gini index | 0.4562 |
|
||||
| Vacancy rate | 28.34 |
|
||||
| White | 200816 |
|
||||
| Black | 26527 |
|
||||
| Asian | 4329 |
|
||||
| Native | 583 |
|
||||
| Hispanic/Latino | 32807 |
|
||||
| Bachelor's or higher | 99838 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user