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,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Chris Carmichael"
|
||||
description: "U.S. House candidate, KS-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRIS CARMICHAEL BUILDING COMMON GROUND"
|
||||
id: "C00931543"
|
||||
ids:
|
||||
fec: "H6KS04249"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chris Carmichael
|
||||
|
||||
Democratic challenger for U.S. House (KS-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRIS CARMICHAEL BUILDING COMMON GROUND (C00931543)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christy Davis"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRISTY DAVIS FOR KANSAS 2026"
|
||||
id: "C00915934"
|
||||
ids:
|
||||
fec: "S6KS00247"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christy Davis
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRISTY DAVIS FOR KANSAS 2026 (C00915934)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Derek Schmidt"
|
||||
description: "U.S. House candidate, KS-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DEREK SCHMIDT FOR CONGRESS"
|
||||
id: "C00877373"
|
||||
ids:
|
||||
fec: "H4KS02164"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Derek Schmidt
|
||||
|
||||
Republican incumbent for U.S. House (KS-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DEREK SCHMIDT FOR CONGRESS (C00877373)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Don Coover"
|
||||
description: "U.S. House candidate, KS-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DON COOVER FOR CONGRESS"
|
||||
id: "C00917088"
|
||||
ids:
|
||||
fec: "H6KS02276"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Don Coover
|
||||
|
||||
Democratic challenger for U.S. House (KS-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DON COOVER FOR CONGRESS (C00917088)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Erik Murray"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ERIK MURRAY FOR KANSAS"
|
||||
id: "C00929240"
|
||||
ids:
|
||||
fec: "S6KS00270"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Erik Murray
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ERIK MURRAY FOR KANSAS (C00929240)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jason Hart"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HART FOR SENATE"
|
||||
id: "C00942391"
|
||||
ids:
|
||||
fec: "S6KS00304"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jason Hart
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HART FOR SENATE (C00942391)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Katy Tyndell"
|
||||
description: "U.S. House candidate, KS-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TYNDELL FOR CONGRESS"
|
||||
id: "C00941658"
|
||||
ids:
|
||||
fec: "H6KS04272"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Katy Tyndell
|
||||
|
||||
Democratic challenger for U.S. House (KS-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TYNDELL FOR CONGRESS (C00941658)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kenneth Colin Mcroberts"
|
||||
description: "U.S. House candidate, KS-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COLIN FOR KANSAS"
|
||||
id: "C00919860"
|
||||
ids:
|
||||
fec: "H6KS01195"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kenneth Colin Mcroberts
|
||||
|
||||
Democratic challenger for U.S. House (KS-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COLIN FOR KANSAS (C00919860)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lauren Reinhold"
|
||||
description: "U.S. House candidate, KS-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LAUREN REINHOLD FOR KANSAS"
|
||||
id: "C00932855"
|
||||
ids:
|
||||
fec: "H6KS01203"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lauren Reinhold
|
||||
|
||||
Democratic challenger for U.S. House (KS-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LAUREN REINHOLD FOR KANSAS (C00932855)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lois Anne Elizabeth Lea Parelkar"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ANNE FOR KANSAS"
|
||||
id: "C00913293"
|
||||
ids:
|
||||
fec: "S6KS00239"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lois Anne Elizabeth Lea Parelkar
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ANNE FOR KANSAS (C00913293)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Noah Taylor"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NOAH TAYLOR FOR KANSAS"
|
||||
id: "C00943803"
|
||||
ids:
|
||||
fec: "S6KS00296"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Noah Taylor
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NOAH TAYLOR FOR KANSAS (C00943803)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Patrick Schmidt"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PATRICK SCHMIDT FOR SENATE"
|
||||
id: "C00937599"
|
||||
ids:
|
||||
fec: "S6KS00288"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Patrick Schmidt
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PATRICK SCHMIDT FOR SENATE (C00937599)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Roger W Marshall"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KANSANS FOR MARSHALL"
|
||||
id: "C00576173"
|
||||
ids:
|
||||
fec: "S0KS00315"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Roger W Marshall
|
||||
|
||||
Republican incumbent for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KANSANS FOR MARSHALL (C00576173)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ron Estes"
|
||||
description: "U.S. House candidate, KS-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-04"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RON ESTES FOR CONGRESS"
|
||||
id: "C00632067"
|
||||
ids:
|
||||
fec: "H8KS04112"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ron Estes
|
||||
|
||||
Republican incumbent for U.S. House (KS-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RON ESTES FOR CONGRESS (C00632067)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sandy Spidel Neumann"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SANDY FOR KANSAS"
|
||||
id: "C00923474"
|
||||
ids:
|
||||
fec: "S6KS00262"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sandy Spidel Neumann
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SANDY FOR KANSAS (C00923474)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sharice Davids"
|
||||
description: "U.S. House candidate, KS-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-03"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SHARICE FOR CONGRESS"
|
||||
id: "C00670034"
|
||||
ids:
|
||||
fec: "H8KS03155"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sharice Davids
|
||||
|
||||
Democratic incumbent for U.S. House (KS-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SHARICE FOR CONGRESS (C00670034)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Tracey Robert Mann"
|
||||
description: "U.S. House candidate, KS-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MANN FOR CONGRESS"
|
||||
id: "C00460659"
|
||||
ids:
|
||||
fec: "H0KS01123"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tracey Robert Mann
|
||||
|
||||
Republican incumbent for U.S. House (KS-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MANN FOR CONGRESS (C00460659)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
Reference in New Issue
Block a user