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: "Adams County, WA"
|
||||
classification: county
|
||||
fips: "53001"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 20800
|
||||
population_under_18: 7223
|
||||
population_18_64: 11048
|
||||
population_65_plus: 2529
|
||||
median_household_income: 66136
|
||||
poverty_rate: 19.55
|
||||
homeownership_rate: 69.31
|
||||
unemployment_rate: 3.59
|
||||
median_home_value: 273300
|
||||
gini_index: 0.4788
|
||||
vacancy_rate: 9.21
|
||||
race_white: 8932
|
||||
race_black: 40
|
||||
race_asian: 119
|
||||
race_native: 483
|
||||
hispanic: 13423
|
||||
bachelors_plus: 2398
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adams County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20800 |
|
||||
| Under 18 | 7223 |
|
||||
| 18–64 | 11048 |
|
||||
| 65+ | 2529 |
|
||||
| Median household income | 66136 |
|
||||
| Poverty rate | 19.55 |
|
||||
| Homeownership rate | 69.31 |
|
||||
| Unemployment rate | 3.59 |
|
||||
| Median home value | 273300 |
|
||||
| Gini index | 0.4788 |
|
||||
| Vacancy rate | 9.21 |
|
||||
| White | 8932 |
|
||||
| Black | 40 |
|
||||
| Asian | 119 |
|
||||
| Native | 483 |
|
||||
| Hispanic/Latino | 13423 |
|
||||
| Bachelor's or higher | 2398 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Asotin County, WA"
|
||||
classification: county
|
||||
fips: "53003"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 22467
|
||||
population_under_18: 4400
|
||||
population_18_64: 12406
|
||||
population_65_plus: 5661
|
||||
median_household_income: 72283
|
||||
poverty_rate: 14.16
|
||||
homeownership_rate: 73.23
|
||||
unemployment_rate: 5.01
|
||||
median_home_value: 325600
|
||||
gini_index: 0.4556
|
||||
vacancy_rate: 6.81
|
||||
race_white: 19815
|
||||
race_black: 210
|
||||
race_asian: 256
|
||||
race_native: 254
|
||||
hispanic: 1028
|
||||
bachelors_plus: 5617
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Asotin County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22467 |
|
||||
| Under 18 | 4400 |
|
||||
| 18–64 | 12406 |
|
||||
| 65+ | 5661 |
|
||||
| Median household income | 72283 |
|
||||
| Poverty rate | 14.16 |
|
||||
| Homeownership rate | 73.23 |
|
||||
| Unemployment rate | 5.01 |
|
||||
| Median home value | 325600 |
|
||||
| Gini index | 0.4556 |
|
||||
| Vacancy rate | 6.81 |
|
||||
| White | 19815 |
|
||||
| Black | 210 |
|
||||
| Asian | 256 |
|
||||
| Native | 254 |
|
||||
| Hispanic/Latino | 1028 |
|
||||
| Bachelor's or higher | 5617 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Benton County, WA"
|
||||
classification: county
|
||||
fips: "53005"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 212905
|
||||
population_under_18: 55579
|
||||
population_18_64: 123530
|
||||
population_65_plus: 33796
|
||||
median_household_income: 89874
|
||||
poverty_rate: 10.99
|
||||
homeownership_rate: 67.63
|
||||
unemployment_rate: 5.32
|
||||
median_home_value: 407800
|
||||
gini_index: 0.4378
|
||||
vacancy_rate: 6.08
|
||||
race_white: 148319
|
||||
race_black: 3542
|
||||
race_asian: 6663
|
||||
race_native: 2237
|
||||
hispanic: 54546
|
||||
bachelors_plus: 64110
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Benton County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 212905 |
|
||||
| Under 18 | 55579 |
|
||||
| 18–64 | 123530 |
|
||||
| 65+ | 33796 |
|
||||
| Median household income | 89874 |
|
||||
| Poverty rate | 10.99 |
|
||||
| Homeownership rate | 67.63 |
|
||||
| Unemployment rate | 5.32 |
|
||||
| Median home value | 407800 |
|
||||
| Gini index | 0.4378 |
|
||||
| Vacancy rate | 6.08 |
|
||||
| White | 148319 |
|
||||
| Black | 3542 |
|
||||
| Asian | 6663 |
|
||||
| Native | 2237 |
|
||||
| Hispanic/Latino | 54546 |
|
||||
| Bachelor's or higher | 64110 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chelan County, WA"
|
||||
classification: county
|
||||
fips: "53007"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 80172
|
||||
population_under_18: 18109
|
||||
population_18_64: 45294
|
||||
population_65_plus: 16769
|
||||
median_household_income: 82381
|
||||
poverty_rate: 8.27
|
||||
homeownership_rate: 64.6
|
||||
unemployment_rate: 3.74
|
||||
median_home_value: 490100
|
||||
gini_index: 0.4651
|
||||
vacancy_rate: 18.5
|
||||
race_white: 53704
|
||||
race_black: 425
|
||||
race_asian: 661
|
||||
race_native: 887
|
||||
hispanic: 23247
|
||||
bachelors_plus: 23640
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chelan County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 80172 |
|
||||
| Under 18 | 18109 |
|
||||
| 18–64 | 45294 |
|
||||
| 65+ | 16769 |
|
||||
| Median household income | 82381 |
|
||||
| Poverty rate | 8.27 |
|
||||
| Homeownership rate | 64.6 |
|
||||
| Unemployment rate | 3.74 |
|
||||
| Median home value | 490100 |
|
||||
| Gini index | 0.4651 |
|
||||
| Vacancy rate | 18.5 |
|
||||
| White | 53704 |
|
||||
| Black | 425 |
|
||||
| Asian | 661 |
|
||||
| Native | 887 |
|
||||
| Hispanic/Latino | 23247 |
|
||||
| Bachelor's or higher | 23640 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clallam County, WA"
|
||||
classification: county
|
||||
fips: "53009"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 77813
|
||||
population_under_18: 12527
|
||||
population_18_64: 40219
|
||||
population_65_plus: 25067
|
||||
median_household_income: 70370
|
||||
poverty_rate: 10.58
|
||||
homeownership_rate: 73.72
|
||||
unemployment_rate: 5.09
|
||||
median_home_value: 421800
|
||||
gini_index: 0.4505
|
||||
vacancy_rate: 9.24
|
||||
race_white: 63706
|
||||
race_black: 656
|
||||
race_asian: 1384
|
||||
race_native: 2743
|
||||
hispanic: 5273
|
||||
bachelors_plus: 26850
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clallam County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 77813 |
|
||||
| Under 18 | 12527 |
|
||||
| 18–64 | 40219 |
|
||||
| 65+ | 25067 |
|
||||
| Median household income | 70370 |
|
||||
| Poverty rate | 10.58 |
|
||||
| Homeownership rate | 73.72 |
|
||||
| Unemployment rate | 5.09 |
|
||||
| Median home value | 421800 |
|
||||
| Gini index | 0.4505 |
|
||||
| Vacancy rate | 9.24 |
|
||||
| White | 63706 |
|
||||
| Black | 656 |
|
||||
| Asian | 1384 |
|
||||
| Native | 2743 |
|
||||
| Hispanic/Latino | 5273 |
|
||||
| Bachelor's or higher | 26850 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clark County, WA"
|
||||
classification: county
|
||||
fips: "53011"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 516959
|
||||
population_under_18: 117472
|
||||
population_18_64: 313411
|
||||
population_65_plus: 86076
|
||||
median_household_income: 97536
|
||||
poverty_rate: 7.98
|
||||
homeownership_rate: 66.35
|
||||
unemployment_rate: 5.29
|
||||
median_home_value: 522900
|
||||
gini_index: 0.4312
|
||||
vacancy_rate: 4.09
|
||||
race_white: 388754
|
||||
race_black: 11253
|
||||
race_asian: 26084
|
||||
race_native: 3943
|
||||
hispanic: 63672
|
||||
bachelors_plus: 163945
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clark County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 516959 |
|
||||
| Under 18 | 117472 |
|
||||
| 18–64 | 313411 |
|
||||
| 65+ | 86076 |
|
||||
| Median household income | 97536 |
|
||||
| Poverty rate | 7.98 |
|
||||
| Homeownership rate | 66.35 |
|
||||
| Unemployment rate | 5.29 |
|
||||
| Median home value | 522900 |
|
||||
| Gini index | 0.4312 |
|
||||
| Vacancy rate | 4.09 |
|
||||
| White | 388754 |
|
||||
| Black | 11253 |
|
||||
| Asian | 26084 |
|
||||
| Native | 3943 |
|
||||
| Hispanic/Latino | 63672 |
|
||||
| Bachelor's or higher | 163945 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Columbia County, WA"
|
||||
classification: county
|
||||
fips: "53013"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 4014
|
||||
population_under_18: 723
|
||||
population_18_64: 2114
|
||||
population_65_plus: 1177
|
||||
median_household_income: 71810
|
||||
poverty_rate: 9.31
|
||||
homeownership_rate: 77.71
|
||||
unemployment_rate: 3.87
|
||||
median_home_value: 271200
|
||||
gini_index: 0.4324
|
||||
vacancy_rate: 16.01
|
||||
race_white: 3337
|
||||
race_black: 22
|
||||
race_asian: 75
|
||||
race_native: 13
|
||||
hispanic: 335
|
||||
bachelors_plus: 1065
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Columbia County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4014 |
|
||||
| Under 18 | 723 |
|
||||
| 18–64 | 2114 |
|
||||
| 65+ | 1177 |
|
||||
| Median household income | 71810 |
|
||||
| Poverty rate | 9.31 |
|
||||
| Homeownership rate | 77.71 |
|
||||
| Unemployment rate | 3.87 |
|
||||
| Median home value | 271200 |
|
||||
| Gini index | 0.4324 |
|
||||
| Vacancy rate | 16.01 |
|
||||
| White | 3337 |
|
||||
| Black | 22 |
|
||||
| Asian | 75 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 335 |
|
||||
| Bachelor's or higher | 1065 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cowlitz County, WA"
|
||||
classification: county
|
||||
fips: "53015"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 112360
|
||||
population_under_18: 25231
|
||||
population_18_64: 64899
|
||||
population_65_plus: 22230
|
||||
median_household_income: 76531
|
||||
poverty_rate: 12.2
|
||||
homeownership_rate: 67.99
|
||||
unemployment_rate: 5.91
|
||||
median_home_value: 397500
|
||||
gini_index: 0.4251
|
||||
vacancy_rate: 5.34
|
||||
race_white: 93447
|
||||
race_black: 759
|
||||
race_asian: 1351
|
||||
race_native: 1452
|
||||
hispanic: 11775
|
||||
bachelors_plus: 18416
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cowlitz County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 112360 |
|
||||
| Under 18 | 25231 |
|
||||
| 18–64 | 64899 |
|
||||
| 65+ | 22230 |
|
||||
| Median household income | 76531 |
|
||||
| Poverty rate | 12.2 |
|
||||
| Homeownership rate | 67.99 |
|
||||
| Unemployment rate | 5.91 |
|
||||
| Median home value | 397500 |
|
||||
| Gini index | 0.4251 |
|
||||
| Vacancy rate | 5.34 |
|
||||
| White | 93447 |
|
||||
| Black | 759 |
|
||||
| Asian | 1351 |
|
||||
| Native | 1452 |
|
||||
| Hispanic/Latino | 11775 |
|
||||
| Bachelor's or higher | 18416 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Douglas County, WA"
|
||||
classification: county
|
||||
fips: "53017"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 44366
|
||||
population_under_18: 10847
|
||||
population_18_64: 25339
|
||||
population_65_plus: 8180
|
||||
median_household_income: 80363
|
||||
poverty_rate: 8.26
|
||||
homeownership_rate: 69.28
|
||||
unemployment_rate: 3.9
|
||||
median_home_value: 432500
|
||||
gini_index: 0.4313
|
||||
vacancy_rate: 11.34
|
||||
race_white: 26955
|
||||
race_black: 193
|
||||
race_asian: 367
|
||||
race_native: 501
|
||||
hispanic: 15729
|
||||
bachelors_plus: 8251
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Douglas County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 44366 |
|
||||
| Under 18 | 10847 |
|
||||
| 18–64 | 25339 |
|
||||
| 65+ | 8180 |
|
||||
| Median household income | 80363 |
|
||||
| Poverty rate | 8.26 |
|
||||
| Homeownership rate | 69.28 |
|
||||
| Unemployment rate | 3.9 |
|
||||
| Median home value | 432500 |
|
||||
| Gini index | 0.4313 |
|
||||
| Vacancy rate | 11.34 |
|
||||
| White | 26955 |
|
||||
| Black | 193 |
|
||||
| Asian | 367 |
|
||||
| Native | 501 |
|
||||
| Hispanic/Latino | 15729 |
|
||||
| Bachelor's or higher | 8251 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ferry County, WA"
|
||||
classification: county
|
||||
fips: "53019"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 7387
|
||||
population_under_18: 1228
|
||||
population_18_64: 3896
|
||||
population_65_plus: 2263
|
||||
median_household_income: 55614
|
||||
poverty_rate: 13.59
|
||||
homeownership_rate: 78.1
|
||||
unemployment_rate: 12.46
|
||||
median_home_value: 283400
|
||||
gini_index: 0.4281
|
||||
vacancy_rate: 23.03
|
||||
race_white: 5339
|
||||
race_black: 24
|
||||
race_asian: 52
|
||||
race_native: 997
|
||||
hispanic: 269
|
||||
bachelors_plus: 1213
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ferry County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7387 |
|
||||
| Under 18 | 1228 |
|
||||
| 18–64 | 3896 |
|
||||
| 65+ | 2263 |
|
||||
| Median household income | 55614 |
|
||||
| Poverty rate | 13.59 |
|
||||
| Homeownership rate | 78.1 |
|
||||
| Unemployment rate | 12.46 |
|
||||
| Median home value | 283400 |
|
||||
| Gini index | 0.4281 |
|
||||
| Vacancy rate | 23.03 |
|
||||
| White | 5339 |
|
||||
| Black | 24 |
|
||||
| Asian | 52 |
|
||||
| Native | 997 |
|
||||
| Hispanic/Latino | 269 |
|
||||
| Bachelor's or higher | 1213 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, WA"
|
||||
classification: county
|
||||
fips: "53021"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 98902
|
||||
population_under_18: 30565
|
||||
population_18_64: 58080
|
||||
population_65_plus: 10257
|
||||
median_household_income: 86714
|
||||
poverty_rate: 13.13
|
||||
homeownership_rate: 70.96
|
||||
unemployment_rate: 5.43
|
||||
median_home_value: 379300
|
||||
gini_index: 0.4242
|
||||
vacancy_rate: 4.15
|
||||
race_white: 44953
|
||||
race_black: 1909
|
||||
race_asian: 1825
|
||||
race_native: 1342
|
||||
hispanic: 54664
|
||||
bachelors_plus: 16765
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 98902 |
|
||||
| Under 18 | 30565 |
|
||||
| 18–64 | 58080 |
|
||||
| 65+ | 10257 |
|
||||
| Median household income | 86714 |
|
||||
| Poverty rate | 13.13 |
|
||||
| Homeownership rate | 70.96 |
|
||||
| Unemployment rate | 5.43 |
|
||||
| Median home value | 379300 |
|
||||
| Gini index | 0.4242 |
|
||||
| Vacancy rate | 4.15 |
|
||||
| White | 44953 |
|
||||
| Black | 1909 |
|
||||
| Asian | 1825 |
|
||||
| Native | 1342 |
|
||||
| Hispanic/Latino | 54664 |
|
||||
| Bachelor's or higher | 16765 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Garfield County, WA"
|
||||
classification: county
|
||||
fips: "53023"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 2353
|
||||
population_under_18: 440
|
||||
population_18_64: 1300
|
||||
population_65_plus: 613
|
||||
median_household_income: 64884
|
||||
poverty_rate: 11.99
|
||||
homeownership_rate: 76.92
|
||||
unemployment_rate: 6.27
|
||||
median_home_value: 239200
|
||||
gini_index: 0.4098
|
||||
vacancy_rate: 15.56
|
||||
race_white: 2092
|
||||
race_black: 19
|
||||
race_asian: 49
|
||||
race_native: 1
|
||||
hispanic: 117
|
||||
bachelors_plus: 766
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Garfield County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2353 |
|
||||
| Under 18 | 440 |
|
||||
| 18–64 | 1300 |
|
||||
| 65+ | 613 |
|
||||
| Median household income | 64884 |
|
||||
| Poverty rate | 11.99 |
|
||||
| Homeownership rate | 76.92 |
|
||||
| Unemployment rate | 6.27 |
|
||||
| Median home value | 239200 |
|
||||
| Gini index | 0.4098 |
|
||||
| Vacancy rate | 15.56 |
|
||||
| White | 2092 |
|
||||
| Black | 19 |
|
||||
| Asian | 49 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 117 |
|
||||
| Bachelor's or higher | 766 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grant County, WA"
|
||||
classification: county
|
||||
fips: "53025"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 101799
|
||||
population_under_18: 28798
|
||||
population_18_64: 58179
|
||||
population_65_plus: 14822
|
||||
median_household_income: 73267
|
||||
poverty_rate: 15.85
|
||||
homeownership_rate: 66.28
|
||||
unemployment_rate: 6.51
|
||||
median_home_value: 299500
|
||||
gini_index: 0.4421
|
||||
vacancy_rate: 11.98
|
||||
race_white: 56828
|
||||
race_black: 1345
|
||||
race_asian: 1066
|
||||
race_native: 1589
|
||||
hispanic: 44645
|
||||
bachelors_plus: 15153
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grant County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 101799 |
|
||||
| Under 18 | 28798 |
|
||||
| 18–64 | 58179 |
|
||||
| 65+ | 14822 |
|
||||
| Median household income | 73267 |
|
||||
| Poverty rate | 15.85 |
|
||||
| Homeownership rate | 66.28 |
|
||||
| Unemployment rate | 6.51 |
|
||||
| Median home value | 299500 |
|
||||
| Gini index | 0.4421 |
|
||||
| Vacancy rate | 11.98 |
|
||||
| White | 56828 |
|
||||
| Black | 1345 |
|
||||
| Asian | 1066 |
|
||||
| Native | 1589 |
|
||||
| Hispanic/Latino | 44645 |
|
||||
| Bachelor's or higher | 15153 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grays Harbor County, WA"
|
||||
classification: county
|
||||
fips: "53027"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 77053
|
||||
population_under_18: 15217
|
||||
population_18_64: 43856
|
||||
population_65_plus: 17980
|
||||
median_household_income: 64414
|
||||
poverty_rate: 15.31
|
||||
homeownership_rate: 73.21
|
||||
unemployment_rate: 7.01
|
||||
median_home_value: 314000
|
||||
gini_index: 0.4358
|
||||
vacancy_rate: 17.15
|
||||
race_white: 60470
|
||||
race_black: 1137
|
||||
race_asian: 1037
|
||||
race_native: 3240
|
||||
hispanic: 8617
|
||||
bachelors_plus: 13656
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grays Harbor County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 77053 |
|
||||
| Under 18 | 15217 |
|
||||
| 18–64 | 43856 |
|
||||
| 65+ | 17980 |
|
||||
| Median household income | 64414 |
|
||||
| Poverty rate | 15.31 |
|
||||
| Homeownership rate | 73.21 |
|
||||
| Unemployment rate | 7.01 |
|
||||
| Median home value | 314000 |
|
||||
| Gini index | 0.4358 |
|
||||
| Vacancy rate | 17.15 |
|
||||
| White | 60470 |
|
||||
| Black | 1137 |
|
||||
| Asian | 1037 |
|
||||
| Native | 3240 |
|
||||
| Hispanic/Latino | 8617 |
|
||||
| Bachelor's or higher | 13656 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Island County, WA"
|
||||
classification: county
|
||||
fips: "53029"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 86836
|
||||
population_under_18: 15049
|
||||
population_18_64: 48528
|
||||
population_65_plus: 23259
|
||||
median_household_income: 90551
|
||||
poverty_rate: 7.7
|
||||
homeownership_rate: 74.75
|
||||
unemployment_rate: 4.3
|
||||
median_home_value: 593300
|
||||
gini_index: 0.4197
|
||||
vacancy_rate: 15.84
|
||||
race_white: 67437
|
||||
race_black: 1969
|
||||
race_asian: 4291
|
||||
race_native: 874
|
||||
hispanic: 7582
|
||||
bachelors_plus: 32984
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Island County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 86836 |
|
||||
| Under 18 | 15049 |
|
||||
| 18–64 | 48528 |
|
||||
| 65+ | 23259 |
|
||||
| Median household income | 90551 |
|
||||
| Poverty rate | 7.7 |
|
||||
| Homeownership rate | 74.75 |
|
||||
| Unemployment rate | 4.3 |
|
||||
| Median home value | 593300 |
|
||||
| Gini index | 0.4197 |
|
||||
| Vacancy rate | 15.84 |
|
||||
| White | 67437 |
|
||||
| Black | 1969 |
|
||||
| Asian | 4291 |
|
||||
| Native | 874 |
|
||||
| Hispanic/Latino | 7582 |
|
||||
| Bachelor's or higher | 32984 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jefferson County, WA"
|
||||
classification: county
|
||||
fips: "53031"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 33577
|
||||
population_under_18: 3747
|
||||
population_18_64: 16157
|
||||
population_65_plus: 13673
|
||||
median_household_income: 74048
|
||||
poverty_rate: 11.09
|
||||
homeownership_rate: 79.05
|
||||
unemployment_rate: 6.65
|
||||
median_home_value: 535000
|
||||
gini_index: 0.487
|
||||
vacancy_rate: 16.35
|
||||
race_white: 28727
|
||||
race_black: 131
|
||||
race_asian: 434
|
||||
race_native: 357
|
||||
hispanic: 1480
|
||||
bachelors_plus: 18142
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jefferson County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33577 |
|
||||
| Under 18 | 3747 |
|
||||
| 18–64 | 16157 |
|
||||
| 65+ | 13673 |
|
||||
| Median household income | 74048 |
|
||||
| Poverty rate | 11.09 |
|
||||
| Homeownership rate | 79.05 |
|
||||
| Unemployment rate | 6.65 |
|
||||
| Median home value | 535000 |
|
||||
| Gini index | 0.487 |
|
||||
| Vacancy rate | 16.35 |
|
||||
| White | 28727 |
|
||||
| Black | 131 |
|
||||
| Asian | 434 |
|
||||
| Native | 357 |
|
||||
| Hispanic/Latino | 1480 |
|
||||
| Bachelor's or higher | 18142 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "King County, WA"
|
||||
classification: county
|
||||
fips: "53033"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 2287171
|
||||
population_under_18: 445594
|
||||
population_18_64: 1520678
|
||||
population_65_plus: 320899
|
||||
median_household_income: 124746
|
||||
poverty_rate: 8.59
|
||||
homeownership_rate: 55.45
|
||||
unemployment_rate: 4.84
|
||||
median_home_value: 859900
|
||||
gini_index: 0.4828
|
||||
vacancy_rate: 6.2
|
||||
race_white: 1251054
|
||||
race_black: 149956
|
||||
race_asian: 472849
|
||||
race_native: 14675
|
||||
hispanic: 251983
|
||||
bachelors_plus: 1340944
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# King County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2287171 |
|
||||
| Under 18 | 445594 |
|
||||
| 18–64 | 1520678 |
|
||||
| 65+ | 320899 |
|
||||
| Median household income | 124746 |
|
||||
| Poverty rate | 8.59 |
|
||||
| Homeownership rate | 55.45 |
|
||||
| Unemployment rate | 4.84 |
|
||||
| Median home value | 859900 |
|
||||
| Gini index | 0.4828 |
|
||||
| Vacancy rate | 6.2 |
|
||||
| White | 1251054 |
|
||||
| Black | 149956 |
|
||||
| Asian | 472849 |
|
||||
| Native | 14675 |
|
||||
| Hispanic/Latino | 251983 |
|
||||
| Bachelor's or higher | 1340944 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kitsap County, WA"
|
||||
classification: county
|
||||
fips: "53035"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 277881
|
||||
population_under_18: 54706
|
||||
population_18_64: 168564
|
||||
population_65_plus: 54611
|
||||
median_household_income: 104158
|
||||
poverty_rate: 8.19
|
||||
homeownership_rate: 70.13
|
||||
unemployment_rate: 4.67
|
||||
median_home_value: 555100
|
||||
gini_index: 0.4335
|
||||
vacancy_rate: 7.21
|
||||
race_white: 208426
|
||||
race_black: 6408
|
||||
race_asian: 13655
|
||||
race_native: 2796
|
||||
hispanic: 26018
|
||||
bachelors_plus: 103110
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kitsap County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 277881 |
|
||||
| Under 18 | 54706 |
|
||||
| 18–64 | 168564 |
|
||||
| 65+ | 54611 |
|
||||
| Median household income | 104158 |
|
||||
| Poverty rate | 8.19 |
|
||||
| Homeownership rate | 70.13 |
|
||||
| Unemployment rate | 4.67 |
|
||||
| Median home value | 555100 |
|
||||
| Gini index | 0.4335 |
|
||||
| Vacancy rate | 7.21 |
|
||||
| White | 208426 |
|
||||
| Black | 6408 |
|
||||
| Asian | 13655 |
|
||||
| Native | 2796 |
|
||||
| Hispanic/Latino | 26018 |
|
||||
| Bachelor's or higher | 103110 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kittitas County, WA"
|
||||
classification: county
|
||||
fips: "53037"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 47172
|
||||
population_under_18: 7872
|
||||
population_18_64: 31260
|
||||
population_65_plus: 8040
|
||||
median_household_income: 73804
|
||||
poverty_rate: 14.38
|
||||
homeownership_rate: 61.49
|
||||
unemployment_rate: 6.29
|
||||
median_home_value: 497400
|
||||
gini_index: 0.4743
|
||||
vacancy_rate: 18.97
|
||||
race_white: 38721
|
||||
race_black: 532
|
||||
race_asian: 813
|
||||
race_native: 237
|
||||
hispanic: 4974
|
||||
bachelors_plus: 15196
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kittitas County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 47172 |
|
||||
| Under 18 | 7872 |
|
||||
| 18–64 | 31260 |
|
||||
| 65+ | 8040 |
|
||||
| Median household income | 73804 |
|
||||
| Poverty rate | 14.38 |
|
||||
| Homeownership rate | 61.49 |
|
||||
| Unemployment rate | 6.29 |
|
||||
| Median home value | 497400 |
|
||||
| Gini index | 0.4743 |
|
||||
| Vacancy rate | 18.97 |
|
||||
| White | 38721 |
|
||||
| Black | 532 |
|
||||
| Asian | 813 |
|
||||
| Native | 237 |
|
||||
| Hispanic/Latino | 4974 |
|
||||
| Bachelor's or higher | 15196 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Klickitat County, WA"
|
||||
classification: county
|
||||
fips: "53039"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 23411
|
||||
population_under_18: 4250
|
||||
population_18_64: 13283
|
||||
population_65_plus: 5878
|
||||
median_household_income: 71042
|
||||
poverty_rate: 12.93
|
||||
homeownership_rate: 76.67
|
||||
unemployment_rate: 5.22
|
||||
median_home_value: 425300
|
||||
gini_index: 0.4533
|
||||
vacancy_rate: 9.8
|
||||
race_white: 19171
|
||||
race_black: 81
|
||||
race_asian: 179
|
||||
race_native: 331
|
||||
hispanic: 3089
|
||||
bachelors_plus: 7995
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Klickitat County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23411 |
|
||||
| Under 18 | 4250 |
|
||||
| 18–64 | 13283 |
|
||||
| 65+ | 5878 |
|
||||
| Median household income | 71042 |
|
||||
| Poverty rate | 12.93 |
|
||||
| Homeownership rate | 76.67 |
|
||||
| Unemployment rate | 5.22 |
|
||||
| Median home value | 425300 |
|
||||
| Gini index | 0.4533 |
|
||||
| Vacancy rate | 9.8 |
|
||||
| White | 19171 |
|
||||
| Black | 81 |
|
||||
| Asian | 179 |
|
||||
| Native | 331 |
|
||||
| Hispanic/Latino | 3089 |
|
||||
| Bachelor's or higher | 7995 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lewis County, WA"
|
||||
classification: county
|
||||
fips: "53041"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 85154
|
||||
population_under_18: 18423
|
||||
population_18_64: 48520
|
||||
population_65_plus: 18211
|
||||
median_household_income: 74796
|
||||
poverty_rate: 12.22
|
||||
homeownership_rate: 75.76
|
||||
unemployment_rate: 5.33
|
||||
median_home_value: 385800
|
||||
gini_index: 0.4243
|
||||
vacancy_rate: 9.85
|
||||
race_white: 70016
|
||||
race_black: 713
|
||||
race_asian: 1011
|
||||
race_native: 1203
|
||||
hispanic: 9810
|
||||
bachelors_plus: 17522
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lewis County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 85154 |
|
||||
| Under 18 | 18423 |
|
||||
| 18–64 | 48520 |
|
||||
| 65+ | 18211 |
|
||||
| Median household income | 74796 |
|
||||
| Poverty rate | 12.22 |
|
||||
| Homeownership rate | 75.76 |
|
||||
| Unemployment rate | 5.33 |
|
||||
| Median home value | 385800 |
|
||||
| Gini index | 0.4243 |
|
||||
| Vacancy rate | 9.85 |
|
||||
| White | 70016 |
|
||||
| Black | 713 |
|
||||
| Asian | 1011 |
|
||||
| Native | 1203 |
|
||||
| Hispanic/Latino | 9810 |
|
||||
| Bachelor's or higher | 17522 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lincoln County, WA"
|
||||
classification: county
|
||||
fips: "53043"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 11489
|
||||
population_under_18: 2505
|
||||
population_18_64: 5972
|
||||
population_65_plus: 3012
|
||||
median_household_income: 71512
|
||||
poverty_rate: 12.46
|
||||
homeownership_rate: 80.37
|
||||
unemployment_rate: 7.77
|
||||
median_home_value: 292800
|
||||
gini_index: 0.4454
|
||||
vacancy_rate: 18.55
|
||||
race_white: 10353
|
||||
race_black: 68
|
||||
race_asian: 54
|
||||
race_native: 218
|
||||
hispanic: 477
|
||||
bachelors_plus: 2630
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lincoln County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11489 |
|
||||
| Under 18 | 2505 |
|
||||
| 18–64 | 5972 |
|
||||
| 65+ | 3012 |
|
||||
| Median household income | 71512 |
|
||||
| Poverty rate | 12.46 |
|
||||
| Homeownership rate | 80.37 |
|
||||
| Unemployment rate | 7.77 |
|
||||
| Median home value | 292800 |
|
||||
| Gini index | 0.4454 |
|
||||
| Vacancy rate | 18.55 |
|
||||
| White | 10353 |
|
||||
| Black | 68 |
|
||||
| Asian | 54 |
|
||||
| Native | 218 |
|
||||
| Hispanic/Latino | 477 |
|
||||
| Bachelor's or higher | 2630 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mason County, WA"
|
||||
classification: county
|
||||
fips: "53045"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 67982
|
||||
population_under_18: 13273
|
||||
population_18_64: 38241
|
||||
population_65_plus: 16468
|
||||
median_household_income: 83270
|
||||
poverty_rate: 12.26
|
||||
homeownership_rate: 82.32
|
||||
unemployment_rate: 6.57
|
||||
median_home_value: 411800
|
||||
gini_index: 0.4095
|
||||
vacancy_rate: 23.78
|
||||
race_white: 52340
|
||||
race_black: 709
|
||||
race_asian: 665
|
||||
race_native: 1578
|
||||
hispanic: 8685
|
||||
bachelors_plus: 14853
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mason County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 67982 |
|
||||
| Under 18 | 13273 |
|
||||
| 18–64 | 38241 |
|
||||
| 65+ | 16468 |
|
||||
| Median household income | 83270 |
|
||||
| Poverty rate | 12.26 |
|
||||
| Homeownership rate | 82.32 |
|
||||
| Unemployment rate | 6.57 |
|
||||
| Median home value | 411800 |
|
||||
| Gini index | 0.4095 |
|
||||
| Vacancy rate | 23.78 |
|
||||
| White | 52340 |
|
||||
| Black | 709 |
|
||||
| Asian | 665 |
|
||||
| Native | 1578 |
|
||||
| Hispanic/Latino | 8685 |
|
||||
| Bachelor's or higher | 14853 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Okanogan County, WA"
|
||||
classification: county
|
||||
fips: "53047"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 43425
|
||||
population_under_18: 9387
|
||||
population_18_64: 23964
|
||||
population_65_plus: 10074
|
||||
median_household_income: 63207
|
||||
poverty_rate: 20.74
|
||||
homeownership_rate: 72.39
|
||||
unemployment_rate: 4.52
|
||||
median_home_value: 299800
|
||||
gini_index: 0.4592
|
||||
vacancy_rate: 20.83
|
||||
race_white: 27935
|
||||
race_black: 559
|
||||
race_asian: 303
|
||||
race_native: 3847
|
||||
hispanic: 9128
|
||||
bachelors_plus: 10737
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Okanogan County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 43425 |
|
||||
| Under 18 | 9387 |
|
||||
| 18–64 | 23964 |
|
||||
| 65+ | 10074 |
|
||||
| Median household income | 63207 |
|
||||
| Poverty rate | 20.74 |
|
||||
| Homeownership rate | 72.39 |
|
||||
| Unemployment rate | 4.52 |
|
||||
| Median home value | 299800 |
|
||||
| Gini index | 0.4592 |
|
||||
| Vacancy rate | 20.83 |
|
||||
| White | 27935 |
|
||||
| Black | 559 |
|
||||
| Asian | 303 |
|
||||
| Native | 3847 |
|
||||
| Hispanic/Latino | 9128 |
|
||||
| Bachelor's or higher | 10737 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pacific County, WA"
|
||||
classification: county
|
||||
fips: "53049"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 23994
|
||||
population_under_18: 3602
|
||||
population_18_64: 12471
|
||||
population_65_plus: 7921
|
||||
median_household_income: 67081
|
||||
poverty_rate: 10.35
|
||||
homeownership_rate: 81.81
|
||||
unemployment_rate: 5.15
|
||||
median_home_value: 334800
|
||||
gini_index: 0.4882
|
||||
vacancy_rate: 32.76
|
||||
race_white: 19714
|
||||
race_black: 157
|
||||
race_asian: 374
|
||||
race_native: 467
|
||||
hispanic: 2378
|
||||
bachelors_plus: 6266
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pacific County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23994 |
|
||||
| Under 18 | 3602 |
|
||||
| 18–64 | 12471 |
|
||||
| 65+ | 7921 |
|
||||
| Median household income | 67081 |
|
||||
| Poverty rate | 10.35 |
|
||||
| Homeownership rate | 81.81 |
|
||||
| Unemployment rate | 5.15 |
|
||||
| Median home value | 334800 |
|
||||
| Gini index | 0.4882 |
|
||||
| Vacancy rate | 32.76 |
|
||||
| White | 19714 |
|
||||
| Black | 157 |
|
||||
| Asian | 374 |
|
||||
| Native | 467 |
|
||||
| Hispanic/Latino | 2378 |
|
||||
| Bachelor's or higher | 6266 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pend Oreille County, WA"
|
||||
classification: county
|
||||
fips: "53051"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 14050
|
||||
population_under_18: 2715
|
||||
population_18_64: 7494
|
||||
population_65_plus: 3841
|
||||
median_household_income: 67436
|
||||
poverty_rate: 14.38
|
||||
homeownership_rate: 80.82
|
||||
unemployment_rate: 6.08
|
||||
median_home_value: 367900
|
||||
gini_index: 0.445
|
||||
vacancy_rate: 26.67
|
||||
race_white: 12038
|
||||
race_black: 25
|
||||
race_asian: 71
|
||||
race_native: 299
|
||||
hispanic: 565
|
||||
bachelors_plus: 2980
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pend Oreille County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14050 |
|
||||
| Under 18 | 2715 |
|
||||
| 18–64 | 7494 |
|
||||
| 65+ | 3841 |
|
||||
| Median household income | 67436 |
|
||||
| Poverty rate | 14.38 |
|
||||
| Homeownership rate | 80.82 |
|
||||
| Unemployment rate | 6.08 |
|
||||
| Median home value | 367900 |
|
||||
| Gini index | 0.445 |
|
||||
| Vacancy rate | 26.67 |
|
||||
| White | 12038 |
|
||||
| Black | 25 |
|
||||
| Asian | 71 |
|
||||
| Native | 299 |
|
||||
| Hispanic/Latino | 565 |
|
||||
| Bachelor's or higher | 2980 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pierce County, WA"
|
||||
classification: county
|
||||
fips: "53053"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 930319
|
||||
population_under_18: 214038
|
||||
population_18_64: 578745
|
||||
population_65_plus: 137536
|
||||
median_household_income: 99564
|
||||
poverty_rate: 8.81
|
||||
homeownership_rate: 64.73
|
||||
unemployment_rate: 5.15
|
||||
median_home_value: 526600
|
||||
gini_index: 0.4232
|
||||
vacancy_rate: 4.97
|
||||
race_white: 595791
|
||||
race_black: 68964
|
||||
race_asian: 64156
|
||||
race_native: 9941
|
||||
hispanic: 119500
|
||||
bachelors_plus: 268021
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pierce County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 930319 |
|
||||
| Under 18 | 214038 |
|
||||
| 18–64 | 578745 |
|
||||
| 65+ | 137536 |
|
||||
| Median household income | 99564 |
|
||||
| Poverty rate | 8.81 |
|
||||
| Homeownership rate | 64.73 |
|
||||
| Unemployment rate | 5.15 |
|
||||
| Median home value | 526600 |
|
||||
| Gini index | 0.4232 |
|
||||
| Vacancy rate | 4.97 |
|
||||
| White | 595791 |
|
||||
| Black | 68964 |
|
||||
| Asian | 64156 |
|
||||
| Native | 9941 |
|
||||
| Hispanic/Latino | 119500 |
|
||||
| Bachelor's or higher | 268021 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "San Juan County, WA"
|
||||
classification: county
|
||||
fips: "53055"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 18478
|
||||
population_under_18: 2323
|
||||
population_18_64: 9499
|
||||
population_65_plus: 6656
|
||||
median_household_income: 84800
|
||||
poverty_rate: 11.34
|
||||
homeownership_rate: 77.99
|
||||
unemployment_rate: 3.66
|
||||
median_home_value: 799200
|
||||
gini_index: 0.532
|
||||
vacancy_rate: 35.56
|
||||
race_white: 16035
|
||||
race_black: 45
|
||||
race_asian: 248
|
||||
race_native: 111
|
||||
hispanic: 1409
|
||||
bachelors_plus: 11868
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# San Juan County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18478 |
|
||||
| Under 18 | 2323 |
|
||||
| 18–64 | 9499 |
|
||||
| 65+ | 6656 |
|
||||
| Median household income | 84800 |
|
||||
| Poverty rate | 11.34 |
|
||||
| Homeownership rate | 77.99 |
|
||||
| Unemployment rate | 3.66 |
|
||||
| Median home value | 799200 |
|
||||
| Gini index | 0.532 |
|
||||
| Vacancy rate | 35.56 |
|
||||
| White | 16035 |
|
||||
| Black | 45 |
|
||||
| Asian | 248 |
|
||||
| Native | 111 |
|
||||
| Hispanic/Latino | 1409 |
|
||||
| Bachelor's or higher | 11868 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Skagit County, WA"
|
||||
classification: county
|
||||
fips: "53057"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 131328
|
||||
population_under_18: 27432
|
||||
population_18_64: 74205
|
||||
population_65_plus: 29691
|
||||
median_household_income: 89263
|
||||
poverty_rate: 11.61
|
||||
homeownership_rate: 70.06
|
||||
unemployment_rate: 4.87
|
||||
median_home_value: 545100
|
||||
gini_index: 0.4327
|
||||
vacancy_rate: 8.28
|
||||
race_white: 98556
|
||||
race_black: 1020
|
||||
race_asian: 2739
|
||||
race_native: 1862
|
||||
hispanic: 25367
|
||||
bachelors_plus: 39728
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Skagit County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 131328 |
|
||||
| Under 18 | 27432 |
|
||||
| 18–64 | 74205 |
|
||||
| 65+ | 29691 |
|
||||
| Median household income | 89263 |
|
||||
| Poverty rate | 11.61 |
|
||||
| Homeownership rate | 70.06 |
|
||||
| Unemployment rate | 4.87 |
|
||||
| Median home value | 545100 |
|
||||
| Gini index | 0.4327 |
|
||||
| Vacancy rate | 8.28 |
|
||||
| White | 98556 |
|
||||
| Black | 1020 |
|
||||
| Asian | 2739 |
|
||||
| Native | 1862 |
|
||||
| Hispanic/Latino | 25367 |
|
||||
| Bachelor's or higher | 39728 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Skamania County, WA"
|
||||
classification: county
|
||||
fips: "53059"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 12402
|
||||
population_under_18: 2081
|
||||
population_18_64: 7297
|
||||
population_65_plus: 3024
|
||||
median_household_income: 93265
|
||||
poverty_rate: 8.07
|
||||
homeownership_rate: 80.02
|
||||
unemployment_rate: 5.19
|
||||
median_home_value: 529500
|
||||
gini_index: 0.4362
|
||||
vacancy_rate: 15.97
|
||||
race_white: 10742
|
||||
race_black: 98
|
||||
race_asian: 158
|
||||
race_native: 120
|
||||
hispanic: 832
|
||||
bachelors_plus: 3869
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Skamania County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12402 |
|
||||
| Under 18 | 2081 |
|
||||
| 18–64 | 7297 |
|
||||
| 65+ | 3024 |
|
||||
| Median household income | 93265 |
|
||||
| Poverty rate | 8.07 |
|
||||
| Homeownership rate | 80.02 |
|
||||
| Unemployment rate | 5.19 |
|
||||
| Median home value | 529500 |
|
||||
| Gini index | 0.4362 |
|
||||
| Vacancy rate | 15.97 |
|
||||
| White | 10742 |
|
||||
| Black | 98 |
|
||||
| Asian | 158 |
|
||||
| Native | 120 |
|
||||
| Hispanic/Latino | 832 |
|
||||
| Bachelor's or higher | 3869 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Snohomish County, WA"
|
||||
classification: county
|
||||
fips: "53061"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 844430
|
||||
population_under_18: 186856
|
||||
population_18_64: 532811
|
||||
population_65_plus: 124763
|
||||
median_household_income: 111246
|
||||
poverty_rate: 8.04
|
||||
homeownership_rate: 68.18
|
||||
unemployment_rate: 4.47
|
||||
median_home_value: 696000
|
||||
gini_index: 0.4331
|
||||
vacancy_rate: 4.62
|
||||
race_white: 541948
|
||||
race_black: 31141
|
||||
race_asian: 114960
|
||||
race_native: 8838
|
||||
hispanic: 102350
|
||||
bachelors_plus: 308148
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Snohomish County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 844430 |
|
||||
| Under 18 | 186856 |
|
||||
| 18–64 | 532811 |
|
||||
| 65+ | 124763 |
|
||||
| Median household income | 111246 |
|
||||
| Poverty rate | 8.04 |
|
||||
| Homeownership rate | 68.18 |
|
||||
| Unemployment rate | 4.47 |
|
||||
| Median home value | 696000 |
|
||||
| Gini index | 0.4331 |
|
||||
| Vacancy rate | 4.62 |
|
||||
| White | 541948 |
|
||||
| Black | 31141 |
|
||||
| Asian | 114960 |
|
||||
| Native | 8838 |
|
||||
| Hispanic/Latino | 102350 |
|
||||
| Bachelor's or higher | 308148 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Spokane County, WA"
|
||||
classification: county
|
||||
fips: "53063"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 549056
|
||||
population_under_18: 118285
|
||||
population_18_64: 335244
|
||||
population_65_plus: 95527
|
||||
median_household_income: 78582
|
||||
poverty_rate: 11.68
|
||||
homeownership_rate: 64.48
|
||||
unemployment_rate: 5.33
|
||||
median_home_value: 410700
|
||||
gini_index: 0.4514
|
||||
vacancy_rate: 5.54
|
||||
race_white: 454089
|
||||
race_black: 11408
|
||||
race_asian: 12568
|
||||
race_native: 5459
|
||||
hispanic: 38877
|
||||
bachelors_plus: 172788
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Spokane County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 549056 |
|
||||
| Under 18 | 118285 |
|
||||
| 18–64 | 335244 |
|
||||
| 65+ | 95527 |
|
||||
| Median household income | 78582 |
|
||||
| Poverty rate | 11.68 |
|
||||
| Homeownership rate | 64.48 |
|
||||
| Unemployment rate | 5.33 |
|
||||
| Median home value | 410700 |
|
||||
| Gini index | 0.4514 |
|
||||
| Vacancy rate | 5.54 |
|
||||
| White | 454089 |
|
||||
| Black | 11408 |
|
||||
| Asian | 12568 |
|
||||
| Native | 5459 |
|
||||
| Hispanic/Latino | 38877 |
|
||||
| Bachelor's or higher | 172788 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Stevens County, WA"
|
||||
classification: county
|
||||
fips: "53065"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 48067
|
||||
population_under_18: 10166
|
||||
population_18_64: 25723
|
||||
population_65_plus: 12178
|
||||
median_household_income: 69327
|
||||
poverty_rate: 12.04
|
||||
homeownership_rate: 79.82
|
||||
unemployment_rate: 5.3
|
||||
median_home_value: 350600
|
||||
gini_index: 0.4589
|
||||
vacancy_rate: 14.96
|
||||
race_white: 40868
|
||||
race_black: 197
|
||||
race_asian: 430
|
||||
race_native: 1954
|
||||
hispanic: 2012
|
||||
bachelors_plus: 10492
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stevens County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 48067 |
|
||||
| Under 18 | 10166 |
|
||||
| 18–64 | 25723 |
|
||||
| 65+ | 12178 |
|
||||
| Median household income | 69327 |
|
||||
| Poverty rate | 12.04 |
|
||||
| Homeownership rate | 79.82 |
|
||||
| Unemployment rate | 5.3 |
|
||||
| Median home value | 350600 |
|
||||
| Gini index | 0.4589 |
|
||||
| Vacancy rate | 14.96 |
|
||||
| White | 40868 |
|
||||
| Black | 197 |
|
||||
| Asian | 430 |
|
||||
| Native | 1954 |
|
||||
| Hispanic/Latino | 2012 |
|
||||
| Bachelor's or higher | 10492 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Thurston County, WA"
|
||||
classification: county
|
||||
fips: "53067"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 299067
|
||||
population_under_18: 62380
|
||||
population_18_64: 180615
|
||||
population_65_plus: 56072
|
||||
median_household_income: 96563
|
||||
poverty_rate: 9.55
|
||||
homeownership_rate: 67.69
|
||||
unemployment_rate: 5.15
|
||||
median_home_value: 480300
|
||||
gini_index: 0.4025
|
||||
vacancy_rate: 5.0
|
||||
race_white: 215637
|
||||
race_black: 9947
|
||||
race_asian: 18347
|
||||
race_native: 3375
|
||||
hispanic: 31748
|
||||
bachelors_plus: 114273
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thurston County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 299067 |
|
||||
| Under 18 | 62380 |
|
||||
| 18–64 | 180615 |
|
||||
| 65+ | 56072 |
|
||||
| Median household income | 96563 |
|
||||
| Poverty rate | 9.55 |
|
||||
| Homeownership rate | 67.69 |
|
||||
| Unemployment rate | 5.15 |
|
||||
| Median home value | 480300 |
|
||||
| Gini index | 0.4025 |
|
||||
| Vacancy rate | 5.0 |
|
||||
| White | 215637 |
|
||||
| Black | 9947 |
|
||||
| Asian | 18347 |
|
||||
| Native | 3375 |
|
||||
| Hispanic/Latino | 31748 |
|
||||
| Bachelor's or higher | 114273 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wahkiakum County, WA"
|
||||
classification: county
|
||||
fips: "53069"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 4658
|
||||
population_under_18: 817
|
||||
population_18_64: 2251
|
||||
population_65_plus: 1590
|
||||
median_household_income: 62653
|
||||
poverty_rate: 17.82
|
||||
homeownership_rate: 83.19
|
||||
unemployment_rate: 3.48
|
||||
median_home_value: 396800
|
||||
gini_index: 0.4787
|
||||
vacancy_rate: 6.67
|
||||
race_white: 4084
|
||||
race_black: 39
|
||||
race_asian: 78
|
||||
race_native: 10
|
||||
hispanic: 261
|
||||
bachelors_plus: 1077
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wahkiakum County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4658 |
|
||||
| Under 18 | 817 |
|
||||
| 18–64 | 2251 |
|
||||
| 65+ | 1590 |
|
||||
| Median household income | 62653 |
|
||||
| Poverty rate | 17.82 |
|
||||
| Homeownership rate | 83.19 |
|
||||
| Unemployment rate | 3.48 |
|
||||
| Median home value | 396800 |
|
||||
| Gini index | 0.4787 |
|
||||
| Vacancy rate | 6.67 |
|
||||
| White | 4084 |
|
||||
| Black | 39 |
|
||||
| Asian | 78 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 261 |
|
||||
| Bachelor's or higher | 1077 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Walla Walla County, WA"
|
||||
classification: county
|
||||
fips: "53071"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 62161
|
||||
population_under_18: 12787
|
||||
population_18_64: 36965
|
||||
population_65_plus: 12409
|
||||
median_household_income: 74202
|
||||
poverty_rate: 12.06
|
||||
homeownership_rate: 64.98
|
||||
unemployment_rate: 6.23
|
||||
median_home_value: 408900
|
||||
gini_index: 0.4618
|
||||
vacancy_rate: 7.77
|
||||
race_white: 45047
|
||||
race_black: 1032
|
||||
race_asian: 1151
|
||||
race_native: 756
|
||||
hispanic: 14816
|
||||
bachelors_plus: 17835
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Walla Walla County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 62161 |
|
||||
| Under 18 | 12787 |
|
||||
| 18–64 | 36965 |
|
||||
| 65+ | 12409 |
|
||||
| Median household income | 74202 |
|
||||
| Poverty rate | 12.06 |
|
||||
| Homeownership rate | 64.98 |
|
||||
| Unemployment rate | 6.23 |
|
||||
| Median home value | 408900 |
|
||||
| Gini index | 0.4618 |
|
||||
| Vacancy rate | 7.77 |
|
||||
| White | 45047 |
|
||||
| Black | 1032 |
|
||||
| Asian | 1151 |
|
||||
| Native | 756 |
|
||||
| Hispanic/Latino | 14816 |
|
||||
| Bachelor's or higher | 17835 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Whatcom County, WA"
|
||||
classification: county
|
||||
fips: "53073"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 230503
|
||||
population_under_18: 42743
|
||||
population_18_64: 144192
|
||||
population_65_plus: 43568
|
||||
median_household_income: 81784
|
||||
poverty_rate: 12.88
|
||||
homeownership_rate: 63.71
|
||||
unemployment_rate: 4.78
|
||||
median_home_value: 585800
|
||||
gini_index: 0.4618
|
||||
vacancy_rate: 9.18
|
||||
race_white: 179852
|
||||
race_black: 2213
|
||||
race_asian: 10078
|
||||
race_native: 4102
|
||||
hispanic: 24461
|
||||
bachelors_plus: 85596
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Whatcom County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 230503 |
|
||||
| Under 18 | 42743 |
|
||||
| 18–64 | 144192 |
|
||||
| 65+ | 43568 |
|
||||
| Median household income | 81784 |
|
||||
| Poverty rate | 12.88 |
|
||||
| Homeownership rate | 63.71 |
|
||||
| Unemployment rate | 4.78 |
|
||||
| Median home value | 585800 |
|
||||
| Gini index | 0.4618 |
|
||||
| Vacancy rate | 9.18 |
|
||||
| White | 179852 |
|
||||
| Black | 2213 |
|
||||
| Asian | 10078 |
|
||||
| Native | 4102 |
|
||||
| Hispanic/Latino | 24461 |
|
||||
| Bachelor's or higher | 85596 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Whitman County, WA"
|
||||
classification: county
|
||||
fips: "53075"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 47003
|
||||
population_under_18: 7439
|
||||
population_18_64: 33967
|
||||
population_65_plus: 5597
|
||||
median_household_income: 55406
|
||||
poverty_rate: 22.66
|
||||
homeownership_rate: 46.82
|
||||
unemployment_rate: 6.98
|
||||
median_home_value: 359600
|
||||
gini_index: 0.5205
|
||||
vacancy_rate: 15.26
|
||||
race_white: 35796
|
||||
race_black: 685
|
||||
race_asian: 3228
|
||||
race_native: 298
|
||||
hispanic: 3827
|
||||
bachelors_plus: 17728
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Whitman County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 47003 |
|
||||
| Under 18 | 7439 |
|
||||
| 18–64 | 33967 |
|
||||
| 65+ | 5597 |
|
||||
| Median household income | 55406 |
|
||||
| Poverty rate | 22.66 |
|
||||
| Homeownership rate | 46.82 |
|
||||
| Unemployment rate | 6.98 |
|
||||
| Median home value | 359600 |
|
||||
| Gini index | 0.5205 |
|
||||
| Vacancy rate | 15.26 |
|
||||
| White | 35796 |
|
||||
| Black | 685 |
|
||||
| Asian | 3228 |
|
||||
| Native | 298 |
|
||||
| Hispanic/Latino | 3827 |
|
||||
| Bachelor's or higher | 17728 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Yakima County, WA"
|
||||
classification: county
|
||||
fips: "53077"
|
||||
state: "WA"
|
||||
demographics:
|
||||
population: 257152
|
||||
population_under_18: 74398
|
||||
population_18_64: 145487
|
||||
population_65_plus: 37267
|
||||
median_household_income: 70656
|
||||
poverty_rate: 15.46
|
||||
homeownership_rate: 61.85
|
||||
unemployment_rate: 7.33
|
||||
median_home_value: 310100
|
||||
gini_index: 0.4246
|
||||
vacancy_rate: 5.11
|
||||
race_white: 120276
|
||||
race_black: 1804
|
||||
race_asian: 3182
|
||||
race_native: 8138
|
||||
hispanic: 134645
|
||||
bachelors_plus: 41240
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, wa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yakima County, WA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 257152 |
|
||||
| Under 18 | 74398 |
|
||||
| 18–64 | 145487 |
|
||||
| 65+ | 37267 |
|
||||
| Median household income | 70656 |
|
||||
| Poverty rate | 15.46 |
|
||||
| Homeownership rate | 61.85 |
|
||||
| Unemployment rate | 7.33 |
|
||||
| Median home value | 310100 |
|
||||
| Gini index | 0.4246 |
|
||||
| Vacancy rate | 5.11 |
|
||||
| White | 120276 |
|
||||
| Black | 1804 |
|
||||
| Asian | 3182 |
|
||||
| Native | 8138 |
|
||||
| Hispanic/Latino | 134645 |
|
||||
| Bachelor's or higher | 41240 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user