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, PA"
|
||||
classification: county
|
||||
fips: "42001"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 106115
|
||||
population_under_18: 20638
|
||||
population_18_64: 62347
|
||||
population_65_plus: 23130
|
||||
median_household_income: 84092
|
||||
poverty_rate: 8.19
|
||||
homeownership_rate: 78.88
|
||||
unemployment_rate: 3.36
|
||||
median_home_value: 268500
|
||||
gini_index: 0.3994
|
||||
vacancy_rate: 6.48
|
||||
race_white: 94377
|
||||
race_black: 1952
|
||||
race_asian: 1000
|
||||
race_native: 347
|
||||
hispanic: 8213
|
||||
bachelors_plus: 27421
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Adams County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 106115 |
|
||||
| Under 18 | 20638 |
|
||||
| 18–64 | 62347 |
|
||||
| 65+ | 23130 |
|
||||
| Median household income | 84092 |
|
||||
| Poverty rate | 8.19 |
|
||||
| Homeownership rate | 78.88 |
|
||||
| Unemployment rate | 3.36 |
|
||||
| Median home value | 268500 |
|
||||
| Gini index | 0.3994 |
|
||||
| Vacancy rate | 6.48 |
|
||||
| White | 94377 |
|
||||
| Black | 1952 |
|
||||
| Asian | 1000 |
|
||||
| Native | 347 |
|
||||
| Hispanic/Latino | 8213 |
|
||||
| Bachelor's or higher | 27421 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Allegheny County, PA"
|
||||
classification: county
|
||||
fips: "42003"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 1238177
|
||||
population_under_18: 230228
|
||||
population_18_64: 758063
|
||||
population_65_plus: 249886
|
||||
median_household_income: 78548
|
||||
poverty_rate: 11.52
|
||||
homeownership_rate: 65.17
|
||||
unemployment_rate: 5.04
|
||||
median_home_value: 227600
|
||||
gini_index: 0.4852
|
||||
vacancy_rate: 10.06
|
||||
race_white: 941697
|
||||
race_black: 154273
|
||||
race_asian: 53826
|
||||
race_native: 1255
|
||||
hispanic: 36691
|
||||
bachelors_plus: 585673
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Allegheny County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1238177 |
|
||||
| Under 18 | 230228 |
|
||||
| 18–64 | 758063 |
|
||||
| 65+ | 249886 |
|
||||
| Median household income | 78548 |
|
||||
| Poverty rate | 11.52 |
|
||||
| Homeownership rate | 65.17 |
|
||||
| Unemployment rate | 5.04 |
|
||||
| Median home value | 227600 |
|
||||
| Gini index | 0.4852 |
|
||||
| Vacancy rate | 10.06 |
|
||||
| White | 941697 |
|
||||
| Black | 154273 |
|
||||
| Asian | 53826 |
|
||||
| Native | 1255 |
|
||||
| Hispanic/Latino | 36691 |
|
||||
| Bachelor's or higher | 585673 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Armstrong County, PA"
|
||||
classification: county
|
||||
fips: "42005"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 64622
|
||||
population_under_18: 12227
|
||||
population_18_64: 36874
|
||||
population_65_plus: 15521
|
||||
median_household_income: 65008
|
||||
poverty_rate: 11.79
|
||||
homeownership_rate: 78.82
|
||||
unemployment_rate: 4.33
|
||||
median_home_value: 157300
|
||||
gini_index: 0.4293
|
||||
vacancy_rate: 12.74
|
||||
race_white: 61501
|
||||
race_black: 608
|
||||
race_asian: 228
|
||||
race_native: 12
|
||||
hispanic: 605
|
||||
bachelors_plus: 12329
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Armstrong County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 64622 |
|
||||
| Under 18 | 12227 |
|
||||
| 18–64 | 36874 |
|
||||
| 65+ | 15521 |
|
||||
| Median household income | 65008 |
|
||||
| Poverty rate | 11.79 |
|
||||
| Homeownership rate | 78.82 |
|
||||
| Unemployment rate | 4.33 |
|
||||
| Median home value | 157300 |
|
||||
| Gini index | 0.4293 |
|
||||
| Vacancy rate | 12.74 |
|
||||
| White | 61501 |
|
||||
| Black | 608 |
|
||||
| Asian | 228 |
|
||||
| Native | 12 |
|
||||
| Hispanic/Latino | 605 |
|
||||
| Bachelor's or higher | 12329 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Beaver County, PA"
|
||||
classification: county
|
||||
fips: "42007"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 166324
|
||||
population_under_18: 32226
|
||||
population_18_64: 96473
|
||||
population_65_plus: 37625
|
||||
median_household_income: 71089
|
||||
poverty_rate: 9.9
|
||||
homeownership_rate: 75.04
|
||||
unemployment_rate: 5.26
|
||||
median_home_value: 190900
|
||||
gini_index: 0.4316
|
||||
vacancy_rate: 8.91
|
||||
race_white: 144595
|
||||
race_black: 10367
|
||||
race_asian: 795
|
||||
race_native: 143
|
||||
hispanic: 3968
|
||||
bachelors_plus: 46077
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Beaver County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 166324 |
|
||||
| Under 18 | 32226 |
|
||||
| 18–64 | 96473 |
|
||||
| 65+ | 37625 |
|
||||
| Median household income | 71089 |
|
||||
| Poverty rate | 9.9 |
|
||||
| Homeownership rate | 75.04 |
|
||||
| Unemployment rate | 5.26 |
|
||||
| Median home value | 190900 |
|
||||
| Gini index | 0.4316 |
|
||||
| Vacancy rate | 8.91 |
|
||||
| White | 144595 |
|
||||
| Black | 10367 |
|
||||
| Asian | 795 |
|
||||
| Native | 143 |
|
||||
| Hispanic/Latino | 3968 |
|
||||
| Bachelor's or higher | 46077 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bedford County, PA"
|
||||
classification: county
|
||||
fips: "42009"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 47513
|
||||
population_under_18: 9234
|
||||
population_18_64: 26888
|
||||
population_65_plus: 11391
|
||||
median_household_income: 59992
|
||||
poverty_rate: 11.55
|
||||
homeownership_rate: 77.54
|
||||
unemployment_rate: 3.91
|
||||
median_home_value: 179000
|
||||
gini_index: 0.4308
|
||||
vacancy_rate: 16.2
|
||||
race_white: 45397
|
||||
race_black: 342
|
||||
race_asian: 247
|
||||
race_native: 31
|
||||
hispanic: 644
|
||||
bachelors_plus: 7621
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bedford County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 47513 |
|
||||
| Under 18 | 9234 |
|
||||
| 18–64 | 26888 |
|
||||
| 65+ | 11391 |
|
||||
| Median household income | 59992 |
|
||||
| Poverty rate | 11.55 |
|
||||
| Homeownership rate | 77.54 |
|
||||
| Unemployment rate | 3.91 |
|
||||
| Median home value | 179000 |
|
||||
| Gini index | 0.4308 |
|
||||
| Vacancy rate | 16.2 |
|
||||
| White | 45397 |
|
||||
| Black | 342 |
|
||||
| Asian | 247 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 644 |
|
||||
| Bachelor's or higher | 7621 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Berks County, PA"
|
||||
classification: county
|
||||
fips: "42011"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 433015
|
||||
population_under_18: 95140
|
||||
population_18_64: 259775
|
||||
population_65_plus: 78100
|
||||
median_household_income: 79777
|
||||
poverty_rate: 12.23
|
||||
homeownership_rate: 71.27
|
||||
unemployment_rate: 5.43
|
||||
median_home_value: 257300
|
||||
gini_index: 0.4455
|
||||
vacancy_rate: 4.86
|
||||
race_white: 301447
|
||||
race_black: 19969
|
||||
race_asian: 5859
|
||||
race_native: 2854
|
||||
hispanic: 107531
|
||||
bachelors_plus: 112321
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Berks County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 433015 |
|
||||
| Under 18 | 95140 |
|
||||
| 18–64 | 259775 |
|
||||
| 65+ | 78100 |
|
||||
| Median household income | 79777 |
|
||||
| Poverty rate | 12.23 |
|
||||
| Homeownership rate | 71.27 |
|
||||
| Unemployment rate | 5.43 |
|
||||
| Median home value | 257300 |
|
||||
| Gini index | 0.4455 |
|
||||
| Vacancy rate | 4.86 |
|
||||
| White | 301447 |
|
||||
| Black | 19969 |
|
||||
| Asian | 5859 |
|
||||
| Native | 2854 |
|
||||
| Hispanic/Latino | 107531 |
|
||||
| Bachelor's or higher | 112321 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Blair County, PA"
|
||||
classification: county
|
||||
fips: "42013"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 121277
|
||||
population_under_18: 24416
|
||||
population_18_64: 70793
|
||||
population_65_plus: 26068
|
||||
median_household_income: 62382
|
||||
poverty_rate: 12.04
|
||||
homeownership_rate: 72.35
|
||||
unemployment_rate: 4.39
|
||||
median_home_value: 161100
|
||||
gini_index: 0.446
|
||||
vacancy_rate: 9.56
|
||||
race_white: 111706
|
||||
race_black: 2423
|
||||
race_asian: 849
|
||||
race_native: 37
|
||||
hispanic: 1925
|
||||
bachelors_plus: 27802
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Blair County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 121277 |
|
||||
| Under 18 | 24416 |
|
||||
| 18–64 | 70793 |
|
||||
| 65+ | 26068 |
|
||||
| Median household income | 62382 |
|
||||
| Poverty rate | 12.04 |
|
||||
| Homeownership rate | 72.35 |
|
||||
| Unemployment rate | 4.39 |
|
||||
| Median home value | 161100 |
|
||||
| Gini index | 0.446 |
|
||||
| Vacancy rate | 9.56 |
|
||||
| White | 111706 |
|
||||
| Black | 2423 |
|
||||
| Asian | 849 |
|
||||
| Native | 37 |
|
||||
| Hispanic/Latino | 1925 |
|
||||
| Bachelor's or higher | 27802 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bradford County, PA"
|
||||
classification: county
|
||||
fips: "42015"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 59858
|
||||
population_under_18: 13248
|
||||
population_18_64: 33197
|
||||
population_65_plus: 13413
|
||||
median_household_income: 63675
|
||||
poverty_rate: 12.65
|
||||
homeownership_rate: 72.16
|
||||
unemployment_rate: 6.34
|
||||
median_home_value: 187500
|
||||
gini_index: 0.4465
|
||||
vacancy_rate: 16.54
|
||||
race_white: 56595
|
||||
race_black: 563
|
||||
race_asian: 327
|
||||
race_native: 39
|
||||
hispanic: 1011
|
||||
bachelors_plus: 12203
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bradford County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 59858 |
|
||||
| Under 18 | 13248 |
|
||||
| 18–64 | 33197 |
|
||||
| 65+ | 13413 |
|
||||
| Median household income | 63675 |
|
||||
| Poverty rate | 12.65 |
|
||||
| Homeownership rate | 72.16 |
|
||||
| Unemployment rate | 6.34 |
|
||||
| Median home value | 187500 |
|
||||
| Gini index | 0.4465 |
|
||||
| Vacancy rate | 16.54 |
|
||||
| White | 56595 |
|
||||
| Black | 563 |
|
||||
| Asian | 327 |
|
||||
| Native | 39 |
|
||||
| Hispanic/Latino | 1011 |
|
||||
| Bachelor's or higher | 12203 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bucks County, PA"
|
||||
classification: county
|
||||
fips: "42017"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 647461
|
||||
population_under_18: 128990
|
||||
population_18_64: 385485
|
||||
population_65_plus: 132986
|
||||
median_household_income: 114764
|
||||
poverty_rate: 6.1
|
||||
homeownership_rate: 77.8
|
||||
unemployment_rate: 4.4
|
||||
median_home_value: 445700
|
||||
gini_index: 0.4472
|
||||
vacancy_rate: 3.14
|
||||
race_white: 525093
|
||||
race_black: 24691
|
||||
race_asian: 32489
|
||||
race_native: 1020
|
||||
hispanic: 42668
|
||||
bachelors_plus: 295620
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bucks County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 647461 |
|
||||
| Under 18 | 128990 |
|
||||
| 18–64 | 385485 |
|
||||
| 65+ | 132986 |
|
||||
| Median household income | 114764 |
|
||||
| Poverty rate | 6.1 |
|
||||
| Homeownership rate | 77.8 |
|
||||
| Unemployment rate | 4.4 |
|
||||
| Median home value | 445700 |
|
||||
| Gini index | 0.4472 |
|
||||
| Vacancy rate | 3.14 |
|
||||
| White | 525093 |
|
||||
| Black | 24691 |
|
||||
| Asian | 32489 |
|
||||
| Native | 1020 |
|
||||
| Hispanic/Latino | 42668 |
|
||||
| Bachelor's or higher | 295620 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Butler County, PA"
|
||||
classification: county
|
||||
fips: "42019"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 197254
|
||||
population_under_18: 37980
|
||||
population_18_64: 118579
|
||||
population_65_plus: 40695
|
||||
median_household_income: 89843
|
||||
poverty_rate: 8.15
|
||||
homeownership_rate: 76.94
|
||||
unemployment_rate: 4.41
|
||||
median_home_value: 294200
|
||||
gini_index: 0.455
|
||||
vacancy_rate: 7.5
|
||||
race_white: 183018
|
||||
race_black: 2113
|
||||
race_asian: 2846
|
||||
race_native: 223
|
||||
hispanic: 3981
|
||||
bachelors_plus: 76890
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Butler County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 197254 |
|
||||
| Under 18 | 37980 |
|
||||
| 18–64 | 118579 |
|
||||
| 65+ | 40695 |
|
||||
| Median household income | 89843 |
|
||||
| Poverty rate | 8.15 |
|
||||
| Homeownership rate | 76.94 |
|
||||
| Unemployment rate | 4.41 |
|
||||
| Median home value | 294200 |
|
||||
| Gini index | 0.455 |
|
||||
| Vacancy rate | 7.5 |
|
||||
| White | 183018 |
|
||||
| Black | 2113 |
|
||||
| Asian | 2846 |
|
||||
| Native | 223 |
|
||||
| Hispanic/Latino | 3981 |
|
||||
| Bachelor's or higher | 76890 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cambria County, PA"
|
||||
classification: county
|
||||
fips: "42021"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 131538
|
||||
population_under_18: 25261
|
||||
population_18_64: 74787
|
||||
population_65_plus: 31490
|
||||
median_household_income: 58418
|
||||
poverty_rate: 14.23
|
||||
homeownership_rate: 76.37
|
||||
unemployment_rate: 4.65
|
||||
median_home_value: 121000
|
||||
gini_index: 0.4592
|
||||
vacancy_rate: 13.16
|
||||
race_white: 119720
|
||||
race_black: 4024
|
||||
race_asian: 754
|
||||
race_native: 62
|
||||
hispanic: 2796
|
||||
bachelors_plus: 30434
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cambria County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 131538 |
|
||||
| Under 18 | 25261 |
|
||||
| 18–64 | 74787 |
|
||||
| 65+ | 31490 |
|
||||
| Median household income | 58418 |
|
||||
| Poverty rate | 14.23 |
|
||||
| Homeownership rate | 76.37 |
|
||||
| Unemployment rate | 4.65 |
|
||||
| Median home value | 121000 |
|
||||
| Gini index | 0.4592 |
|
||||
| Vacancy rate | 13.16 |
|
||||
| White | 119720 |
|
||||
| Black | 4024 |
|
||||
| Asian | 754 |
|
||||
| Native | 62 |
|
||||
| Hispanic/Latino | 2796 |
|
||||
| Bachelor's or higher | 30434 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cameron County, PA"
|
||||
classification: county
|
||||
fips: "42023"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 4427
|
||||
population_under_18: 748
|
||||
population_18_64: 2375
|
||||
population_65_plus: 1304
|
||||
median_household_income: 50573
|
||||
poverty_rate: 13.51
|
||||
homeownership_rate: 72.43
|
||||
unemployment_rate: 7.8
|
||||
median_home_value: 88900
|
||||
gini_index: 0.419
|
||||
vacancy_rate: 43.47
|
||||
race_white: 4101
|
||||
race_black: 4
|
||||
race_asian: 20
|
||||
race_native: 13
|
||||
hispanic: 31
|
||||
bachelors_plus: 581
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cameron County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4427 |
|
||||
| Under 18 | 748 |
|
||||
| 18–64 | 2375 |
|
||||
| 65+ | 1304 |
|
||||
| Median household income | 50573 |
|
||||
| Poverty rate | 13.51 |
|
||||
| Homeownership rate | 72.43 |
|
||||
| Unemployment rate | 7.8 |
|
||||
| Median home value | 88900 |
|
||||
| Gini index | 0.419 |
|
||||
| Vacancy rate | 43.47 |
|
||||
| White | 4101 |
|
||||
| Black | 4 |
|
||||
| Asian | 20 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 31 |
|
||||
| Bachelor's or higher | 581 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carbon County, PA"
|
||||
classification: county
|
||||
fips: "42025"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 65382
|
||||
population_under_18: 12375
|
||||
population_18_64: 38212
|
||||
population_65_plus: 14795
|
||||
median_household_income: 67554
|
||||
poverty_rate: 12.31
|
||||
homeownership_rate: 76.4
|
||||
unemployment_rate: 7.46
|
||||
median_home_value: 211400
|
||||
gini_index: 0.4286
|
||||
vacancy_rate: 20.81
|
||||
race_white: 58151
|
||||
race_black: 1467
|
||||
race_asian: 385
|
||||
race_native: 241
|
||||
hispanic: 4522
|
||||
bachelors_plus: 12182
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carbon County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 65382 |
|
||||
| Under 18 | 12375 |
|
||||
| 18–64 | 38212 |
|
||||
| 65+ | 14795 |
|
||||
| Median household income | 67554 |
|
||||
| Poverty rate | 12.31 |
|
||||
| Homeownership rate | 76.4 |
|
||||
| Unemployment rate | 7.46 |
|
||||
| Median home value | 211400 |
|
||||
| Gini index | 0.4286 |
|
||||
| Vacancy rate | 20.81 |
|
||||
| White | 58151 |
|
||||
| Black | 1467 |
|
||||
| Asian | 385 |
|
||||
| Native | 241 |
|
||||
| Hispanic/Latino | 4522 |
|
||||
| Bachelor's or higher | 12182 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Centre County, PA"
|
||||
classification: county
|
||||
fips: "42027"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 158576
|
||||
population_under_18: 23235
|
||||
population_18_64: 110069
|
||||
population_65_plus: 25272
|
||||
median_household_income: 74291
|
||||
poverty_rate: 16.32
|
||||
homeownership_rate: 61.79
|
||||
unemployment_rate: 4.25
|
||||
median_home_value: 323500
|
||||
gini_index: 0.4768
|
||||
vacancy_rate: 11.23
|
||||
race_white: 133022
|
||||
race_black: 5257
|
||||
race_asian: 9133
|
||||
race_native: 475
|
||||
hispanic: 5824
|
||||
bachelors_plus: 68231
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Centre County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 158576 |
|
||||
| Under 18 | 23235 |
|
||||
| 18–64 | 110069 |
|
||||
| 65+ | 25272 |
|
||||
| Median household income | 74291 |
|
||||
| Poverty rate | 16.32 |
|
||||
| Homeownership rate | 61.79 |
|
||||
| Unemployment rate | 4.25 |
|
||||
| Median home value | 323500 |
|
||||
| Gini index | 0.4768 |
|
||||
| Vacancy rate | 11.23 |
|
||||
| White | 133022 |
|
||||
| Black | 5257 |
|
||||
| Asian | 9133 |
|
||||
| Native | 475 |
|
||||
| Hispanic/Latino | 5824 |
|
||||
| Bachelor's or higher | 68231 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chester County, PA"
|
||||
classification: county
|
||||
fips: "42029"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 547840
|
||||
population_under_18: 120444
|
||||
population_18_64: 330280
|
||||
population_65_plus: 97116
|
||||
median_household_income: 127208
|
||||
poverty_rate: 5.98
|
||||
homeownership_rate: 75.05
|
||||
unemployment_rate: 3.77
|
||||
median_home_value: 485600
|
||||
gini_index: 0.4469
|
||||
vacancy_rate: 3.63
|
||||
race_white: 422108
|
||||
race_black: 28542
|
||||
race_asian: 37240
|
||||
race_native: 604
|
||||
hispanic: 45958
|
||||
bachelors_plus: 306773
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chester County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 547840 |
|
||||
| Under 18 | 120444 |
|
||||
| 18–64 | 330280 |
|
||||
| 65+ | 97116 |
|
||||
| Median household income | 127208 |
|
||||
| Poverty rate | 5.98 |
|
||||
| Homeownership rate | 75.05 |
|
||||
| Unemployment rate | 3.77 |
|
||||
| Median home value | 485600 |
|
||||
| Gini index | 0.4469 |
|
||||
| Vacancy rate | 3.63 |
|
||||
| White | 422108 |
|
||||
| Black | 28542 |
|
||||
| Asian | 37240 |
|
||||
| Native | 604 |
|
||||
| Hispanic/Latino | 45958 |
|
||||
| Bachelor's or higher | 306773 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clarion County, PA"
|
||||
classification: county
|
||||
fips: "42031"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 37179
|
||||
population_under_18: 7058
|
||||
population_18_64: 22463
|
||||
population_65_plus: 7658
|
||||
median_household_income: 62649
|
||||
poverty_rate: 13.11
|
||||
homeownership_rate: 72.49
|
||||
unemployment_rate: 5.07
|
||||
median_home_value: 155700
|
||||
gini_index: 0.4287
|
||||
vacancy_rate: 20.19
|
||||
race_white: 35093
|
||||
race_black: 625
|
||||
race_asian: 255
|
||||
race_native: 5
|
||||
hispanic: 435
|
||||
bachelors_plus: 8160
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clarion County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37179 |
|
||||
| Under 18 | 7058 |
|
||||
| 18–64 | 22463 |
|
||||
| 65+ | 7658 |
|
||||
| Median household income | 62649 |
|
||||
| Poverty rate | 13.11 |
|
||||
| Homeownership rate | 72.49 |
|
||||
| Unemployment rate | 5.07 |
|
||||
| Median home value | 155700 |
|
||||
| Gini index | 0.4287 |
|
||||
| Vacancy rate | 20.19 |
|
||||
| White | 35093 |
|
||||
| Black | 625 |
|
||||
| Asian | 255 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 435 |
|
||||
| Bachelor's or higher | 8160 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clearfield County, PA"
|
||||
classification: county
|
||||
fips: "42033"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 78635
|
||||
population_under_18: 14337
|
||||
population_18_64: 47166
|
||||
population_65_plus: 17132
|
||||
median_household_income: 62152
|
||||
poverty_rate: 14.61
|
||||
homeownership_rate: 78.52
|
||||
unemployment_rate: 5.91
|
||||
median_home_value: 137000
|
||||
gini_index: 0.4386
|
||||
vacancy_rate: 14.87
|
||||
race_white: 73217
|
||||
race_black: 1556
|
||||
race_asian: 451
|
||||
race_native: 51
|
||||
hispanic: 2378
|
||||
bachelors_plus: 15723
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clearfield County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 78635 |
|
||||
| Under 18 | 14337 |
|
||||
| 18–64 | 47166 |
|
||||
| 65+ | 17132 |
|
||||
| Median household income | 62152 |
|
||||
| Poverty rate | 14.61 |
|
||||
| Homeownership rate | 78.52 |
|
||||
| Unemployment rate | 5.91 |
|
||||
| Median home value | 137000 |
|
||||
| Gini index | 0.4386 |
|
||||
| Vacancy rate | 14.87 |
|
||||
| White | 73217 |
|
||||
| Black | 1556 |
|
||||
| Asian | 451 |
|
||||
| Native | 51 |
|
||||
| Hispanic/Latino | 2378 |
|
||||
| Bachelor's or higher | 15723 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clinton County, PA"
|
||||
classification: county
|
||||
fips: "42035"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 37798
|
||||
population_under_18: 7620
|
||||
population_18_64: 22613
|
||||
population_65_plus: 7565
|
||||
median_household_income: 60816
|
||||
poverty_rate: 14.81
|
||||
homeownership_rate: 72.3
|
||||
unemployment_rate: 5.64
|
||||
median_home_value: 175900
|
||||
gini_index: 0.4319
|
||||
vacancy_rate: 17.15
|
||||
race_white: 35538
|
||||
race_black: 391
|
||||
race_asian: 224
|
||||
race_native: 19
|
||||
hispanic: 719
|
||||
bachelors_plus: 7390
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clinton County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37798 |
|
||||
| Under 18 | 7620 |
|
||||
| 18–64 | 22613 |
|
||||
| 65+ | 7565 |
|
||||
| Median household income | 60816 |
|
||||
| Poverty rate | 14.81 |
|
||||
| Homeownership rate | 72.3 |
|
||||
| Unemployment rate | 5.64 |
|
||||
| Median home value | 175900 |
|
||||
| Gini index | 0.4319 |
|
||||
| Vacancy rate | 17.15 |
|
||||
| White | 35538 |
|
||||
| Black | 391 |
|
||||
| Asian | 224 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 719 |
|
||||
| Bachelor's or higher | 7390 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Columbia County, PA"
|
||||
classification: county
|
||||
fips: "42037"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 65362
|
||||
population_under_18: 11483
|
||||
population_18_64: 40585
|
||||
population_65_plus: 13294
|
||||
median_household_income: 64644
|
||||
poverty_rate: 13.74
|
||||
homeownership_rate: 69.5
|
||||
unemployment_rate: 5.98
|
||||
median_home_value: 206200
|
||||
gini_index: 0.4362
|
||||
vacancy_rate: 11.65
|
||||
race_white: 59749
|
||||
race_black: 1184
|
||||
race_asian: 485
|
||||
race_native: 134
|
||||
hispanic: 2663
|
||||
bachelors_plus: 16465
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Columbia County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 65362 |
|
||||
| Under 18 | 11483 |
|
||||
| 18–64 | 40585 |
|
||||
| 65+ | 13294 |
|
||||
| Median household income | 64644 |
|
||||
| Poverty rate | 13.74 |
|
||||
| Homeownership rate | 69.5 |
|
||||
| Unemployment rate | 5.98 |
|
||||
| Median home value | 206200 |
|
||||
| Gini index | 0.4362 |
|
||||
| Vacancy rate | 11.65 |
|
||||
| White | 59749 |
|
||||
| Black | 1184 |
|
||||
| Asian | 485 |
|
||||
| Native | 134 |
|
||||
| Hispanic/Latino | 2663 |
|
||||
| Bachelor's or higher | 16465 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crawford County, PA"
|
||||
classification: county
|
||||
fips: "42039"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 82716
|
||||
population_under_18: 17004
|
||||
population_18_64: 46929
|
||||
population_65_plus: 18783
|
||||
median_household_income: 60476
|
||||
poverty_rate: 14.32
|
||||
homeownership_rate: 74.7
|
||||
unemployment_rate: 5.01
|
||||
median_home_value: 153200
|
||||
gini_index: 0.4454
|
||||
vacancy_rate: 19.73
|
||||
race_white: 77153
|
||||
race_black: 1148
|
||||
race_asian: 457
|
||||
race_native: 46
|
||||
hispanic: 1327
|
||||
bachelors_plus: 16974
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crawford County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 82716 |
|
||||
| Under 18 | 17004 |
|
||||
| 18–64 | 46929 |
|
||||
| 65+ | 18783 |
|
||||
| Median household income | 60476 |
|
||||
| Poverty rate | 14.32 |
|
||||
| Homeownership rate | 74.7 |
|
||||
| Unemployment rate | 5.01 |
|
||||
| Median home value | 153200 |
|
||||
| Gini index | 0.4454 |
|
||||
| Vacancy rate | 19.73 |
|
||||
| White | 77153 |
|
||||
| Black | 1148 |
|
||||
| Asian | 457 |
|
||||
| Native | 46 |
|
||||
| Hispanic/Latino | 1327 |
|
||||
| Bachelor's or higher | 16974 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cumberland County, PA"
|
||||
classification: county
|
||||
fips: "42041"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 268323
|
||||
population_under_18: 54926
|
||||
population_18_64: 162411
|
||||
population_65_plus: 50986
|
||||
median_household_income: 87494
|
||||
poverty_rate: 7.48
|
||||
homeownership_rate: 71.34
|
||||
unemployment_rate: 3.68
|
||||
median_home_value: 277600
|
||||
gini_index: 0.4247
|
||||
vacancy_rate: 4.36
|
||||
race_white: 220348
|
||||
race_black: 11921
|
||||
race_asian: 15553
|
||||
race_native: 110
|
||||
hispanic: 13809
|
||||
bachelors_plus: 104961
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cumberland County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 268323 |
|
||||
| Under 18 | 54926 |
|
||||
| 18–64 | 162411 |
|
||||
| 65+ | 50986 |
|
||||
| Median household income | 87494 |
|
||||
| Poverty rate | 7.48 |
|
||||
| Homeownership rate | 71.34 |
|
||||
| Unemployment rate | 3.68 |
|
||||
| Median home value | 277600 |
|
||||
| Gini index | 0.4247 |
|
||||
| Vacancy rate | 4.36 |
|
||||
| White | 220348 |
|
||||
| Black | 11921 |
|
||||
| Asian | 15553 |
|
||||
| Native | 110 |
|
||||
| Hispanic/Latino | 13809 |
|
||||
| Bachelor's or higher | 104961 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dauphin County, PA"
|
||||
classification: county
|
||||
fips: "42043"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 289593
|
||||
population_under_18: 64718
|
||||
population_18_64: 172654
|
||||
population_65_plus: 52221
|
||||
median_household_income: 76242
|
||||
poverty_rate: 12.87
|
||||
homeownership_rate: 63.08
|
||||
unemployment_rate: 4.51
|
||||
median_home_value: 236400
|
||||
gini_index: 0.4611
|
||||
vacancy_rate: 5.06
|
||||
race_white: 182570
|
||||
race_black: 49862
|
||||
race_asian: 18938
|
||||
race_native: 832
|
||||
hispanic: 34032
|
||||
bachelors_plus: 95020
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dauphin County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 289593 |
|
||||
| Under 18 | 64718 |
|
||||
| 18–64 | 172654 |
|
||||
| 65+ | 52221 |
|
||||
| Median household income | 76242 |
|
||||
| Poverty rate | 12.87 |
|
||||
| Homeownership rate | 63.08 |
|
||||
| Unemployment rate | 4.51 |
|
||||
| Median home value | 236400 |
|
||||
| Gini index | 0.4611 |
|
||||
| Vacancy rate | 5.06 |
|
||||
| White | 182570 |
|
||||
| Black | 49862 |
|
||||
| Asian | 18938 |
|
||||
| Native | 832 |
|
||||
| Hispanic/Latino | 34032 |
|
||||
| Bachelor's or higher | 95020 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Delaware County, PA"
|
||||
classification: county
|
||||
fips: "42045"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 579222
|
||||
population_under_18: 127583
|
||||
population_18_64: 350673
|
||||
population_65_plus: 100966
|
||||
median_household_income: 89546
|
||||
poverty_rate: 10.17
|
||||
homeownership_rate: 69.61
|
||||
unemployment_rate: 6.86
|
||||
median_home_value: 332200
|
||||
gini_index: 0.4884
|
||||
vacancy_rate: 5.56
|
||||
race_white: 366265
|
||||
race_black: 128315
|
||||
race_asian: 36677
|
||||
race_native: 417
|
||||
hispanic: 29222
|
||||
bachelors_plus: 238471
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Delaware County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 579222 |
|
||||
| Under 18 | 127583 |
|
||||
| 18–64 | 350673 |
|
||||
| 65+ | 100966 |
|
||||
| Median household income | 89546 |
|
||||
| Poverty rate | 10.17 |
|
||||
| Homeownership rate | 69.61 |
|
||||
| Unemployment rate | 6.86 |
|
||||
| Median home value | 332200 |
|
||||
| Gini index | 0.4884 |
|
||||
| Vacancy rate | 5.56 |
|
||||
| White | 366265 |
|
||||
| Black | 128315 |
|
||||
| Asian | 36677 |
|
||||
| Native | 417 |
|
||||
| Hispanic/Latino | 29222 |
|
||||
| Bachelor's or higher | 238471 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Elk County, PA"
|
||||
classification: county
|
||||
fips: "42047"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 30506
|
||||
population_under_18: 5785
|
||||
population_18_64: 17355
|
||||
population_65_plus: 7366
|
||||
median_household_income: 66380
|
||||
poverty_rate: 8.69
|
||||
homeownership_rate: 79.55
|
||||
unemployment_rate: 5.65
|
||||
median_home_value: 133600
|
||||
gini_index: 0.4213
|
||||
vacancy_rate: 21.06
|
||||
race_white: 28966
|
||||
race_black: 184
|
||||
race_asian: 130
|
||||
race_native: 4
|
||||
hispanic: 314
|
||||
bachelors_plus: 6398
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elk County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30506 |
|
||||
| Under 18 | 5785 |
|
||||
| 18–64 | 17355 |
|
||||
| 65+ | 7366 |
|
||||
| Median household income | 66380 |
|
||||
| Poverty rate | 8.69 |
|
||||
| Homeownership rate | 79.55 |
|
||||
| Unemployment rate | 5.65 |
|
||||
| Median home value | 133600 |
|
||||
| Gini index | 0.4213 |
|
||||
| Vacancy rate | 21.06 |
|
||||
| White | 28966 |
|
||||
| Black | 184 |
|
||||
| Asian | 130 |
|
||||
| Native | 4 |
|
||||
| Hispanic/Latino | 314 |
|
||||
| Bachelor's or higher | 6398 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Erie County, PA"
|
||||
classification: county
|
||||
fips: "42049"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 269052
|
||||
population_under_18: 55689
|
||||
population_18_64: 160284
|
||||
population_65_plus: 53079
|
||||
median_household_income: 63354
|
||||
poverty_rate: 14.97
|
||||
homeownership_rate: 68.07
|
||||
unemployment_rate: 5.4
|
||||
median_home_value: 177000
|
||||
gini_index: 0.4636
|
||||
vacancy_rate: 7.93
|
||||
race_white: 222619
|
||||
race_black: 19375
|
||||
race_asian: 5909
|
||||
race_native: 369
|
||||
hispanic: 12851
|
||||
bachelors_plus: 78225
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Erie County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 269052 |
|
||||
| Under 18 | 55689 |
|
||||
| 18–64 | 160284 |
|
||||
| 65+ | 53079 |
|
||||
| Median household income | 63354 |
|
||||
| Poverty rate | 14.97 |
|
||||
| Homeownership rate | 68.07 |
|
||||
| Unemployment rate | 5.4 |
|
||||
| Median home value | 177000 |
|
||||
| Gini index | 0.4636 |
|
||||
| Vacancy rate | 7.93 |
|
||||
| White | 222619 |
|
||||
| Black | 19375 |
|
||||
| Asian | 5909 |
|
||||
| Native | 369 |
|
||||
| Hispanic/Latino | 12851 |
|
||||
| Bachelor's or higher | 78225 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fayette County, PA"
|
||||
classification: county
|
||||
fips: "42051"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 125997
|
||||
population_under_18: 24221
|
||||
population_18_64: 73219
|
||||
population_65_plus: 28557
|
||||
median_household_income: 58236
|
||||
poverty_rate: 16.82
|
||||
homeownership_rate: 72.39
|
||||
unemployment_rate: 6.26
|
||||
median_home_value: 143200
|
||||
gini_index: 0.4482
|
||||
vacancy_rate: 11.22
|
||||
race_white: 112746
|
||||
race_black: 4932
|
||||
race_asian: 582
|
||||
race_native: 121
|
||||
hispanic: 1822
|
||||
bachelors_plus: 23817
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fayette County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 125997 |
|
||||
| Under 18 | 24221 |
|
||||
| 18–64 | 73219 |
|
||||
| 65+ | 28557 |
|
||||
| Median household income | 58236 |
|
||||
| Poverty rate | 16.82 |
|
||||
| Homeownership rate | 72.39 |
|
||||
| Unemployment rate | 6.26 |
|
||||
| Median home value | 143200 |
|
||||
| Gini index | 0.4482 |
|
||||
| Vacancy rate | 11.22 |
|
||||
| White | 112746 |
|
||||
| Black | 4932 |
|
||||
| Asian | 582 |
|
||||
| Native | 121 |
|
||||
| Hispanic/Latino | 1822 |
|
||||
| Bachelor's or higher | 23817 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Forest County, PA"
|
||||
classification: county
|
||||
fips: "42053"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 6715
|
||||
population_under_18: 248
|
||||
population_18_64: 4791
|
||||
population_65_plus: 1676
|
||||
median_household_income: 52191
|
||||
poverty_rate: 11.93
|
||||
homeownership_rate: 78.33
|
||||
unemployment_rate: 2.46
|
||||
median_home_value: 115300
|
||||
gini_index: 0.4036
|
||||
vacancy_rate: 72.32
|
||||
race_white: 5290
|
||||
race_black: 961
|
||||
race_asian: 31
|
||||
race_native: 24
|
||||
hispanic: 344
|
||||
bachelors_plus: 936
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Forest County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6715 |
|
||||
| Under 18 | 248 |
|
||||
| 18–64 | 4791 |
|
||||
| 65+ | 1676 |
|
||||
| Median household income | 52191 |
|
||||
| Poverty rate | 11.93 |
|
||||
| Homeownership rate | 78.33 |
|
||||
| Unemployment rate | 2.46 |
|
||||
| Median home value | 115300 |
|
||||
| Gini index | 0.4036 |
|
||||
| Vacancy rate | 72.32 |
|
||||
| White | 5290 |
|
||||
| Black | 961 |
|
||||
| Asian | 31 |
|
||||
| Native | 24 |
|
||||
| Hispanic/Latino | 344 |
|
||||
| Bachelor's or higher | 936 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, PA"
|
||||
classification: county
|
||||
fips: "42055"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 157379
|
||||
population_under_18: 34556
|
||||
population_18_64: 91048
|
||||
population_65_plus: 31775
|
||||
median_household_income: 77003
|
||||
poverty_rate: 8.48
|
||||
homeownership_rate: 73.52
|
||||
unemployment_rate: 3.99
|
||||
median_home_value: 249800
|
||||
gini_index: 0.4132
|
||||
vacancy_rate: 5.43
|
||||
race_white: 136565
|
||||
race_black: 4870
|
||||
race_asian: 1632
|
||||
race_native: 590
|
||||
hispanic: 11830
|
||||
bachelors_plus: 38750
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 157379 |
|
||||
| Under 18 | 34556 |
|
||||
| 18–64 | 91048 |
|
||||
| 65+ | 31775 |
|
||||
| Median household income | 77003 |
|
||||
| Poverty rate | 8.48 |
|
||||
| Homeownership rate | 73.52 |
|
||||
| Unemployment rate | 3.99 |
|
||||
| Median home value | 249800 |
|
||||
| Gini index | 0.4132 |
|
||||
| Vacancy rate | 5.43 |
|
||||
| White | 136565 |
|
||||
| Black | 4870 |
|
||||
| Asian | 1632 |
|
||||
| Native | 590 |
|
||||
| Hispanic/Latino | 11830 |
|
||||
| Bachelor's or higher | 38750 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fulton County, PA"
|
||||
classification: county
|
||||
fips: "42057"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 14531
|
||||
population_under_18: 2865
|
||||
population_18_64: 8351
|
||||
population_65_plus: 3315
|
||||
median_household_income: 65836
|
||||
poverty_rate: 11.18
|
||||
homeownership_rate: 77.61
|
||||
unemployment_rate: 2.91
|
||||
median_home_value: 208500
|
||||
gini_index: 0.4375
|
||||
vacancy_rate: 11.43
|
||||
race_white: 13601
|
||||
race_black: 187
|
||||
race_asian: 33
|
||||
race_native: 6
|
||||
hispanic: 188
|
||||
bachelors_plus: 2593
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fulton County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14531 |
|
||||
| Under 18 | 2865 |
|
||||
| 18–64 | 8351 |
|
||||
| 65+ | 3315 |
|
||||
| Median household income | 65836 |
|
||||
| Poverty rate | 11.18 |
|
||||
| Homeownership rate | 77.61 |
|
||||
| Unemployment rate | 2.91 |
|
||||
| Median home value | 208500 |
|
||||
| Gini index | 0.4375 |
|
||||
| Vacancy rate | 11.43 |
|
||||
| White | 13601 |
|
||||
| Black | 187 |
|
||||
| Asian | 33 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 188 |
|
||||
| Bachelor's or higher | 2593 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greene County, PA"
|
||||
classification: county
|
||||
fips: "42059"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 34835
|
||||
population_under_18: 6591
|
||||
population_18_64: 21051
|
||||
population_65_plus: 7193
|
||||
median_household_income: 68041
|
||||
poverty_rate: 13.52
|
||||
homeownership_rate: 77.14
|
||||
unemployment_rate: 5.63
|
||||
median_home_value: 153900
|
||||
gini_index: 0.4315
|
||||
vacancy_rate: 11.59
|
||||
race_white: 31901
|
||||
race_black: 967
|
||||
race_asian: 75
|
||||
race_native: 23
|
||||
hispanic: 556
|
||||
bachelors_plus: 7504
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greene County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34835 |
|
||||
| Under 18 | 6591 |
|
||||
| 18–64 | 21051 |
|
||||
| 65+ | 7193 |
|
||||
| Median household income | 68041 |
|
||||
| Poverty rate | 13.52 |
|
||||
| Homeownership rate | 77.14 |
|
||||
| Unemployment rate | 5.63 |
|
||||
| Median home value | 153900 |
|
||||
| Gini index | 0.4315 |
|
||||
| Vacancy rate | 11.59 |
|
||||
| White | 31901 |
|
||||
| Black | 967 |
|
||||
| Asian | 75 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 556 |
|
||||
| Bachelor's or higher | 7504 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Huntingdon County, PA"
|
||||
classification: county
|
||||
fips: "42061"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 43653
|
||||
population_under_18: 7742
|
||||
population_18_64: 26252
|
||||
population_65_plus: 9659
|
||||
median_household_income: 65557
|
||||
poverty_rate: 10.64
|
||||
homeownership_rate: 79.2
|
||||
unemployment_rate: 4.64
|
||||
median_home_value: 183200
|
||||
gini_index: 0.4191
|
||||
vacancy_rate: 22.13
|
||||
race_white: 39268
|
||||
race_black: 2020
|
||||
race_asian: 239
|
||||
race_native: 49
|
||||
hispanic: 911
|
||||
bachelors_plus: 8289
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Huntingdon County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 43653 |
|
||||
| Under 18 | 7742 |
|
||||
| 18–64 | 26252 |
|
||||
| 65+ | 9659 |
|
||||
| Median household income | 65557 |
|
||||
| Poverty rate | 10.64 |
|
||||
| Homeownership rate | 79.2 |
|
||||
| Unemployment rate | 4.64 |
|
||||
| Median home value | 183200 |
|
||||
| Gini index | 0.4191 |
|
||||
| Vacancy rate | 22.13 |
|
||||
| White | 39268 |
|
||||
| Black | 2020 |
|
||||
| Asian | 239 |
|
||||
| Native | 49 |
|
||||
| Hispanic/Latino | 911 |
|
||||
| Bachelor's or higher | 8289 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Indiana County, PA"
|
||||
classification: county
|
||||
fips: "42063"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 83042
|
||||
population_under_18: 14946
|
||||
population_18_64: 51020
|
||||
population_65_plus: 17076
|
||||
median_household_income: 60208
|
||||
poverty_rate: 13.98
|
||||
homeownership_rate: 72.14
|
||||
unemployment_rate: 6.74
|
||||
median_home_value: 152800
|
||||
gini_index: 0.4511
|
||||
vacancy_rate: 13.66
|
||||
race_white: 76532
|
||||
race_black: 1886
|
||||
race_asian: 743
|
||||
race_native: 16
|
||||
hispanic: 1546
|
||||
bachelors_plus: 20792
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Indiana County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 83042 |
|
||||
| Under 18 | 14946 |
|
||||
| 18–64 | 51020 |
|
||||
| 65+ | 17076 |
|
||||
| Median household income | 60208 |
|
||||
| Poverty rate | 13.98 |
|
||||
| Homeownership rate | 72.14 |
|
||||
| Unemployment rate | 6.74 |
|
||||
| Median home value | 152800 |
|
||||
| Gini index | 0.4511 |
|
||||
| Vacancy rate | 13.66 |
|
||||
| White | 76532 |
|
||||
| Black | 1886 |
|
||||
| Asian | 743 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 1546 |
|
||||
| Bachelor's or higher | 20792 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jefferson County, PA"
|
||||
classification: county
|
||||
fips: "42065"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 43864
|
||||
population_under_18: 9365
|
||||
population_18_64: 24742
|
||||
population_65_plus: 9757
|
||||
median_household_income: 58686
|
||||
poverty_rate: 14.15
|
||||
homeownership_rate: 74.91
|
||||
unemployment_rate: 4.16
|
||||
median_home_value: 139700
|
||||
gini_index: 0.4472
|
||||
vacancy_rate: 16.94
|
||||
race_white: 42057
|
||||
race_black: 157
|
||||
race_asian: 121
|
||||
race_native: 26
|
||||
hispanic: 446
|
||||
bachelors_plus: 7591
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jefferson County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 43864 |
|
||||
| Under 18 | 9365 |
|
||||
| 18–64 | 24742 |
|
||||
| 65+ | 9757 |
|
||||
| Median household income | 58686 |
|
||||
| Poverty rate | 14.15 |
|
||||
| Homeownership rate | 74.91 |
|
||||
| Unemployment rate | 4.16 |
|
||||
| Median home value | 139700 |
|
||||
| Gini index | 0.4472 |
|
||||
| Vacancy rate | 16.94 |
|
||||
| White | 42057 |
|
||||
| Black | 157 |
|
||||
| Asian | 121 |
|
||||
| Native | 26 |
|
||||
| Hispanic/Latino | 446 |
|
||||
| Bachelor's or higher | 7591 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Juniata County, PA"
|
||||
classification: county
|
||||
fips: "42067"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 23379
|
||||
population_under_18: 5161
|
||||
population_18_64: 13262
|
||||
population_65_plus: 4956
|
||||
median_household_income: 66318
|
||||
poverty_rate: 9.7
|
||||
homeownership_rate: 73.81
|
||||
unemployment_rate: 2.11
|
||||
median_home_value: 217000
|
||||
gini_index: 0.3961
|
||||
vacancy_rate: 14.1
|
||||
race_white: 21660
|
||||
race_black: 233
|
||||
race_asian: 112
|
||||
race_native: 34
|
||||
hispanic: 969
|
||||
bachelors_plus: 3295
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Juniata County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23379 |
|
||||
| Under 18 | 5161 |
|
||||
| 18–64 | 13262 |
|
||||
| 65+ | 4956 |
|
||||
| Median household income | 66318 |
|
||||
| Poverty rate | 9.7 |
|
||||
| Homeownership rate | 73.81 |
|
||||
| Unemployment rate | 2.11 |
|
||||
| Median home value | 217000 |
|
||||
| Gini index | 0.3961 |
|
||||
| Vacancy rate | 14.1 |
|
||||
| White | 21660 |
|
||||
| Black | 233 |
|
||||
| Asian | 112 |
|
||||
| Native | 34 |
|
||||
| Hispanic/Latino | 969 |
|
||||
| Bachelor's or higher | 3295 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lackawanna County, PA"
|
||||
classification: county
|
||||
fips: "42069"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 216146
|
||||
population_under_18: 44213
|
||||
population_18_64: 127523
|
||||
population_65_plus: 44410
|
||||
median_household_income: 66223
|
||||
poverty_rate: 14.36
|
||||
homeownership_rate: 65.42
|
||||
unemployment_rate: 4.91
|
||||
median_home_value: 201800
|
||||
gini_index: 0.4667
|
||||
vacancy_rate: 11.89
|
||||
race_white: 175665
|
||||
race_black: 6807
|
||||
race_asian: 6465
|
||||
race_native: 180
|
||||
hispanic: 21190
|
||||
bachelors_plus: 65567
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lackawanna County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 216146 |
|
||||
| Under 18 | 44213 |
|
||||
| 18–64 | 127523 |
|
||||
| 65+ | 44410 |
|
||||
| Median household income | 66223 |
|
||||
| Poverty rate | 14.36 |
|
||||
| Homeownership rate | 65.42 |
|
||||
| Unemployment rate | 4.91 |
|
||||
| Median home value | 201800 |
|
||||
| Gini index | 0.4667 |
|
||||
| Vacancy rate | 11.89 |
|
||||
| White | 175665 |
|
||||
| Black | 6807 |
|
||||
| Asian | 6465 |
|
||||
| Native | 180 |
|
||||
| Hispanic/Latino | 21190 |
|
||||
| Bachelor's or higher | 65567 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lancaster County, PA"
|
||||
classification: county
|
||||
fips: "42071"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 557931
|
||||
population_under_18: 128950
|
||||
population_18_64: 319547
|
||||
population_65_plus: 109434
|
||||
median_household_income: 86959
|
||||
poverty_rate: 8.19
|
||||
homeownership_rate: 69.82
|
||||
unemployment_rate: 3.37
|
||||
median_home_value: 301100
|
||||
gini_index: 0.4301
|
||||
vacancy_rate: 2.95
|
||||
race_white: 455405
|
||||
race_black: 22388
|
||||
race_asian: 13540
|
||||
race_native: 1162
|
||||
hispanic: 64326
|
||||
bachelors_plus: 168247
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lancaster County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 557931 |
|
||||
| Under 18 | 128950 |
|
||||
| 18–64 | 319547 |
|
||||
| 65+ | 109434 |
|
||||
| Median household income | 86959 |
|
||||
| Poverty rate | 8.19 |
|
||||
| Homeownership rate | 69.82 |
|
||||
| Unemployment rate | 3.37 |
|
||||
| Median home value | 301100 |
|
||||
| Gini index | 0.4301 |
|
||||
| Vacancy rate | 2.95 |
|
||||
| White | 455405 |
|
||||
| Black | 22388 |
|
||||
| Asian | 13540 |
|
||||
| Native | 1162 |
|
||||
| Hispanic/Latino | 64326 |
|
||||
| Bachelor's or higher | 168247 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lawrence County, PA"
|
||||
classification: county
|
||||
fips: "42073"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 85024
|
||||
population_under_18: 17000
|
||||
population_18_64: 48122
|
||||
population_65_plus: 19902
|
||||
median_household_income: 61931
|
||||
poverty_rate: 11.87
|
||||
homeownership_rate: 75.8
|
||||
unemployment_rate: 5.67
|
||||
median_home_value: 147200
|
||||
gini_index: 0.436
|
||||
vacancy_rate: 8.76
|
||||
race_white: 76055
|
||||
race_black: 3223
|
||||
race_asian: 252
|
||||
race_native: 11
|
||||
hispanic: 1872
|
||||
bachelors_plus: 18473
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lawrence County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 85024 |
|
||||
| Under 18 | 17000 |
|
||||
| 18–64 | 48122 |
|
||||
| 65+ | 19902 |
|
||||
| Median household income | 61931 |
|
||||
| Poverty rate | 11.87 |
|
||||
| Homeownership rate | 75.8 |
|
||||
| Unemployment rate | 5.67 |
|
||||
| Median home value | 147200 |
|
||||
| Gini index | 0.436 |
|
||||
| Vacancy rate | 8.76 |
|
||||
| White | 76055 |
|
||||
| Black | 3223 |
|
||||
| Asian | 252 |
|
||||
| Native | 11 |
|
||||
| Hispanic/Latino | 1872 |
|
||||
| Bachelor's or higher | 18473 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lebanon County, PA"
|
||||
classification: county
|
||||
fips: "42075"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 144186
|
||||
population_under_18: 32492
|
||||
population_18_64: 82169
|
||||
population_65_plus: 29525
|
||||
median_household_income: 78425
|
||||
poverty_rate: 10.1
|
||||
homeownership_rate: 71.27
|
||||
unemployment_rate: 4.32
|
||||
median_home_value: 242000
|
||||
gini_index: 0.4341
|
||||
vacancy_rate: 5.36
|
||||
race_white: 116318
|
||||
race_black: 3168
|
||||
race_asian: 2331
|
||||
race_native: 93
|
||||
hispanic: 21918
|
||||
bachelors_plus: 33532
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lebanon County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 144186 |
|
||||
| Under 18 | 32492 |
|
||||
| 18–64 | 82169 |
|
||||
| 65+ | 29525 |
|
||||
| Median household income | 78425 |
|
||||
| Poverty rate | 10.1 |
|
||||
| Homeownership rate | 71.27 |
|
||||
| Unemployment rate | 4.32 |
|
||||
| Median home value | 242000 |
|
||||
| Gini index | 0.4341 |
|
||||
| Vacancy rate | 5.36 |
|
||||
| White | 116318 |
|
||||
| Black | 3168 |
|
||||
| Asian | 2331 |
|
||||
| Native | 93 |
|
||||
| Hispanic/Latino | 21918 |
|
||||
| Bachelor's or higher | 33532 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lehigh County, PA"
|
||||
classification: county
|
||||
fips: "42077"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 378792
|
||||
population_under_18: 84498
|
||||
population_18_64: 227286
|
||||
population_65_plus: 67008
|
||||
median_household_income: 80079
|
||||
poverty_rate: 11.57
|
||||
homeownership_rate: 65.57
|
||||
unemployment_rate: 5.88
|
||||
median_home_value: 300400
|
||||
gini_index: 0.4653
|
||||
vacancy_rate: 4.52
|
||||
race_white: 236150
|
||||
race_black: 24476
|
||||
race_asian: 13517
|
||||
race_native: 1801
|
||||
hispanic: 105976
|
||||
bachelors_plus: 123421
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lehigh County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 378792 |
|
||||
| Under 18 | 84498 |
|
||||
| 18–64 | 227286 |
|
||||
| 65+ | 67008 |
|
||||
| Median household income | 80079 |
|
||||
| Poverty rate | 11.57 |
|
||||
| Homeownership rate | 65.57 |
|
||||
| Unemployment rate | 5.88 |
|
||||
| Median home value | 300400 |
|
||||
| Gini index | 0.4653 |
|
||||
| Vacancy rate | 4.52 |
|
||||
| White | 236150 |
|
||||
| Black | 24476 |
|
||||
| Asian | 13517 |
|
||||
| Native | 1801 |
|
||||
| Hispanic/Latino | 105976 |
|
||||
| Bachelor's or higher | 123421 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Luzerne County, PA"
|
||||
classification: county
|
||||
fips: "42079"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 327675
|
||||
population_under_18: 66457
|
||||
population_18_64: 195296
|
||||
population_65_plus: 65922
|
||||
median_household_income: 63691
|
||||
poverty_rate: 15.32
|
||||
homeownership_rate: 67.8
|
||||
unemployment_rate: 5.8
|
||||
median_home_value: 174100
|
||||
gini_index: 0.4639
|
||||
vacancy_rate: 10.73
|
||||
race_white: 248337
|
||||
race_black: 16461
|
||||
race_asian: 3957
|
||||
race_native: 370
|
||||
hispanic: 56836
|
||||
bachelors_plus: 82126
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Luzerne County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 327675 |
|
||||
| Under 18 | 66457 |
|
||||
| 18–64 | 195296 |
|
||||
| 65+ | 65922 |
|
||||
| Median household income | 63691 |
|
||||
| Poverty rate | 15.32 |
|
||||
| Homeownership rate | 67.8 |
|
||||
| Unemployment rate | 5.8 |
|
||||
| Median home value | 174100 |
|
||||
| Gini index | 0.4639 |
|
||||
| Vacancy rate | 10.73 |
|
||||
| White | 248337 |
|
||||
| Black | 16461 |
|
||||
| Asian | 3957 |
|
||||
| Native | 370 |
|
||||
| Hispanic/Latino | 56836 |
|
||||
| Bachelor's or higher | 82126 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lycoming County, PA"
|
||||
classification: county
|
||||
fips: "42081"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 113489
|
||||
population_under_18: 23296
|
||||
population_18_64: 66818
|
||||
population_65_plus: 23375
|
||||
median_household_income: 63917
|
||||
poverty_rate: 12.83
|
||||
homeownership_rate: 69.09
|
||||
unemployment_rate: 5.14
|
||||
median_home_value: 202200
|
||||
gini_index: 0.4444
|
||||
vacancy_rate: 11.1
|
||||
race_white: 100481
|
||||
race_black: 4828
|
||||
race_asian: 1077
|
||||
race_native: 235
|
||||
hispanic: 2691
|
||||
bachelors_plus: 26946
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lycoming County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 113489 |
|
||||
| Under 18 | 23296 |
|
||||
| 18–64 | 66818 |
|
||||
| 65+ | 23375 |
|
||||
| Median household income | 63917 |
|
||||
| Poverty rate | 12.83 |
|
||||
| Homeownership rate | 69.09 |
|
||||
| Unemployment rate | 5.14 |
|
||||
| Median home value | 202200 |
|
||||
| Gini index | 0.4444 |
|
||||
| Vacancy rate | 11.1 |
|
||||
| White | 100481 |
|
||||
| Black | 4828 |
|
||||
| Asian | 1077 |
|
||||
| Native | 235 |
|
||||
| Hispanic/Latino | 2691 |
|
||||
| Bachelor's or higher | 26946 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McKean County, PA"
|
||||
classification: county
|
||||
fips: "42083"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 39904
|
||||
population_under_18: 7724
|
||||
population_18_64: 23790
|
||||
population_65_plus: 8390
|
||||
median_household_income: 62905
|
||||
poverty_rate: 13.7
|
||||
homeownership_rate: 77.95
|
||||
unemployment_rate: 4.88
|
||||
median_home_value: 104500
|
||||
gini_index: 0.4262
|
||||
vacancy_rate: 15.91
|
||||
race_white: 37055
|
||||
race_black: 902
|
||||
race_asian: 285
|
||||
race_native: 19
|
||||
hispanic: 784
|
||||
bachelors_plus: 8162
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McKean County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39904 |
|
||||
| Under 18 | 7724 |
|
||||
| 18–64 | 23790 |
|
||||
| 65+ | 8390 |
|
||||
| Median household income | 62905 |
|
||||
| Poverty rate | 13.7 |
|
||||
| Homeownership rate | 77.95 |
|
||||
| Unemployment rate | 4.88 |
|
||||
| Median home value | 104500 |
|
||||
| Gini index | 0.4262 |
|
||||
| Vacancy rate | 15.91 |
|
||||
| White | 37055 |
|
||||
| Black | 902 |
|
||||
| Asian | 285 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 784 |
|
||||
| Bachelor's or higher | 8162 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mercer County, PA"
|
||||
classification: county
|
||||
fips: "42085"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 109257
|
||||
population_under_18: 20692
|
||||
population_18_64: 63294
|
||||
population_65_plus: 25271
|
||||
median_household_income: 59976
|
||||
poverty_rate: 13.16
|
||||
homeownership_rate: 72.39
|
||||
unemployment_rate: 5.34
|
||||
median_home_value: 164000
|
||||
gini_index: 0.4423
|
||||
vacancy_rate: 8.65
|
||||
race_white: 96236
|
||||
race_black: 6358
|
||||
race_asian: 709
|
||||
race_native: 102
|
||||
hispanic: 1837
|
||||
bachelors_plus: 26861
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mercer County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 109257 |
|
||||
| Under 18 | 20692 |
|
||||
| 18–64 | 63294 |
|
||||
| 65+ | 25271 |
|
||||
| Median household income | 59976 |
|
||||
| Poverty rate | 13.16 |
|
||||
| Homeownership rate | 72.39 |
|
||||
| Unemployment rate | 5.34 |
|
||||
| Median home value | 164000 |
|
||||
| Gini index | 0.4423 |
|
||||
| Vacancy rate | 8.65 |
|
||||
| White | 96236 |
|
||||
| Black | 6358 |
|
||||
| Asian | 709 |
|
||||
| Native | 102 |
|
||||
| Hispanic/Latino | 1837 |
|
||||
| Bachelor's or higher | 26861 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mifflin County, PA"
|
||||
classification: county
|
||||
fips: "42087"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 46041
|
||||
population_under_18: 10428
|
||||
population_18_64: 25483
|
||||
population_65_plus: 10130
|
||||
median_household_income: 63953
|
||||
poverty_rate: 16.23
|
||||
homeownership_rate: 71.13
|
||||
unemployment_rate: 2.66
|
||||
median_home_value: 156700
|
||||
gini_index: 0.3982
|
||||
vacancy_rate: 13.78
|
||||
race_white: 43044
|
||||
race_black: 449
|
||||
race_asian: 146
|
||||
race_native: 41
|
||||
hispanic: 1050
|
||||
bachelors_plus: 6637
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mifflin County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 46041 |
|
||||
| Under 18 | 10428 |
|
||||
| 18–64 | 25483 |
|
||||
| 65+ | 10130 |
|
||||
| Median household income | 63953 |
|
||||
| Poverty rate | 16.23 |
|
||||
| Homeownership rate | 71.13 |
|
||||
| Unemployment rate | 2.66 |
|
||||
| Median home value | 156700 |
|
||||
| Gini index | 0.3982 |
|
||||
| Vacancy rate | 13.78 |
|
||||
| White | 43044 |
|
||||
| Black | 449 |
|
||||
| Asian | 146 |
|
||||
| Native | 41 |
|
||||
| Hispanic/Latino | 1050 |
|
||||
| Bachelor's or higher | 6637 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Monroe County, PA"
|
||||
classification: county
|
||||
fips: "42089"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 167515
|
||||
population_under_18: 32041
|
||||
population_18_64: 102693
|
||||
population_65_plus: 32781
|
||||
median_household_income: 83565
|
||||
poverty_rate: 10.68
|
||||
homeownership_rate: 80.23
|
||||
unemployment_rate: 6.9
|
||||
median_home_value: 267600
|
||||
gini_index: 0.4277
|
||||
vacancy_rate: 23.11
|
||||
race_white: 106651
|
||||
race_black: 23309
|
||||
race_asian: 4388
|
||||
race_native: 366
|
||||
hispanic: 30408
|
||||
bachelors_plus: 45422
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Monroe County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 167515 |
|
||||
| Under 18 | 32041 |
|
||||
| 18–64 | 102693 |
|
||||
| 65+ | 32781 |
|
||||
| Median household income | 83565 |
|
||||
| Poverty rate | 10.68 |
|
||||
| Homeownership rate | 80.23 |
|
||||
| Unemployment rate | 6.9 |
|
||||
| Median home value | 267600 |
|
||||
| Gini index | 0.4277 |
|
||||
| Vacancy rate | 23.11 |
|
||||
| White | 106651 |
|
||||
| Black | 23309 |
|
||||
| Asian | 4388 |
|
||||
| Native | 366 |
|
||||
| Hispanic/Latino | 30408 |
|
||||
| Bachelor's or higher | 45422 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montgomery County, PA"
|
||||
classification: county
|
||||
fips: "42091"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 867573
|
||||
population_under_18: 184693
|
||||
population_18_64: 519774
|
||||
population_65_plus: 163106
|
||||
median_household_income: 113915
|
||||
poverty_rate: 6.51
|
||||
homeownership_rate: 71.38
|
||||
unemployment_rate: 4.46
|
||||
median_home_value: 436700
|
||||
gini_index: 0.4728
|
||||
vacancy_rate: 4.24
|
||||
race_white: 633871
|
||||
race_black: 80978
|
||||
race_asian: 69994
|
||||
race_native: 1047
|
||||
hispanic: 58178
|
||||
bachelors_plus: 470135
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montgomery County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 867573 |
|
||||
| Under 18 | 184693 |
|
||||
| 18–64 | 519774 |
|
||||
| 65+ | 163106 |
|
||||
| Median household income | 113915 |
|
||||
| Poverty rate | 6.51 |
|
||||
| Homeownership rate | 71.38 |
|
||||
| Unemployment rate | 4.46 |
|
||||
| Median home value | 436700 |
|
||||
| Gini index | 0.4728 |
|
||||
| Vacancy rate | 4.24 |
|
||||
| White | 633871 |
|
||||
| Black | 80978 |
|
||||
| Asian | 69994 |
|
||||
| Native | 1047 |
|
||||
| Hispanic/Latino | 58178 |
|
||||
| Bachelor's or higher | 470135 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montour County, PA"
|
||||
classification: county
|
||||
fips: "42093"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 18103
|
||||
population_under_18: 3642
|
||||
population_18_64: 10520
|
||||
population_65_plus: 3941
|
||||
median_household_income: 76976
|
||||
poverty_rate: 8.84
|
||||
homeownership_rate: 68.49
|
||||
unemployment_rate: 2.92
|
||||
median_home_value: 248100
|
||||
gini_index: 0.4894
|
||||
vacancy_rate: 3.46
|
||||
race_white: 16230
|
||||
race_black: 439
|
||||
race_asian: 622
|
||||
race_native: 15
|
||||
hispanic: 564
|
||||
bachelors_plus: 7947
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montour County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18103 |
|
||||
| Under 18 | 3642 |
|
||||
| 18–64 | 10520 |
|
||||
| 65+ | 3941 |
|
||||
| Median household income | 76976 |
|
||||
| Poverty rate | 8.84 |
|
||||
| Homeownership rate | 68.49 |
|
||||
| Unemployment rate | 2.92 |
|
||||
| Median home value | 248100 |
|
||||
| Gini index | 0.4894 |
|
||||
| Vacancy rate | 3.46 |
|
||||
| White | 16230 |
|
||||
| Black | 439 |
|
||||
| Asian | 622 |
|
||||
| Native | 15 |
|
||||
| Hispanic/Latino | 564 |
|
||||
| Bachelor's or higher | 7947 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Northampton County, PA"
|
||||
classification: county
|
||||
fips: "42095"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 318580
|
||||
population_under_18: 61011
|
||||
population_18_64: 192826
|
||||
population_65_plus: 64743
|
||||
median_household_income: 89184
|
||||
poverty_rate: 8.75
|
||||
homeownership_rate: 71.11
|
||||
unemployment_rate: 4.57
|
||||
median_home_value: 308600
|
||||
gini_index: 0.4411
|
||||
vacancy_rate: 5.27
|
||||
race_white: 236417
|
||||
race_black: 20188
|
||||
race_asian: 9781
|
||||
race_native: 635
|
||||
hispanic: 49253
|
||||
bachelors_plus: 108520
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Northampton County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 318580 |
|
||||
| Under 18 | 61011 |
|
||||
| 18–64 | 192826 |
|
||||
| 65+ | 64743 |
|
||||
| Median household income | 89184 |
|
||||
| Poverty rate | 8.75 |
|
||||
| Homeownership rate | 71.11 |
|
||||
| Unemployment rate | 4.57 |
|
||||
| Median home value | 308600 |
|
||||
| Gini index | 0.4411 |
|
||||
| Vacancy rate | 5.27 |
|
||||
| White | 236417 |
|
||||
| Black | 20188 |
|
||||
| Asian | 9781 |
|
||||
| Native | 635 |
|
||||
| Hispanic/Latino | 49253 |
|
||||
| Bachelor's or higher | 108520 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Northumberland County, PA"
|
||||
classification: county
|
||||
fips: "42097"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 90560
|
||||
population_under_18: 17819
|
||||
population_18_64: 52537
|
||||
population_65_plus: 20204
|
||||
median_household_income: 60583
|
||||
poverty_rate: 12.59
|
||||
homeownership_rate: 75.47
|
||||
unemployment_rate: 3.69
|
||||
median_home_value: 162400
|
||||
gini_index: 0.4277
|
||||
vacancy_rate: 12.7
|
||||
race_white: 81389
|
||||
race_black: 2372
|
||||
race_asian: 382
|
||||
race_native: 91
|
||||
hispanic: 4702
|
||||
bachelors_plus: 16873
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Northumberland County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 90560 |
|
||||
| Under 18 | 17819 |
|
||||
| 18–64 | 52537 |
|
||||
| 65+ | 20204 |
|
||||
| Median household income | 60583 |
|
||||
| Poverty rate | 12.59 |
|
||||
| Homeownership rate | 75.47 |
|
||||
| Unemployment rate | 3.69 |
|
||||
| Median home value | 162400 |
|
||||
| Gini index | 0.4277 |
|
||||
| Vacancy rate | 12.7 |
|
||||
| White | 81389 |
|
||||
| Black | 2372 |
|
||||
| Asian | 382 |
|
||||
| Native | 91 |
|
||||
| Hispanic/Latino | 4702 |
|
||||
| Bachelor's or higher | 16873 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Perry County, PA"
|
||||
classification: county
|
||||
fips: "42099"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 46239
|
||||
population_under_18: 9699
|
||||
population_18_64: 27064
|
||||
population_65_plus: 9476
|
||||
median_household_income: 79444
|
||||
poverty_rate: 7.99
|
||||
homeownership_rate: 81.83
|
||||
unemployment_rate: 3.13
|
||||
median_home_value: 236400
|
||||
gini_index: 0.4039
|
||||
vacancy_rate: 8.73
|
||||
race_white: 43464
|
||||
race_black: 369
|
||||
race_asian: 145
|
||||
race_native: 29
|
||||
hispanic: 1164
|
||||
bachelors_plus: 8873
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Perry County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 46239 |
|
||||
| Under 18 | 9699 |
|
||||
| 18–64 | 27064 |
|
||||
| 65+ | 9476 |
|
||||
| Median household income | 79444 |
|
||||
| Poverty rate | 7.99 |
|
||||
| Homeownership rate | 81.83 |
|
||||
| Unemployment rate | 3.13 |
|
||||
| Median home value | 236400 |
|
||||
| Gini index | 0.4039 |
|
||||
| Vacancy rate | 8.73 |
|
||||
| White | 43464 |
|
||||
| Black | 369 |
|
||||
| Asian | 145 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 1164 |
|
||||
| Bachelor's or higher | 8873 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Philadelphia County, PA"
|
||||
classification: county
|
||||
fips: "42101"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 1579706
|
||||
population_under_18: 334799
|
||||
population_18_64: 1012789
|
||||
population_65_plus: 232118
|
||||
median_household_income: 61953
|
||||
poverty_rate: 21.36
|
||||
homeownership_rate: 51.79
|
||||
unemployment_rate: 8.15
|
||||
median_home_value: 243100
|
||||
gini_index: 0.5131
|
||||
vacancy_rate: 9.2
|
||||
race_white: 555069
|
||||
race_black: 621637
|
||||
race_asian: 125902
|
||||
race_native: 7518
|
||||
hispanic: 245882
|
||||
bachelors_plus: 557919
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Philadelphia County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1579706 |
|
||||
| Under 18 | 334799 |
|
||||
| 18–64 | 1012789 |
|
||||
| 65+ | 232118 |
|
||||
| Median household income | 61953 |
|
||||
| Poverty rate | 21.36 |
|
||||
| Homeownership rate | 51.79 |
|
||||
| Unemployment rate | 8.15 |
|
||||
| Median home value | 243100 |
|
||||
| Gini index | 0.5131 |
|
||||
| Vacancy rate | 9.2 |
|
||||
| White | 555069 |
|
||||
| Black | 621637 |
|
||||
| Asian | 125902 |
|
||||
| Native | 7518 |
|
||||
| Hispanic/Latino | 245882 |
|
||||
| Bachelor's or higher | 557919 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pike County, PA"
|
||||
classification: county
|
||||
fips: "42103"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 60621
|
||||
population_under_18: 10433
|
||||
population_18_64: 35456
|
||||
population_65_plus: 14732
|
||||
median_household_income: 81323
|
||||
poverty_rate: 9.81
|
||||
homeownership_rate: 87.03
|
||||
unemployment_rate: 7.47
|
||||
median_home_value: 272600
|
||||
gini_index: 0.4293
|
||||
vacancy_rate: 39.61
|
||||
race_white: 47981
|
||||
race_black: 3660
|
||||
race_asian: 829
|
||||
race_native: 60
|
||||
hispanic: 7537
|
||||
bachelors_plus: 19199
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pike County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 60621 |
|
||||
| Under 18 | 10433 |
|
||||
| 18–64 | 35456 |
|
||||
| 65+ | 14732 |
|
||||
| Median household income | 81323 |
|
||||
| Poverty rate | 9.81 |
|
||||
| Homeownership rate | 87.03 |
|
||||
| Unemployment rate | 7.47 |
|
||||
| Median home value | 272600 |
|
||||
| Gini index | 0.4293 |
|
||||
| Vacancy rate | 39.61 |
|
||||
| White | 47981 |
|
||||
| Black | 3660 |
|
||||
| Asian | 829 |
|
||||
| Native | 60 |
|
||||
| Hispanic/Latino | 7537 |
|
||||
| Bachelor's or higher | 19199 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Potter County, PA"
|
||||
classification: county
|
||||
fips: "42105"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 16188
|
||||
population_under_18: 3237
|
||||
population_18_64: 8755
|
||||
population_65_plus: 4196
|
||||
median_household_income: 59020
|
||||
poverty_rate: 13.01
|
||||
homeownership_rate: 79.68
|
||||
unemployment_rate: 3.82
|
||||
median_home_value: 153100
|
||||
gini_index: 0.4161
|
||||
vacancy_rate: 43.6
|
||||
race_white: 15410
|
||||
race_black: 72
|
||||
race_asian: 63
|
||||
race_native: 12
|
||||
hispanic: 279
|
||||
bachelors_plus: 2945
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Potter County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16188 |
|
||||
| Under 18 | 3237 |
|
||||
| 18–64 | 8755 |
|
||||
| 65+ | 4196 |
|
||||
| Median household income | 59020 |
|
||||
| Poverty rate | 13.01 |
|
||||
| Homeownership rate | 79.68 |
|
||||
| Unemployment rate | 3.82 |
|
||||
| Median home value | 153100 |
|
||||
| Gini index | 0.4161 |
|
||||
| Vacancy rate | 43.6 |
|
||||
| White | 15410 |
|
||||
| Black | 72 |
|
||||
| Asian | 63 |
|
||||
| Native | 12 |
|
||||
| Hispanic/Latino | 279 |
|
||||
| Bachelor's or higher | 2945 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Schuylkill County, PA"
|
||||
classification: county
|
||||
fips: "42107"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 143558
|
||||
population_under_18: 28557
|
||||
population_18_64: 84775
|
||||
population_65_plus: 30226
|
||||
median_household_income: 68313
|
||||
poverty_rate: 12.75
|
||||
homeownership_rate: 76.09
|
||||
unemployment_rate: 5.63
|
||||
median_home_value: 153000
|
||||
gini_index: 0.43
|
||||
vacancy_rate: 13.83
|
||||
race_white: 125928
|
||||
race_black: 4118
|
||||
race_asian: 697
|
||||
race_native: 104
|
||||
hispanic: 11184
|
||||
bachelors_plus: 28107
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Schuylkill County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 143558 |
|
||||
| Under 18 | 28557 |
|
||||
| 18–64 | 84775 |
|
||||
| 65+ | 30226 |
|
||||
| Median household income | 68313 |
|
||||
| Poverty rate | 12.75 |
|
||||
| Homeownership rate | 76.09 |
|
||||
| Unemployment rate | 5.63 |
|
||||
| Median home value | 153000 |
|
||||
| Gini index | 0.43 |
|
||||
| Vacancy rate | 13.83 |
|
||||
| White | 125928 |
|
||||
| Black | 4118 |
|
||||
| Asian | 697 |
|
||||
| Native | 104 |
|
||||
| Hispanic/Latino | 11184 |
|
||||
| Bachelor's or higher | 28107 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Snyder County, PA"
|
||||
classification: county
|
||||
fips: "42109"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 39668
|
||||
population_under_18: 8114
|
||||
population_18_64: 23394
|
||||
population_65_plus: 8160
|
||||
median_household_income: 66876
|
||||
poverty_rate: 9.44
|
||||
homeownership_rate: 75.58
|
||||
unemployment_rate: 2.43
|
||||
median_home_value: 215300
|
||||
gini_index: 0.4131
|
||||
vacancy_rate: 9.05
|
||||
race_white: 37487
|
||||
race_black: 259
|
||||
race_asian: 258
|
||||
race_native: 6
|
||||
hispanic: 1035
|
||||
bachelors_plus: 7623
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Snyder County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39668 |
|
||||
| Under 18 | 8114 |
|
||||
| 18–64 | 23394 |
|
||||
| 65+ | 8160 |
|
||||
| Median household income | 66876 |
|
||||
| Poverty rate | 9.44 |
|
||||
| Homeownership rate | 75.58 |
|
||||
| Unemployment rate | 2.43 |
|
||||
| Median home value | 215300 |
|
||||
| Gini index | 0.4131 |
|
||||
| Vacancy rate | 9.05 |
|
||||
| White | 37487 |
|
||||
| Black | 259 |
|
||||
| Asian | 258 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 1035 |
|
||||
| Bachelor's or higher | 7623 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Somerset County, PA"
|
||||
classification: county
|
||||
fips: "42111"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 72799
|
||||
population_under_18: 13227
|
||||
population_18_64: 42168
|
||||
population_65_plus: 17404
|
||||
median_household_income: 61446
|
||||
poverty_rate: 10.99
|
||||
homeownership_rate: 80.4
|
||||
unemployment_rate: 4.92
|
||||
median_home_value: 150600
|
||||
gini_index: 0.424
|
||||
vacancy_rate: 22.5
|
||||
race_white: 68331
|
||||
race_black: 1909
|
||||
race_asian: 415
|
||||
race_native: 13
|
||||
hispanic: 1127
|
||||
bachelors_plus: 13240
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Somerset County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 72799 |
|
||||
| Under 18 | 13227 |
|
||||
| 18–64 | 42168 |
|
||||
| 65+ | 17404 |
|
||||
| Median household income | 61446 |
|
||||
| Poverty rate | 10.99 |
|
||||
| Homeownership rate | 80.4 |
|
||||
| Unemployment rate | 4.92 |
|
||||
| Median home value | 150600 |
|
||||
| Gini index | 0.424 |
|
||||
| Vacancy rate | 22.5 |
|
||||
| White | 68331 |
|
||||
| Black | 1909 |
|
||||
| Asian | 415 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 1127 |
|
||||
| Bachelor's or higher | 13240 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sullivan County, PA"
|
||||
classification: county
|
||||
fips: "42113"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 5888
|
||||
population_under_18: 615
|
||||
population_18_64: 3421
|
||||
population_65_plus: 1852
|
||||
median_household_income: 69764
|
||||
poverty_rate: 11.58
|
||||
homeownership_rate: 84.95
|
||||
unemployment_rate: 5.83
|
||||
median_home_value: 197100
|
||||
gini_index: 0.4393
|
||||
vacancy_rate: 54.32
|
||||
race_white: 5520
|
||||
race_black: 138
|
||||
race_asian: 5
|
||||
race_native: 18
|
||||
hispanic: 138
|
||||
bachelors_plus: 1442
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sullivan County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5888 |
|
||||
| Under 18 | 615 |
|
||||
| 18–64 | 3421 |
|
||||
| 65+ | 1852 |
|
||||
| Median household income | 69764 |
|
||||
| Poverty rate | 11.58 |
|
||||
| Homeownership rate | 84.95 |
|
||||
| Unemployment rate | 5.83 |
|
||||
| Median home value | 197100 |
|
||||
| Gini index | 0.4393 |
|
||||
| Vacancy rate | 54.32 |
|
||||
| White | 5520 |
|
||||
| Black | 138 |
|
||||
| Asian | 5 |
|
||||
| Native | 18 |
|
||||
| Hispanic/Latino | 138 |
|
||||
| Bachelor's or higher | 1442 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Susquehanna County, PA"
|
||||
classification: county
|
||||
fips: "42115"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 38219
|
||||
population_under_18: 7194
|
||||
population_18_64: 21402
|
||||
population_65_plus: 9623
|
||||
median_household_income: 68487
|
||||
poverty_rate: 11.41
|
||||
homeownership_rate: 78.48
|
||||
unemployment_rate: 5.87
|
||||
median_home_value: 216400
|
||||
gini_index: 0.4711
|
||||
vacancy_rate: 27.31
|
||||
race_white: 36197
|
||||
race_black: 99
|
||||
race_asian: 177
|
||||
race_native: 31
|
||||
hispanic: 924
|
||||
bachelors_plus: 7591
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Susquehanna County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 38219 |
|
||||
| Under 18 | 7194 |
|
||||
| 18–64 | 21402 |
|
||||
| 65+ | 9623 |
|
||||
| Median household income | 68487 |
|
||||
| Poverty rate | 11.41 |
|
||||
| Homeownership rate | 78.48 |
|
||||
| Unemployment rate | 5.87 |
|
||||
| Median home value | 216400 |
|
||||
| Gini index | 0.4711 |
|
||||
| Vacancy rate | 27.31 |
|
||||
| White | 36197 |
|
||||
| Black | 99 |
|
||||
| Asian | 177 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 924 |
|
||||
| Bachelor's or higher | 7591 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Tioga County, PA"
|
||||
classification: county
|
||||
fips: "42117"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 40945
|
||||
population_under_18: 8038
|
||||
population_18_64: 23292
|
||||
population_65_plus: 9615
|
||||
median_household_income: 64899
|
||||
poverty_rate: 11.72
|
||||
homeownership_rate: 77.37
|
||||
unemployment_rate: 4.55
|
||||
median_home_value: 181100
|
||||
gini_index: 0.422
|
||||
vacancy_rate: 22.64
|
||||
race_white: 39174
|
||||
race_black: 336
|
||||
race_asian: 156
|
||||
race_native: 25
|
||||
hispanic: 694
|
||||
bachelors_plus: 9266
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tioga County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 40945 |
|
||||
| Under 18 | 8038 |
|
||||
| 18–64 | 23292 |
|
||||
| 65+ | 9615 |
|
||||
| Median household income | 64899 |
|
||||
| Poverty rate | 11.72 |
|
||||
| Homeownership rate | 77.37 |
|
||||
| Unemployment rate | 4.55 |
|
||||
| Median home value | 181100 |
|
||||
| Gini index | 0.422 |
|
||||
| Vacancy rate | 22.64 |
|
||||
| White | 39174 |
|
||||
| Black | 336 |
|
||||
| Asian | 156 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 694 |
|
||||
| Bachelor's or higher | 9266 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Union County, PA"
|
||||
classification: county
|
||||
fips: "42119"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 42456
|
||||
population_under_18: 7370
|
||||
population_18_64: 26647
|
||||
population_65_plus: 8439
|
||||
median_household_income: 76404
|
||||
poverty_rate: 8.96
|
||||
homeownership_rate: 72.32
|
||||
unemployment_rate: 2.17
|
||||
median_home_value: 240100
|
||||
gini_index: 0.4736
|
||||
vacancy_rate: 10.24
|
||||
race_white: 37633
|
||||
race_black: 2526
|
||||
race_asian: 846
|
||||
race_native: 58
|
||||
hispanic: 2147
|
||||
bachelors_plus: 11230
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Union County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 42456 |
|
||||
| Under 18 | 7370 |
|
||||
| 18–64 | 26647 |
|
||||
| 65+ | 8439 |
|
||||
| Median household income | 76404 |
|
||||
| Poverty rate | 8.96 |
|
||||
| Homeownership rate | 72.32 |
|
||||
| Unemployment rate | 2.17 |
|
||||
| Median home value | 240100 |
|
||||
| Gini index | 0.4736 |
|
||||
| Vacancy rate | 10.24 |
|
||||
| White | 37633 |
|
||||
| Black | 2526 |
|
||||
| Asian | 846 |
|
||||
| Native | 58 |
|
||||
| Hispanic/Latino | 2147 |
|
||||
| Bachelor's or higher | 11230 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Venango County, PA"
|
||||
classification: county
|
||||
fips: "42121"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 49801
|
||||
population_under_18: 9469
|
||||
population_18_64: 27986
|
||||
population_65_plus: 12346
|
||||
median_household_income: 61522
|
||||
poverty_rate: 13.15
|
||||
homeownership_rate: 75.29
|
||||
unemployment_rate: 5.6
|
||||
median_home_value: 119800
|
||||
gini_index: 0.4145
|
||||
vacancy_rate: 18.47
|
||||
race_white: 46630
|
||||
race_black: 628
|
||||
race_asian: 156
|
||||
race_native: 45
|
||||
hispanic: 639
|
||||
bachelors_plus: 9588
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Venango County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 49801 |
|
||||
| Under 18 | 9469 |
|
||||
| 18–64 | 27986 |
|
||||
| 65+ | 12346 |
|
||||
| Median household income | 61522 |
|
||||
| Poverty rate | 13.15 |
|
||||
| Homeownership rate | 75.29 |
|
||||
| Unemployment rate | 5.6 |
|
||||
| Median home value | 119800 |
|
||||
| Gini index | 0.4145 |
|
||||
| Vacancy rate | 18.47 |
|
||||
| White | 46630 |
|
||||
| Black | 628 |
|
||||
| Asian | 156 |
|
||||
| Native | 45 |
|
||||
| Hispanic/Latino | 639 |
|
||||
| Bachelor's or higher | 9588 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Warren County, PA"
|
||||
classification: county
|
||||
fips: "42123"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 37920
|
||||
population_under_18: 7447
|
||||
population_18_64: 21089
|
||||
population_65_plus: 9384
|
||||
median_household_income: 60480
|
||||
poverty_rate: 10.81
|
||||
homeownership_rate: 79.47
|
||||
unemployment_rate: 4.4
|
||||
median_home_value: 127500
|
||||
gini_index: 0.4159
|
||||
vacancy_rate: 25.46
|
||||
race_white: 35784
|
||||
race_black: 314
|
||||
race_asian: 166
|
||||
race_native: 23
|
||||
hispanic: 481
|
||||
bachelors_plus: 7533
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Warren County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37920 |
|
||||
| Under 18 | 7447 |
|
||||
| 18–64 | 21089 |
|
||||
| 65+ | 9384 |
|
||||
| Median household income | 60480 |
|
||||
| Poverty rate | 10.81 |
|
||||
| Homeownership rate | 79.47 |
|
||||
| Unemployment rate | 4.4 |
|
||||
| Median home value | 127500 |
|
||||
| Gini index | 0.4159 |
|
||||
| Vacancy rate | 25.46 |
|
||||
| White | 35784 |
|
||||
| Black | 314 |
|
||||
| Asian | 166 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 481 |
|
||||
| Bachelor's or higher | 7533 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Washington County, PA"
|
||||
classification: county
|
||||
fips: "42125"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 210042
|
||||
population_under_18: 41070
|
||||
population_18_64: 122805
|
||||
population_65_plus: 46167
|
||||
median_household_income: 78958
|
||||
poverty_rate: 9.61
|
||||
homeownership_rate: 76.1
|
||||
unemployment_rate: 4.78
|
||||
median_home_value: 228500
|
||||
gini_index: 0.4539
|
||||
vacancy_rate: 9.62
|
||||
race_white: 189198
|
||||
race_black: 6683
|
||||
race_asian: 2711
|
||||
race_native: 178
|
||||
hispanic: 4335
|
||||
bachelors_plus: 69127
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Washington County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 210042 |
|
||||
| Under 18 | 41070 |
|
||||
| 18–64 | 122805 |
|
||||
| 65+ | 46167 |
|
||||
| Median household income | 78958 |
|
||||
| Poverty rate | 9.61 |
|
||||
| Homeownership rate | 76.1 |
|
||||
| Unemployment rate | 4.78 |
|
||||
| Median home value | 228500 |
|
||||
| Gini index | 0.4539 |
|
||||
| Vacancy rate | 9.62 |
|
||||
| White | 189198 |
|
||||
| Black | 6683 |
|
||||
| Asian | 2711 |
|
||||
| Native | 178 |
|
||||
| Hispanic/Latino | 4335 |
|
||||
| Bachelor's or higher | 69127 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wayne County, PA"
|
||||
classification: county
|
||||
fips: "42127"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 51262
|
||||
population_under_18: 8408
|
||||
population_18_64: 29747
|
||||
population_65_plus: 13107
|
||||
median_household_income: 62381
|
||||
poverty_rate: 12.12
|
||||
homeownership_rate: 80.52
|
||||
unemployment_rate: 6.01
|
||||
median_home_value: 242100
|
||||
gini_index: 0.4486
|
||||
vacancy_rate: 35.11
|
||||
race_white: 45605
|
||||
race_black: 1657
|
||||
race_asian: 389
|
||||
race_native: 88
|
||||
hispanic: 2638
|
||||
bachelors_plus: 13213
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wayne County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 51262 |
|
||||
| Under 18 | 8408 |
|
||||
| 18–64 | 29747 |
|
||||
| 65+ | 13107 |
|
||||
| Median household income | 62381 |
|
||||
| Poverty rate | 12.12 |
|
||||
| Homeownership rate | 80.52 |
|
||||
| Unemployment rate | 6.01 |
|
||||
| Median home value | 242100 |
|
||||
| Gini index | 0.4486 |
|
||||
| Vacancy rate | 35.11 |
|
||||
| White | 45605 |
|
||||
| Black | 1657 |
|
||||
| Asian | 389 |
|
||||
| Native | 88 |
|
||||
| Hispanic/Latino | 2638 |
|
||||
| Bachelor's or higher | 13213 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Westmoreland County, PA"
|
||||
classification: county
|
||||
fips: "42129"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 352500
|
||||
population_under_18: 64150
|
||||
population_18_64: 202708
|
||||
population_65_plus: 85642
|
||||
median_household_income: 74109
|
||||
poverty_rate: 10.27
|
||||
homeownership_rate: 78.42
|
||||
unemployment_rate: 4.78
|
||||
median_home_value: 203500
|
||||
gini_index: 0.4537
|
||||
vacancy_rate: 8.19
|
||||
race_white: 323709
|
||||
race_black: 9148
|
||||
race_asian: 3406
|
||||
race_native: 295
|
||||
hispanic: 5692
|
||||
bachelors_plus: 117251
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Westmoreland County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 352500 |
|
||||
| Under 18 | 64150 |
|
||||
| 18–64 | 202708 |
|
||||
| 65+ | 85642 |
|
||||
| Median household income | 74109 |
|
||||
| Poverty rate | 10.27 |
|
||||
| Homeownership rate | 78.42 |
|
||||
| Unemployment rate | 4.78 |
|
||||
| Median home value | 203500 |
|
||||
| Gini index | 0.4537 |
|
||||
| Vacancy rate | 8.19 |
|
||||
| White | 323709 |
|
||||
| Black | 9148 |
|
||||
| Asian | 3406 |
|
||||
| Native | 295 |
|
||||
| Hispanic/Latino | 5692 |
|
||||
| Bachelor's or higher | 117251 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wyoming County, PA"
|
||||
classification: county
|
||||
fips: "42131"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 25967
|
||||
population_under_18: 4975
|
||||
population_18_64: 15037
|
||||
population_65_plus: 5955
|
||||
median_household_income: 72460
|
||||
poverty_rate: 11.52
|
||||
homeownership_rate: 77.91
|
||||
unemployment_rate: 4.99
|
||||
median_home_value: 215400
|
||||
gini_index: 0.4584
|
||||
vacancy_rate: 15.38
|
||||
race_white: 24372
|
||||
race_black: 153
|
||||
race_asian: 63
|
||||
race_native: 30
|
||||
hispanic: 658
|
||||
bachelors_plus: 5618
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wyoming County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25967 |
|
||||
| Under 18 | 4975 |
|
||||
| 18–64 | 15037 |
|
||||
| 65+ | 5955 |
|
||||
| Median household income | 72460 |
|
||||
| Poverty rate | 11.52 |
|
||||
| Homeownership rate | 77.91 |
|
||||
| Unemployment rate | 4.99 |
|
||||
| Median home value | 215400 |
|
||||
| Gini index | 0.4584 |
|
||||
| Vacancy rate | 15.38 |
|
||||
| White | 24372 |
|
||||
| Black | 153 |
|
||||
| Asian | 63 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 658 |
|
||||
| Bachelor's or higher | 5618 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "York County, PA"
|
||||
classification: county
|
||||
fips: "42133"
|
||||
state: "PA"
|
||||
demographics:
|
||||
population: 462924
|
||||
population_under_18: 101294
|
||||
population_18_64: 274517
|
||||
population_65_plus: 87113
|
||||
median_household_income: 84829
|
||||
poverty_rate: 8.36
|
||||
homeownership_rate: 76.34
|
||||
unemployment_rate: 4.49
|
||||
median_home_value: 248600
|
||||
gini_index: 0.4122
|
||||
vacancy_rate: 4.36
|
||||
race_white: 375793
|
||||
race_black: 29054
|
||||
race_asian: 6866
|
||||
race_native: 644
|
||||
hispanic: 44412
|
||||
bachelors_plus: 123557
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, pa]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# York County, PA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 462924 |
|
||||
| Under 18 | 101294 |
|
||||
| 18–64 | 274517 |
|
||||
| 65+ | 87113 |
|
||||
| Median household income | 84829 |
|
||||
| Poverty rate | 8.36 |
|
||||
| Homeownership rate | 76.34 |
|
||||
| Unemployment rate | 4.49 |
|
||||
| Median home value | 248600 |
|
||||
| Gini index | 0.4122 |
|
||||
| Vacancy rate | 4.36 |
|
||||
| White | 375793 |
|
||||
| Black | 29054 |
|
||||
| Asian | 6866 |
|
||||
| Native | 644 |
|
||||
| Hispanic/Latino | 44412 |
|
||||
| Bachelor's or higher | 123557 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user