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: "C. Mark Mr Coester"
|
||||
description: "U.S. House candidate, VT-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VT"
|
||||
district: "VT-00"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CARL MARK COESTER"
|
||||
id: "C00874214"
|
||||
ids:
|
||||
fec: "H4VT01056"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# C. Mark Mr Coester
|
||||
|
||||
Republican challenger for U.S. House (VT-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CARL MARK COESTER (C00874214)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Rebecca 'Becca' Balint"
|
||||
description: "U.S. House candidate, VT-00 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "VT"
|
||||
district: "VT-00"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BECCA BALINT FOR VERMONT"
|
||||
id: "C00797175"
|
||||
ids:
|
||||
fec: "H2VT01076"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rebecca 'Becca' Balint
|
||||
|
||||
Democratic incumbent for U.S. House (VT-00), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BECCA BALINT FOR VERMONT (C00797175)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Addison County, VT"
|
||||
classification: county
|
||||
fips: "50001"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 37664
|
||||
population_under_18: 6031
|
||||
population_18_64: 23133
|
||||
population_65_plus: 8500
|
||||
median_household_income: 89639
|
||||
poverty_rate: 7.58
|
||||
homeownership_rate: 79.25
|
||||
unemployment_rate: 3.77
|
||||
median_home_value: 361200
|
||||
gini_index: 0.4269
|
||||
vacancy_rate: 15.05
|
||||
race_white: 33924
|
||||
race_black: 345
|
||||
race_asian: 748
|
||||
race_native: 45
|
||||
hispanic: 1224
|
||||
bachelors_plus: 16482
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Addison County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37664 |
|
||||
| Under 18 | 6031 |
|
||||
| 18–64 | 23133 |
|
||||
| 65+ | 8500 |
|
||||
| Median household income | 89639 |
|
||||
| Poverty rate | 7.58 |
|
||||
| Homeownership rate | 79.25 |
|
||||
| Unemployment rate | 3.77 |
|
||||
| Median home value | 361200 |
|
||||
| Gini index | 0.4269 |
|
||||
| Vacancy rate | 15.05 |
|
||||
| White | 33924 |
|
||||
| Black | 345 |
|
||||
| Asian | 748 |
|
||||
| Native | 45 |
|
||||
| Hispanic/Latino | 1224 |
|
||||
| Bachelor's or higher | 16482 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bennington County, VT"
|
||||
classification: county
|
||||
fips: "50003"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 37269
|
||||
population_under_18: 6953
|
||||
population_18_64: 21228
|
||||
population_65_plus: 9088
|
||||
median_household_income: 73325
|
||||
poverty_rate: 11.33
|
||||
homeownership_rate: 73.68
|
||||
unemployment_rate: 4.41
|
||||
median_home_value: 279900
|
||||
gini_index: 0.5174
|
||||
vacancy_rate: 28.3
|
||||
race_white: 34230
|
||||
race_black: 435
|
||||
race_asian: 317
|
||||
race_native: 36
|
||||
hispanic: 1047
|
||||
bachelors_plus: 16644
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bennington County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37269 |
|
||||
| Under 18 | 6953 |
|
||||
| 18–64 | 21228 |
|
||||
| 65+ | 9088 |
|
||||
| Median household income | 73325 |
|
||||
| Poverty rate | 11.33 |
|
||||
| Homeownership rate | 73.68 |
|
||||
| Unemployment rate | 4.41 |
|
||||
| Median home value | 279900 |
|
||||
| Gini index | 0.5174 |
|
||||
| Vacancy rate | 28.3 |
|
||||
| White | 34230 |
|
||||
| Black | 435 |
|
||||
| Asian | 317 |
|
||||
| Native | 36 |
|
||||
| Hispanic/Latino | 1047 |
|
||||
| Bachelor's or higher | 16644 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Caledonia County, VT"
|
||||
classification: county
|
||||
fips: "50005"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 30475
|
||||
population_under_18: 5609
|
||||
population_18_64: 17829
|
||||
population_65_plus: 7037
|
||||
median_household_income: 69970
|
||||
poverty_rate: 11.72
|
||||
homeownership_rate: 79.2
|
||||
unemployment_rate: 2.18
|
||||
median_home_value: 227900
|
||||
gini_index: 0.438
|
||||
vacancy_rate: 19.01
|
||||
race_white: 28294
|
||||
race_black: 247
|
||||
race_asian: 136
|
||||
race_native: 54
|
||||
hispanic: 657
|
||||
bachelors_plus: 10431
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Caledonia County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30475 |
|
||||
| Under 18 | 5609 |
|
||||
| 18–64 | 17829 |
|
||||
| 65+ | 7037 |
|
||||
| Median household income | 69970 |
|
||||
| Poverty rate | 11.72 |
|
||||
| Homeownership rate | 79.2 |
|
||||
| Unemployment rate | 2.18 |
|
||||
| Median home value | 227900 |
|
||||
| Gini index | 0.438 |
|
||||
| Vacancy rate | 19.01 |
|
||||
| White | 28294 |
|
||||
| Black | 247 |
|
||||
| Asian | 136 |
|
||||
| Native | 54 |
|
||||
| Hispanic/Latino | 657 |
|
||||
| Bachelor's or higher | 10431 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chittenden County, VT"
|
||||
classification: county
|
||||
fips: "50007"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 169758
|
||||
population_under_18: 29153
|
||||
population_18_64: 111891
|
||||
population_65_plus: 28714
|
||||
median_household_income: 96759
|
||||
poverty_rate: 9.73
|
||||
homeownership_rate: 63.93
|
||||
unemployment_rate: 3.24
|
||||
median_home_value: 439200
|
||||
gini_index: 0.4414
|
||||
vacancy_rate: 4.58
|
||||
race_white: 146389
|
||||
race_black: 3936
|
||||
race_asian: 7430
|
||||
race_native: 194
|
||||
hispanic: 4852
|
||||
bachelors_plus: 93670
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chittenden County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 169758 |
|
||||
| Under 18 | 29153 |
|
||||
| 18–64 | 111891 |
|
||||
| 65+ | 28714 |
|
||||
| Median household income | 96759 |
|
||||
| Poverty rate | 9.73 |
|
||||
| Homeownership rate | 63.93 |
|
||||
| Unemployment rate | 3.24 |
|
||||
| Median home value | 439200 |
|
||||
| Gini index | 0.4414 |
|
||||
| Vacancy rate | 4.58 |
|
||||
| White | 146389 |
|
||||
| Black | 3936 |
|
||||
| Asian | 7430 |
|
||||
| Native | 194 |
|
||||
| Hispanic/Latino | 4852 |
|
||||
| Bachelor's or higher | 93670 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Essex County, VT"
|
||||
classification: county
|
||||
fips: "50009"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 5982
|
||||
population_under_18: 999
|
||||
population_18_64: 3332
|
||||
population_65_plus: 1651
|
||||
median_household_income: 59294
|
||||
poverty_rate: 13.85
|
||||
homeownership_rate: 82.43
|
||||
unemployment_rate: 4.79
|
||||
median_home_value: 172500
|
||||
gini_index: 0.4513
|
||||
vacancy_rate: 42.99
|
||||
race_white: 5606
|
||||
race_black: 4
|
||||
race_asian: 62
|
||||
race_native: 41
|
||||
hispanic: 96
|
||||
bachelors_plus: 1394
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Essex County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5982 |
|
||||
| Under 18 | 999 |
|
||||
| 18–64 | 3332 |
|
||||
| 65+ | 1651 |
|
||||
| Median household income | 59294 |
|
||||
| Poverty rate | 13.85 |
|
||||
| Homeownership rate | 82.43 |
|
||||
| Unemployment rate | 4.79 |
|
||||
| Median home value | 172500 |
|
||||
| Gini index | 0.4513 |
|
||||
| Vacancy rate | 42.99 |
|
||||
| White | 5606 |
|
||||
| Black | 4 |
|
||||
| Asian | 62 |
|
||||
| Native | 41 |
|
||||
| Hispanic/Latino | 96 |
|
||||
| Bachelor's or higher | 1394 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, VT"
|
||||
classification: county
|
||||
fips: "50011"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 50638
|
||||
population_under_18: 10957
|
||||
population_18_64: 30700
|
||||
population_65_plus: 8981
|
||||
median_household_income: 81313
|
||||
poverty_rate: 10.27
|
||||
homeownership_rate: 77.39
|
||||
unemployment_rate: 3.16
|
||||
median_home_value: 306700
|
||||
gini_index: 0.4154
|
||||
vacancy_rate: 13.28
|
||||
race_white: 46651
|
||||
race_black: 124
|
||||
race_asian: 348
|
||||
race_native: 141
|
||||
hispanic: 1016
|
||||
bachelors_plus: 14698
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 50638 |
|
||||
| Under 18 | 10957 |
|
||||
| 18–64 | 30700 |
|
||||
| 65+ | 8981 |
|
||||
| Median household income | 81313 |
|
||||
| Poverty rate | 10.27 |
|
||||
| Homeownership rate | 77.39 |
|
||||
| Unemployment rate | 3.16 |
|
||||
| Median home value | 306700 |
|
||||
| Gini index | 0.4154 |
|
||||
| Vacancy rate | 13.28 |
|
||||
| White | 46651 |
|
||||
| Black | 124 |
|
||||
| Asian | 348 |
|
||||
| Native | 141 |
|
||||
| Hispanic/Latino | 1016 |
|
||||
| Bachelor's or higher | 14698 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grand Isle County, VT"
|
||||
classification: county
|
||||
fips: "50013"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 7450
|
||||
population_under_18: 1257
|
||||
population_18_64: 4438
|
||||
population_65_plus: 1755
|
||||
median_household_income: 97396
|
||||
poverty_rate: 7.94
|
||||
homeownership_rate: 89.87
|
||||
unemployment_rate: 3.06
|
||||
median_home_value: 394100
|
||||
gini_index: 0.4611
|
||||
vacancy_rate: 41.04
|
||||
race_white: 6792
|
||||
race_black: 26
|
||||
race_asian: 24
|
||||
race_native: 100
|
||||
hispanic: 166
|
||||
bachelors_plus: 3559
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grand Isle County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7450 |
|
||||
| Under 18 | 1257 |
|
||||
| 18–64 | 4438 |
|
||||
| 65+ | 1755 |
|
||||
| Median household income | 97396 |
|
||||
| Poverty rate | 7.94 |
|
||||
| Homeownership rate | 89.87 |
|
||||
| Unemployment rate | 3.06 |
|
||||
| Median home value | 394100 |
|
||||
| Gini index | 0.4611 |
|
||||
| Vacancy rate | 41.04 |
|
||||
| White | 6792 |
|
||||
| Black | 26 |
|
||||
| Asian | 24 |
|
||||
| Native | 100 |
|
||||
| Hispanic/Latino | 166 |
|
||||
| Bachelor's or higher | 3559 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lamoille County, VT"
|
||||
classification: county
|
||||
fips: "50015"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 26148
|
||||
population_under_18: 5176
|
||||
population_18_64: 16079
|
||||
population_65_plus: 4893
|
||||
median_household_income: 74908
|
||||
poverty_rate: 8.51
|
||||
homeownership_rate: 72.86
|
||||
unemployment_rate: 3.28
|
||||
median_home_value: 304700
|
||||
gini_index: 0.4591
|
||||
vacancy_rate: 16.74
|
||||
race_white: 24169
|
||||
race_black: 233
|
||||
race_asian: 261
|
||||
race_native: 58
|
||||
hispanic: 661
|
||||
bachelors_plus: 11320
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lamoille County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26148 |
|
||||
| Under 18 | 5176 |
|
||||
| 18–64 | 16079 |
|
||||
| 65+ | 4893 |
|
||||
| Median household income | 74908 |
|
||||
| Poverty rate | 8.51 |
|
||||
| Homeownership rate | 72.86 |
|
||||
| Unemployment rate | 3.28 |
|
||||
| Median home value | 304700 |
|
||||
| Gini index | 0.4591 |
|
||||
| Vacancy rate | 16.74 |
|
||||
| White | 24169 |
|
||||
| Black | 233 |
|
||||
| Asian | 261 |
|
||||
| Native | 58 |
|
||||
| Hispanic/Latino | 661 |
|
||||
| Bachelor's or higher | 11320 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Orange County, VT"
|
||||
classification: county
|
||||
fips: "50017"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 29761
|
||||
population_under_18: 5298
|
||||
population_18_64: 17448
|
||||
population_65_plus: 7015
|
||||
median_household_income: 82232
|
||||
poverty_rate: 9.31
|
||||
homeownership_rate: 83.18
|
||||
unemployment_rate: 2.31
|
||||
median_home_value: 271300
|
||||
gini_index: 0.413
|
||||
vacancy_rate: 15.49
|
||||
race_white: 27755
|
||||
race_black: 108
|
||||
race_asian: 192
|
||||
race_native: 65
|
||||
hispanic: 538
|
||||
bachelors_plus: 12408
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Orange County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 29761 |
|
||||
| Under 18 | 5298 |
|
||||
| 18–64 | 17448 |
|
||||
| 65+ | 7015 |
|
||||
| Median household income | 82232 |
|
||||
| Poverty rate | 9.31 |
|
||||
| Homeownership rate | 83.18 |
|
||||
| Unemployment rate | 2.31 |
|
||||
| Median home value | 271300 |
|
||||
| Gini index | 0.413 |
|
||||
| Vacancy rate | 15.49 |
|
||||
| White | 27755 |
|
||||
| Black | 108 |
|
||||
| Asian | 192 |
|
||||
| Native | 65 |
|
||||
| Hispanic/Latino | 538 |
|
||||
| Bachelor's or higher | 12408 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Orleans County, VT"
|
||||
classification: county
|
||||
fips: "50019"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 27606
|
||||
population_under_18: 5346
|
||||
population_18_64: 15655
|
||||
population_65_plus: 6605
|
||||
median_household_income: 70103
|
||||
poverty_rate: 11.73
|
||||
homeownership_rate: 79.71
|
||||
unemployment_rate: 5.28
|
||||
median_home_value: 223400
|
||||
gini_index: 0.4403
|
||||
vacancy_rate: 27.93
|
||||
race_white: 25862
|
||||
race_black: 255
|
||||
race_asian: 213
|
||||
race_native: 124
|
||||
hispanic: 527
|
||||
bachelors_plus: 8645
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Orleans County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27606 |
|
||||
| Under 18 | 5346 |
|
||||
| 18–64 | 15655 |
|
||||
| 65+ | 6605 |
|
||||
| Median household income | 70103 |
|
||||
| Poverty rate | 11.73 |
|
||||
| Homeownership rate | 79.71 |
|
||||
| Unemployment rate | 5.28 |
|
||||
| Median home value | 223400 |
|
||||
| Gini index | 0.4403 |
|
||||
| Vacancy rate | 27.93 |
|
||||
| White | 25862 |
|
||||
| Black | 255 |
|
||||
| Asian | 213 |
|
||||
| Native | 124 |
|
||||
| Hispanic/Latino | 527 |
|
||||
| Bachelor's or higher | 8645 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Rutland County, VT"
|
||||
classification: county
|
||||
fips: "50021"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 60425
|
||||
population_under_18: 10508
|
||||
population_18_64: 34984
|
||||
population_65_plus: 14933
|
||||
median_household_income: 68616
|
||||
poverty_rate: 11.75
|
||||
homeownership_rate: 75.1
|
||||
unemployment_rate: 4.09
|
||||
median_home_value: 229400
|
||||
gini_index: 0.4636
|
||||
vacancy_rate: 25.51
|
||||
race_white: 56201
|
||||
race_black: 394
|
||||
race_asian: 350
|
||||
race_native: 64
|
||||
hispanic: 1347
|
||||
bachelors_plus: 22264
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rutland County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 60425 |
|
||||
| Under 18 | 10508 |
|
||||
| 18–64 | 34984 |
|
||||
| 65+ | 14933 |
|
||||
| Median household income | 68616 |
|
||||
| Poverty rate | 11.75 |
|
||||
| Homeownership rate | 75.1 |
|
||||
| Unemployment rate | 4.09 |
|
||||
| Median home value | 229400 |
|
||||
| Gini index | 0.4636 |
|
||||
| Vacancy rate | 25.51 |
|
||||
| White | 56201 |
|
||||
| Black | 394 |
|
||||
| Asian | 350 |
|
||||
| Native | 64 |
|
||||
| Hispanic/Latino | 1347 |
|
||||
| Bachelor's or higher | 22264 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Washington County, VT"
|
||||
classification: county
|
||||
fips: "50023"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 60017
|
||||
population_under_18: 10784
|
||||
population_18_64: 36268
|
||||
population_65_plus: 12965
|
||||
median_household_income: 83449
|
||||
poverty_rate: 8.66
|
||||
homeownership_rate: 73.67
|
||||
unemployment_rate: 2.73
|
||||
median_home_value: 315000
|
||||
gini_index: 0.4386
|
||||
vacancy_rate: 16.61
|
||||
race_white: 55238
|
||||
race_black: 524
|
||||
race_asian: 518
|
||||
race_native: 24
|
||||
hispanic: 1664
|
||||
bachelors_plus: 29988
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Washington County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 60017 |
|
||||
| Under 18 | 10784 |
|
||||
| 18–64 | 36268 |
|
||||
| 65+ | 12965 |
|
||||
| Median household income | 83449 |
|
||||
| Poverty rate | 8.66 |
|
||||
| Homeownership rate | 73.67 |
|
||||
| Unemployment rate | 2.73 |
|
||||
| Median home value | 315000 |
|
||||
| Gini index | 0.4386 |
|
||||
| Vacancy rate | 16.61 |
|
||||
| White | 55238 |
|
||||
| Black | 524 |
|
||||
| Asian | 518 |
|
||||
| Native | 24 |
|
||||
| Hispanic/Latino | 1664 |
|
||||
| Bachelor's or higher | 29988 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Windham County, VT"
|
||||
classification: county
|
||||
fips: "50025"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 45923
|
||||
population_under_18: 7729
|
||||
population_18_64: 26447
|
||||
population_65_plus: 11747
|
||||
median_household_income: 72217
|
||||
poverty_rate: 11.58
|
||||
homeownership_rate: 73.94
|
||||
unemployment_rate: 4.76
|
||||
median_home_value: 279600
|
||||
gini_index: 0.4718
|
||||
vacancy_rate: 34.45
|
||||
race_white: 41871
|
||||
race_black: 394
|
||||
race_asian: 548
|
||||
race_native: 75
|
||||
hispanic: 1423
|
||||
bachelors_plus: 22380
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Windham County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45923 |
|
||||
| Under 18 | 7729 |
|
||||
| 18–64 | 26447 |
|
||||
| 65+ | 11747 |
|
||||
| Median household income | 72217 |
|
||||
| Poverty rate | 11.58 |
|
||||
| Homeownership rate | 73.94 |
|
||||
| Unemployment rate | 4.76 |
|
||||
| Median home value | 279600 |
|
||||
| Gini index | 0.4718 |
|
||||
| Vacancy rate | 34.45 |
|
||||
| White | 41871 |
|
||||
| Black | 394 |
|
||||
| Asian | 548 |
|
||||
| Native | 75 |
|
||||
| Hispanic/Latino | 1423 |
|
||||
| Bachelor's or higher | 22380 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Windsor County, VT"
|
||||
classification: county
|
||||
fips: "50027"
|
||||
state: "VT"
|
||||
demographics:
|
||||
population: 57990
|
||||
population_under_18: 10186
|
||||
population_18_64: 33009
|
||||
population_65_plus: 14795
|
||||
median_household_income: 77594
|
||||
poverty_rate: 9.22
|
||||
homeownership_rate: 74.84
|
||||
unemployment_rate: 4.37
|
||||
median_home_value: 296400
|
||||
gini_index: 0.4667
|
||||
vacancy_rate: 27.41
|
||||
race_white: 53730
|
||||
race_black: 291
|
||||
race_asian: 596
|
||||
race_native: 44
|
||||
hispanic: 1327
|
||||
bachelors_plus: 26971
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Windsor County, VT
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 57990 |
|
||||
| Under 18 | 10186 |
|
||||
| 18–64 | 33009 |
|
||||
| 65+ | 14795 |
|
||||
| Median household income | 77594 |
|
||||
| Poverty rate | 9.22 |
|
||||
| Homeownership rate | 74.84 |
|
||||
| Unemployment rate | 4.37 |
|
||||
| Median home value | 296400 |
|
||||
| Gini index | 0.4667 |
|
||||
| Vacancy rate | 27.41 |
|
||||
| White | 53730 |
|
||||
| Black | 291 |
|
||||
| Asian | 596 |
|
||||
| Native | 44 |
|
||||
| Hispanic/Latino | 1327 |
|
||||
| Bachelor's or higher | 26971 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "VT-00"
|
||||
classification: congressional-district
|
||||
state: "VT"
|
||||
district: "VT-00"
|
||||
demographics:
|
||||
population: 648493
|
||||
population_under_18: 132678
|
||||
population_18_64: 198809
|
||||
population_65_plus: 317006
|
||||
median_household_income: 82730
|
||||
poverty_rate: 9.02
|
||||
homeownership_rate: 73.23
|
||||
unemployment_rate: 2.67
|
||||
median_home_value: 352800
|
||||
gini_index: 0.4551
|
||||
vacancy_rate: 16.79
|
||||
race_white: 584330
|
||||
race_black: 6276
|
||||
race_asian: 13343
|
||||
hispanic: 17401
|
||||
bachelors_plus: 213912
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, vt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# VT-00
|
||||
|
||||
Congressional district VT-00.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 648493 |
|
||||
| Under 18 | 132678 |
|
||||
| 18–64 | 198809 |
|
||||
| 65+ | 317006 |
|
||||
| Median household income | 82730 |
|
||||
| Poverty rate | 9.02 |
|
||||
| Homeownership rate | 73.23 |
|
||||
| Unemployment rate | 2.67 |
|
||||
| Median home value | 352800 |
|
||||
| Gini index | 0.4551 |
|
||||
| Vacancy rate | 16.79 |
|
||||
| White | 584330 |
|
||||
| Black | 6276 |
|
||||
| Asian | 13343 |
|
||||
| Hispanic/Latino | 17401 |
|
||||
| Bachelor's or higher | 213912 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user