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: "Izard County, AR"
|
||||
classification: county
|
||||
fips: "05065"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 14009
|
||||
population_under_18: 2490
|
||||
population_18_64: 7996
|
||||
population_65_plus: 3523
|
||||
median_household_income: 49405
|
||||
poverty_rate: 22.28
|
||||
homeownership_rate: 75.42
|
||||
unemployment_rate: 7.17
|
||||
median_home_value: 129100
|
||||
gini_index: 0.4417
|
||||
vacancy_rate: 22.36
|
||||
race_white: 12447
|
||||
race_black: 220
|
||||
race_asian: 69
|
||||
race_native: 86
|
||||
hispanic: 414
|
||||
bachelors_plus: 2733
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Izard County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14009 |
|
||||
| Under 18 | 2490 |
|
||||
| 18–64 | 7996 |
|
||||
| 65+ | 3523 |
|
||||
| Median household income | 49405 |
|
||||
| Poverty rate | 22.28 |
|
||||
| Homeownership rate | 75.42 |
|
||||
| Unemployment rate | 7.17 |
|
||||
| Median home value | 129100 |
|
||||
| Gini index | 0.4417 |
|
||||
| Vacancy rate | 22.36 |
|
||||
| White | 12447 |
|
||||
| Black | 220 |
|
||||
| Asian | 69 |
|
||||
| Native | 86 |
|
||||
| Hispanic/Latino | 414 |
|
||||
| Bachelor's or higher | 2733 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user