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,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kent County, MI"
|
||||
classification: county
|
||||
fips: "26081"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 663150
|
||||
population_under_18: 155818
|
||||
population_18_64: 408507
|
||||
population_65_plus: 98825
|
||||
median_household_income: 82631
|
||||
poverty_rate: 10.05
|
||||
homeownership_rate: 70.32
|
||||
unemployment_rate: 4.16
|
||||
median_home_value: 289900
|
||||
gini_index: 0.4485
|
||||
vacancy_rate: 4.64
|
||||
race_white: 480632
|
||||
race_black: 64774
|
||||
race_asian: 21353
|
||||
race_native: 3249
|
||||
hispanic: 77304
|
||||
bachelors_plus: 247265
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kent County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 663150 |
|
||||
| Under 18 | 155818 |
|
||||
| 18–64 | 408507 |
|
||||
| 65+ | 98825 |
|
||||
| Median household income | 82631 |
|
||||
| Poverty rate | 10.05 |
|
||||
| Homeownership rate | 70.32 |
|
||||
| Unemployment rate | 4.16 |
|
||||
| Median home value | 289900 |
|
||||
| Gini index | 0.4485 |
|
||||
| Vacancy rate | 4.64 |
|
||||
| White | 480632 |
|
||||
| Black | 64774 |
|
||||
| Asian | 21353 |
|
||||
| Native | 3249 |
|
||||
| Hispanic/Latino | 77304 |
|
||||
| Bachelor's or higher | 247265 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user