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,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "LA-01"
|
||||
classification: congressional-district
|
||||
state: "LA"
|
||||
district: "LA-01"
|
||||
demographics:
|
||||
population: 798569
|
||||
population_under_18: 200904
|
||||
population_18_64: 252514
|
||||
population_65_plus: 345151
|
||||
median_household_income: 79823
|
||||
poverty_rate: 12.98
|
||||
homeownership_rate: 73.1
|
||||
unemployment_rate: 3.86
|
||||
median_home_value: 292100
|
||||
gini_index: 0.468
|
||||
vacancy_rate: 8.99
|
||||
race_white: 561370
|
||||
race_black: 95879
|
||||
race_asian: 17049
|
||||
hispanic: 97438
|
||||
bachelors_plus: 208635
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, la]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# LA-01
|
||||
|
||||
Congressional district LA-01.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 798569 |
|
||||
| Under 18 | 200904 |
|
||||
| 18–64 | 252514 |
|
||||
| 65+ | 345151 |
|
||||
| Median household income | 79823 |
|
||||
| Poverty rate | 12.98 |
|
||||
| Homeownership rate | 73.1 |
|
||||
| Unemployment rate | 3.86 |
|
||||
| Median home value | 292100 |
|
||||
| Gini index | 0.468 |
|
||||
| Vacancy rate | 8.99 |
|
||||
| White | 561370 |
|
||||
| Black | 95879 |
|
||||
| Asian | 17049 |
|
||||
| Hispanic/Latino | 97438 |
|
||||
| Bachelor's or higher | 208635 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "LA-02"
|
||||
classification: congressional-district
|
||||
state: "LA"
|
||||
district: "LA-02"
|
||||
demographics:
|
||||
population: 736254
|
||||
population_under_18: 173535
|
||||
population_18_64: 251345
|
||||
population_65_plus: 311374
|
||||
median_household_income: 58115
|
||||
poverty_rate: 19.12
|
||||
homeownership_rate: 62.15
|
||||
unemployment_rate: 5.36
|
||||
median_home_value: 239700
|
||||
gini_index: 0.4912
|
||||
vacancy_rate: 14.84
|
||||
race_white: 244430
|
||||
race_black: 364522
|
||||
race_asian: 22389
|
||||
hispanic: 83514
|
||||
bachelors_plus: 145766
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, la]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# LA-02
|
||||
|
||||
Congressional district LA-02.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 736254 |
|
||||
| Under 18 | 173535 |
|
||||
| 18–64 | 251345 |
|
||||
| 65+ | 311374 |
|
||||
| Median household income | 58115 |
|
||||
| Poverty rate | 19.12 |
|
||||
| Homeownership rate | 62.15 |
|
||||
| Unemployment rate | 5.36 |
|
||||
| Median home value | 239700 |
|
||||
| Gini index | 0.4912 |
|
||||
| Vacancy rate | 14.84 |
|
||||
| White | 244430 |
|
||||
| Black | 364522 |
|
||||
| Asian | 22389 |
|
||||
| Hispanic/Latino | 83514 |
|
||||
| Bachelor's or higher | 145766 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "LA-03"
|
||||
classification: congressional-district
|
||||
state: "LA"
|
||||
district: "LA-03"
|
||||
demographics:
|
||||
population: 777847
|
||||
population_under_18: 208187
|
||||
population_18_64: 252310
|
||||
population_65_plus: 317350
|
||||
median_household_income: 59769
|
||||
poverty_rate: 17.82
|
||||
homeownership_rate: 70.63
|
||||
unemployment_rate: 4.7
|
||||
median_home_value: 208300
|
||||
gini_index: 0.4999
|
||||
vacancy_rate: 14.41
|
||||
race_white: 510889
|
||||
race_black: 170300
|
||||
race_asian: 12120
|
||||
hispanic: 53194
|
||||
bachelors_plus: 131141
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, la]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# LA-03
|
||||
|
||||
Congressional district LA-03.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 777847 |
|
||||
| Under 18 | 208187 |
|
||||
| 18–64 | 252310 |
|
||||
| 65+ | 317350 |
|
||||
| Median household income | 59769 |
|
||||
| Poverty rate | 17.82 |
|
||||
| Homeownership rate | 70.63 |
|
||||
| Unemployment rate | 4.7 |
|
||||
| Median home value | 208300 |
|
||||
| Gini index | 0.4999 |
|
||||
| Vacancy rate | 14.41 |
|
||||
| White | 510889 |
|
||||
| Black | 170300 |
|
||||
| Asian | 12120 |
|
||||
| Hispanic/Latino | 53194 |
|
||||
| Bachelor's or higher | 131141 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "LA-04"
|
||||
classification: congressional-district
|
||||
state: "LA"
|
||||
district: "LA-04"
|
||||
demographics:
|
||||
population: 767466
|
||||
population_under_18: 197470
|
||||
population_18_64: 244270
|
||||
population_65_plus: 325726
|
||||
median_household_income: 60858
|
||||
poverty_rate: 18.18
|
||||
homeownership_rate: 71.32
|
||||
unemployment_rate: 4.8
|
||||
median_home_value: 185700
|
||||
gini_index: 0.4845
|
||||
vacancy_rate: 13.72
|
||||
race_white: 528099
|
||||
race_black: 161388
|
||||
race_asian: 8207
|
||||
hispanic: 40711
|
||||
bachelors_plus: 129968
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, la]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# LA-04
|
||||
|
||||
Congressional district LA-04.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 767466 |
|
||||
| Under 18 | 197470 |
|
||||
| 18–64 | 244270 |
|
||||
| 65+ | 325726 |
|
||||
| Median household income | 60858 |
|
||||
| Poverty rate | 18.18 |
|
||||
| Homeownership rate | 71.32 |
|
||||
| Unemployment rate | 4.8 |
|
||||
| Median home value | 185700 |
|
||||
| Gini index | 0.4845 |
|
||||
| Vacancy rate | 13.72 |
|
||||
| White | 528099 |
|
||||
| Black | 161388 |
|
||||
| Asian | 8207 |
|
||||
| Hispanic/Latino | 40711 |
|
||||
| Bachelor's or higher | 129968 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "LA-05"
|
||||
classification: congressional-district
|
||||
state: "LA"
|
||||
district: "LA-05"
|
||||
demographics:
|
||||
population: 763961
|
||||
population_under_18: 201580
|
||||
population_18_64: 248329
|
||||
population_65_plus: 314052
|
||||
median_household_income: 59583
|
||||
poverty_rate: 18.9
|
||||
homeownership_rate: 70.3
|
||||
unemployment_rate: 4.82
|
||||
median_home_value: 220100
|
||||
gini_index: 0.4843
|
||||
vacancy_rate: 14.2
|
||||
race_white: 480068
|
||||
race_black: 211675
|
||||
race_asian: 9436
|
||||
hispanic: 43589
|
||||
bachelors_plus: 135223
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, la]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# LA-05
|
||||
|
||||
Congressional district LA-05.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 763961 |
|
||||
| Under 18 | 201580 |
|
||||
| 18–64 | 248329 |
|
||||
| 65+ | 314052 |
|
||||
| Median household income | 59583 |
|
||||
| Poverty rate | 18.9 |
|
||||
| Homeownership rate | 70.3 |
|
||||
| Unemployment rate | 4.82 |
|
||||
| Median home value | 220100 |
|
||||
| Gini index | 0.4843 |
|
||||
| Vacancy rate | 14.2 |
|
||||
| White | 480068 |
|
||||
| Black | 211675 |
|
||||
| Asian | 9436 |
|
||||
| Hispanic/Latino | 43589 |
|
||||
| Bachelor's or higher | 135223 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "LA-06"
|
||||
classification: congressional-district
|
||||
state: "LA"
|
||||
district: "LA-06"
|
||||
demographics:
|
||||
population: 753643
|
||||
population_under_18: 203176
|
||||
population_18_64: 257285
|
||||
population_65_plus: 293182
|
||||
median_household_income: 50642
|
||||
poverty_rate: 25.57
|
||||
homeownership_rate: 60.57
|
||||
unemployment_rate: 7.61
|
||||
median_home_value: 179700
|
||||
gini_index: 0.5051
|
||||
vacancy_rate: 15.1
|
||||
race_white: 269252
|
||||
race_black: 394467
|
||||
race_asian: 14630
|
||||
hispanic: 39182
|
||||
bachelors_plus: 116778
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, la]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# LA-06
|
||||
|
||||
Congressional district LA-06.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 753643 |
|
||||
| Under 18 | 203176 |
|
||||
| 18–64 | 257285 |
|
||||
| 65+ | 293182 |
|
||||
| Median household income | 50642 |
|
||||
| Poverty rate | 25.57 |
|
||||
| Homeownership rate | 60.57 |
|
||||
| Unemployment rate | 7.61 |
|
||||
| Median home value | 179700 |
|
||||
| Gini index | 0.5051 |
|
||||
| Vacancy rate | 15.1 |
|
||||
| White | 269252 |
|
||||
| Black | 394467 |
|
||||
| Asian | 14630 |
|
||||
| Hispanic/Latino | 39182 |
|
||||
| Bachelor's or higher | 116778 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user