Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Chris Carmichael"
|
||||
description: "U.S. House candidate, KS-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRIS CARMICHAEL BUILDING COMMON GROUND"
|
||||
id: "C00931543"
|
||||
ids:
|
||||
fec: "H6KS04249"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chris Carmichael
|
||||
|
||||
Democratic challenger for U.S. House (KS-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRIS CARMICHAEL BUILDING COMMON GROUND (C00931543)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christy Davis"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRISTY DAVIS FOR KANSAS 2026"
|
||||
id: "C00915934"
|
||||
ids:
|
||||
fec: "S6KS00247"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christy Davis
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRISTY DAVIS FOR KANSAS 2026 (C00915934)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Derek Schmidt"
|
||||
description: "U.S. House candidate, KS-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DEREK SCHMIDT FOR CONGRESS"
|
||||
id: "C00877373"
|
||||
ids:
|
||||
fec: "H4KS02164"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Derek Schmidt
|
||||
|
||||
Republican incumbent for U.S. House (KS-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DEREK SCHMIDT FOR CONGRESS (C00877373)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Don Coover"
|
||||
description: "U.S. House candidate, KS-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DON COOVER FOR CONGRESS"
|
||||
id: "C00917088"
|
||||
ids:
|
||||
fec: "H6KS02276"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Don Coover
|
||||
|
||||
Democratic challenger for U.S. House (KS-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DON COOVER FOR CONGRESS (C00917088)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Erik Murray"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ERIK MURRAY FOR KANSAS"
|
||||
id: "C00929240"
|
||||
ids:
|
||||
fec: "S6KS00270"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Erik Murray
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ERIK MURRAY FOR KANSAS (C00929240)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jason Hart"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HART FOR SENATE"
|
||||
id: "C00942391"
|
||||
ids:
|
||||
fec: "S6KS00304"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jason Hart
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HART FOR SENATE (C00942391)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Katy Tyndell"
|
||||
description: "U.S. House candidate, KS-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TYNDELL FOR CONGRESS"
|
||||
id: "C00941658"
|
||||
ids:
|
||||
fec: "H6KS04272"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Katy Tyndell
|
||||
|
||||
Democratic challenger for U.S. House (KS-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TYNDELL FOR CONGRESS (C00941658)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kenneth Colin Mcroberts"
|
||||
description: "U.S. House candidate, KS-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COLIN FOR KANSAS"
|
||||
id: "C00919860"
|
||||
ids:
|
||||
fec: "H6KS01195"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kenneth Colin Mcroberts
|
||||
|
||||
Democratic challenger for U.S. House (KS-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COLIN FOR KANSAS (C00919860)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lauren Reinhold"
|
||||
description: "U.S. House candidate, KS-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LAUREN REINHOLD FOR KANSAS"
|
||||
id: "C00932855"
|
||||
ids:
|
||||
fec: "H6KS01203"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lauren Reinhold
|
||||
|
||||
Democratic challenger for U.S. House (KS-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LAUREN REINHOLD FOR KANSAS (C00932855)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lois Anne Elizabeth Lea Parelkar"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ANNE FOR KANSAS"
|
||||
id: "C00913293"
|
||||
ids:
|
||||
fec: "S6KS00239"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lois Anne Elizabeth Lea Parelkar
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ANNE FOR KANSAS (C00913293)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Noah Taylor"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NOAH TAYLOR FOR KANSAS"
|
||||
id: "C00943803"
|
||||
ids:
|
||||
fec: "S6KS00296"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Noah Taylor
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NOAH TAYLOR FOR KANSAS (C00943803)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Patrick Schmidt"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PATRICK SCHMIDT FOR SENATE"
|
||||
id: "C00937599"
|
||||
ids:
|
||||
fec: "S6KS00288"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Patrick Schmidt
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PATRICK SCHMIDT FOR SENATE (C00937599)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Roger W Marshall"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KANSANS FOR MARSHALL"
|
||||
id: "C00576173"
|
||||
ids:
|
||||
fec: "S0KS00315"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Roger W Marshall
|
||||
|
||||
Republican incumbent for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KANSANS FOR MARSHALL (C00576173)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ron Estes"
|
||||
description: "U.S. House candidate, KS-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-04"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RON ESTES FOR CONGRESS"
|
||||
id: "C00632067"
|
||||
ids:
|
||||
fec: "H8KS04112"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ron Estes
|
||||
|
||||
Republican incumbent for U.S. House (KS-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RON ESTES FOR CONGRESS (C00632067)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sandy Spidel Neumann"
|
||||
description: "U.S. Senate candidate, KS (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "KS"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SANDY FOR KANSAS"
|
||||
id: "C00923474"
|
||||
ids:
|
||||
fec: "S6KS00262"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sandy Spidel Neumann
|
||||
|
||||
Democratic challenger for U.S. Senate (KS), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SANDY FOR KANSAS (C00923474)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sharice Davids"
|
||||
description: "U.S. House candidate, KS-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-03"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SHARICE FOR CONGRESS"
|
||||
id: "C00670034"
|
||||
ids:
|
||||
fec: "H8KS03155"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sharice Davids
|
||||
|
||||
Democratic incumbent for U.S. House (KS-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SHARICE FOR CONGRESS (C00670034)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Tracey Robert Mann"
|
||||
description: "U.S. House candidate, KS-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "KS"
|
||||
district: "KS-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MANN FOR CONGRESS"
|
||||
id: "C00460659"
|
||||
ids:
|
||||
fec: "H0KS01123"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tracey Robert Mann
|
||||
|
||||
Republican incumbent for U.S. House (KS-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MANN FOR CONGRESS (C00460659)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Allen County, KS"
|
||||
classification: county
|
||||
fips: "20001"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 12483
|
||||
population_under_18: 2814
|
||||
population_18_64: 7050
|
||||
population_65_plus: 2619
|
||||
median_household_income: 60689
|
||||
poverty_rate: 9.92
|
||||
homeownership_rate: 75.43
|
||||
unemployment_rate: 7.91
|
||||
median_home_value: 107600
|
||||
gini_index: 0.3985
|
||||
vacancy_rate: 17.54
|
||||
race_white: 11273
|
||||
race_black: 352
|
||||
race_asian: 46
|
||||
race_native: 76
|
||||
hispanic: 533
|
||||
bachelors_plus: 2573
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Allen County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12483 |
|
||||
| Under 18 | 2814 |
|
||||
| 18–64 | 7050 |
|
||||
| 65+ | 2619 |
|
||||
| Median household income | 60689 |
|
||||
| Poverty rate | 9.92 |
|
||||
| Homeownership rate | 75.43 |
|
||||
| Unemployment rate | 7.91 |
|
||||
| Median home value | 107600 |
|
||||
| Gini index | 0.3985 |
|
||||
| Vacancy rate | 17.54 |
|
||||
| White | 11273 |
|
||||
| Black | 352 |
|
||||
| Asian | 46 |
|
||||
| Native | 76 |
|
||||
| Hispanic/Latino | 533 |
|
||||
| Bachelor's or higher | 2573 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Anderson County, KS"
|
||||
classification: county
|
||||
fips: "20003"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 7834
|
||||
population_under_18: 2009
|
||||
population_18_64: 4203
|
||||
population_65_plus: 1622
|
||||
median_household_income: 70614
|
||||
poverty_rate: 11.04
|
||||
homeownership_rate: 78.9
|
||||
unemployment_rate: 4.1
|
||||
median_home_value: 171400
|
||||
gini_index: 0.3488
|
||||
vacancy_rate: 10.54
|
||||
race_white: 7199
|
||||
race_black: 83
|
||||
race_asian: 0
|
||||
race_native: 7
|
||||
hispanic: 142
|
||||
bachelors_plus: 1030
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Anderson County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7834 |
|
||||
| Under 18 | 2009 |
|
||||
| 18–64 | 4203 |
|
||||
| 65+ | 1622 |
|
||||
| Median household income | 70614 |
|
||||
| Poverty rate | 11.04 |
|
||||
| Homeownership rate | 78.9 |
|
||||
| Unemployment rate | 4.1 |
|
||||
| Median home value | 171400 |
|
||||
| Gini index | 0.3488 |
|
||||
| Vacancy rate | 10.54 |
|
||||
| White | 7199 |
|
||||
| Black | 83 |
|
||||
| Asian | 0 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 142 |
|
||||
| Bachelor's or higher | 1030 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Atchison County, KS"
|
||||
classification: county
|
||||
fips: "20005"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 16208
|
||||
population_under_18: 3537
|
||||
population_18_64: 9740
|
||||
population_65_plus: 2931
|
||||
median_household_income: 61112
|
||||
poverty_rate: 12.98
|
||||
homeownership_rate: 71.91
|
||||
unemployment_rate: 4.59
|
||||
median_home_value: 145700
|
||||
gini_index: 0.4414
|
||||
vacancy_rate: 15.87
|
||||
race_white: 14207
|
||||
race_black: 588
|
||||
race_asian: 55
|
||||
race_native: 42
|
||||
hispanic: 608
|
||||
bachelors_plus: 2976
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Atchison County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16208 |
|
||||
| Under 18 | 3537 |
|
||||
| 18–64 | 9740 |
|
||||
| 65+ | 2931 |
|
||||
| Median household income | 61112 |
|
||||
| Poverty rate | 12.98 |
|
||||
| Homeownership rate | 71.91 |
|
||||
| Unemployment rate | 4.59 |
|
||||
| Median home value | 145700 |
|
||||
| Gini index | 0.4414 |
|
||||
| Vacancy rate | 15.87 |
|
||||
| White | 14207 |
|
||||
| Black | 588 |
|
||||
| Asian | 55 |
|
||||
| Native | 42 |
|
||||
| Hispanic/Latino | 608 |
|
||||
| Bachelor's or higher | 2976 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Barber County, KS"
|
||||
classification: county
|
||||
fips: "20007"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 4069
|
||||
population_under_18: 932
|
||||
population_18_64: 2170
|
||||
population_65_plus: 967
|
||||
median_household_income: 61926
|
||||
poverty_rate: 11.78
|
||||
homeownership_rate: 80.96
|
||||
unemployment_rate: 1.25
|
||||
median_home_value: 97000
|
||||
gini_index: 0.4339
|
||||
vacancy_rate: 26.29
|
||||
race_white: 3671
|
||||
race_black: 3
|
||||
race_asian: 0
|
||||
race_native: 92
|
||||
hispanic: 258
|
||||
bachelors_plus: 915
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Barber County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4069 |
|
||||
| Under 18 | 932 |
|
||||
| 18–64 | 2170 |
|
||||
| 65+ | 967 |
|
||||
| Median household income | 61926 |
|
||||
| Poverty rate | 11.78 |
|
||||
| Homeownership rate | 80.96 |
|
||||
| Unemployment rate | 1.25 |
|
||||
| Median home value | 97000 |
|
||||
| Gini index | 0.4339 |
|
||||
| Vacancy rate | 26.29 |
|
||||
| White | 3671 |
|
||||
| Black | 3 |
|
||||
| Asian | 0 |
|
||||
| Native | 92 |
|
||||
| Hispanic/Latino | 258 |
|
||||
| Bachelor's or higher | 915 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Barton County, KS"
|
||||
classification: county
|
||||
fips: "20009"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 25097
|
||||
population_under_18: 6044
|
||||
population_18_64: 13844
|
||||
population_65_plus: 5209
|
||||
median_household_income: 58851
|
||||
poverty_rate: 15.4
|
||||
homeownership_rate: 65.16
|
||||
unemployment_rate: 3.89
|
||||
median_home_value: 126400
|
||||
gini_index: 0.4443
|
||||
vacancy_rate: 16.18
|
||||
race_white: 20421
|
||||
race_black: 159
|
||||
race_asian: 50
|
||||
race_native: 203
|
||||
hispanic: 4183
|
||||
bachelors_plus: 4720
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Barton County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25097 |
|
||||
| Under 18 | 6044 |
|
||||
| 18–64 | 13844 |
|
||||
| 65+ | 5209 |
|
||||
| Median household income | 58851 |
|
||||
| Poverty rate | 15.4 |
|
||||
| Homeownership rate | 65.16 |
|
||||
| Unemployment rate | 3.89 |
|
||||
| Median home value | 126400 |
|
||||
| Gini index | 0.4443 |
|
||||
| Vacancy rate | 16.18 |
|
||||
| White | 20421 |
|
||||
| Black | 159 |
|
||||
| Asian | 50 |
|
||||
| Native | 203 |
|
||||
| Hispanic/Latino | 4183 |
|
||||
| Bachelor's or higher | 4720 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bourbon County, KS"
|
||||
classification: county
|
||||
fips: "20011"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 14394
|
||||
population_under_18: 3601
|
||||
population_18_64: 7913
|
||||
population_65_plus: 2880
|
||||
median_household_income: 59238
|
||||
poverty_rate: 13.64
|
||||
homeownership_rate: 74.04
|
||||
unemployment_rate: 5.28
|
||||
median_home_value: 113800
|
||||
gini_index: 0.4106
|
||||
vacancy_rate: 13.56
|
||||
race_white: 13033
|
||||
race_black: 245
|
||||
race_asian: 116
|
||||
race_native: 12
|
||||
hispanic: 452
|
||||
bachelors_plus: 2901
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bourbon County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14394 |
|
||||
| Under 18 | 3601 |
|
||||
| 18–64 | 7913 |
|
||||
| 65+ | 2880 |
|
||||
| Median household income | 59238 |
|
||||
| Poverty rate | 13.64 |
|
||||
| Homeownership rate | 74.04 |
|
||||
| Unemployment rate | 5.28 |
|
||||
| Median home value | 113800 |
|
||||
| Gini index | 0.4106 |
|
||||
| Vacancy rate | 13.56 |
|
||||
| White | 13033 |
|
||||
| Black | 245 |
|
||||
| Asian | 116 |
|
||||
| Native | 12 |
|
||||
| Hispanic/Latino | 452 |
|
||||
| Bachelor's or higher | 2901 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Brown County, KS"
|
||||
classification: county
|
||||
fips: "20013"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 9343
|
||||
population_under_18: 2333
|
||||
population_18_64: 4922
|
||||
population_65_plus: 2088
|
||||
median_household_income: 62233
|
||||
poverty_rate: 13.76
|
||||
homeownership_rate: 76.33
|
||||
unemployment_rate: 5.18
|
||||
median_home_value: 118100
|
||||
gini_index: 0.4594
|
||||
vacancy_rate: 15.27
|
||||
race_white: 7772
|
||||
race_black: 148
|
||||
race_asian: 29
|
||||
race_native: 677
|
||||
hispanic: 435
|
||||
bachelors_plus: 1653
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brown County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9343 |
|
||||
| Under 18 | 2333 |
|
||||
| 18–64 | 4922 |
|
||||
| 65+ | 2088 |
|
||||
| Median household income | 62233 |
|
||||
| Poverty rate | 13.76 |
|
||||
| Homeownership rate | 76.33 |
|
||||
| Unemployment rate | 5.18 |
|
||||
| Median home value | 118100 |
|
||||
| Gini index | 0.4594 |
|
||||
| Vacancy rate | 15.27 |
|
||||
| White | 7772 |
|
||||
| Black | 148 |
|
||||
| Asian | 29 |
|
||||
| Native | 677 |
|
||||
| Hispanic/Latino | 435 |
|
||||
| Bachelor's or higher | 1653 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Butler County, KS"
|
||||
classification: county
|
||||
fips: "20015"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 68287
|
||||
population_under_18: 16796
|
||||
population_18_64: 40400
|
||||
population_65_plus: 11091
|
||||
median_household_income: 81610
|
||||
poverty_rate: 8.55
|
||||
homeownership_rate: 77.56
|
||||
unemployment_rate: 3.4
|
||||
median_home_value: 217600
|
||||
gini_index: 0.4228
|
||||
vacancy_rate: 7.81
|
||||
race_white: 59618
|
||||
race_black: 1329
|
||||
race_asian: 1159
|
||||
race_native: 415
|
||||
hispanic: 3992
|
||||
bachelors_plus: 19831
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Butler County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 68287 |
|
||||
| Under 18 | 16796 |
|
||||
| 18–64 | 40400 |
|
||||
| 65+ | 11091 |
|
||||
| Median household income | 81610 |
|
||||
| Poverty rate | 8.55 |
|
||||
| Homeownership rate | 77.56 |
|
||||
| Unemployment rate | 3.4 |
|
||||
| Median home value | 217600 |
|
||||
| Gini index | 0.4228 |
|
||||
| Vacancy rate | 7.81 |
|
||||
| White | 59618 |
|
||||
| Black | 1329 |
|
||||
| Asian | 1159 |
|
||||
| Native | 415 |
|
||||
| Hispanic/Latino | 3992 |
|
||||
| Bachelor's or higher | 19831 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chase County, KS"
|
||||
classification: county
|
||||
fips: "20017"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2561
|
||||
population_under_18: 523
|
||||
population_18_64: 1392
|
||||
population_65_plus: 646
|
||||
median_household_income: 56484
|
||||
poverty_rate: 8.35
|
||||
homeownership_rate: 73.32
|
||||
unemployment_rate: 0.94
|
||||
median_home_value: 109700
|
||||
gini_index: 0.472
|
||||
vacancy_rate: 17.36
|
||||
race_white: 2276
|
||||
race_black: 27
|
||||
race_asian: 14
|
||||
race_native: 4
|
||||
hispanic: 216
|
||||
bachelors_plus: 711
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chase County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2561 |
|
||||
| Under 18 | 523 |
|
||||
| 18–64 | 1392 |
|
||||
| 65+ | 646 |
|
||||
| Median household income | 56484 |
|
||||
| Poverty rate | 8.35 |
|
||||
| Homeownership rate | 73.32 |
|
||||
| Unemployment rate | 0.94 |
|
||||
| Median home value | 109700 |
|
||||
| Gini index | 0.472 |
|
||||
| Vacancy rate | 17.36 |
|
||||
| White | 2276 |
|
||||
| Black | 27 |
|
||||
| Asian | 14 |
|
||||
| Native | 4 |
|
||||
| Hispanic/Latino | 216 |
|
||||
| Bachelor's or higher | 711 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chautauqua County, KS"
|
||||
classification: county
|
||||
fips: "20019"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 3370
|
||||
population_under_18: 741
|
||||
population_18_64: 1819
|
||||
population_65_plus: 810
|
||||
median_household_income: 56438
|
||||
poverty_rate: 14.92
|
||||
homeownership_rate: 82.01
|
||||
unemployment_rate: 3.62
|
||||
median_home_value: 65500
|
||||
gini_index: 0.4601
|
||||
vacancy_rate: 31.34
|
||||
race_white: 2737
|
||||
race_black: 28
|
||||
race_asian: 3
|
||||
race_native: 168
|
||||
hispanic: 167
|
||||
bachelors_plus: 555
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chautauqua County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3370 |
|
||||
| Under 18 | 741 |
|
||||
| 18–64 | 1819 |
|
||||
| 65+ | 810 |
|
||||
| Median household income | 56438 |
|
||||
| Poverty rate | 14.92 |
|
||||
| Homeownership rate | 82.01 |
|
||||
| Unemployment rate | 3.62 |
|
||||
| Median home value | 65500 |
|
||||
| Gini index | 0.4601 |
|
||||
| Vacancy rate | 31.34 |
|
||||
| White | 2737 |
|
||||
| Black | 28 |
|
||||
| Asian | 3 |
|
||||
| Native | 168 |
|
||||
| Hispanic/Latino | 167 |
|
||||
| Bachelor's or higher | 555 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cherokee County, KS"
|
||||
classification: county
|
||||
fips: "20021"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 19151
|
||||
population_under_18: 4356
|
||||
population_18_64: 10918
|
||||
population_65_plus: 3877
|
||||
median_household_income: 57668
|
||||
poverty_rate: 14.11
|
||||
homeownership_rate: 75.53
|
||||
unemployment_rate: 3.26
|
||||
median_home_value: 100100
|
||||
gini_index: 0.4229
|
||||
vacancy_rate: 13.6
|
||||
race_white: 16629
|
||||
race_black: 156
|
||||
race_asian: 100
|
||||
race_native: 388
|
||||
hispanic: 566
|
||||
bachelors_plus: 3388
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cherokee County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19151 |
|
||||
| Under 18 | 4356 |
|
||||
| 18–64 | 10918 |
|
||||
| 65+ | 3877 |
|
||||
| Median household income | 57668 |
|
||||
| Poverty rate | 14.11 |
|
||||
| Homeownership rate | 75.53 |
|
||||
| Unemployment rate | 3.26 |
|
||||
| Median home value | 100100 |
|
||||
| Gini index | 0.4229 |
|
||||
| Vacancy rate | 13.6 |
|
||||
| White | 16629 |
|
||||
| Black | 156 |
|
||||
| Asian | 100 |
|
||||
| Native | 388 |
|
||||
| Hispanic/Latino | 566 |
|
||||
| Bachelor's or higher | 3388 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cheyenne County, KS"
|
||||
classification: county
|
||||
fips: "20023"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2628
|
||||
population_under_18: 598
|
||||
population_18_64: 1341
|
||||
population_65_plus: 689
|
||||
median_household_income: 55429
|
||||
poverty_rate: 17.01
|
||||
homeownership_rate: 77.85
|
||||
unemployment_rate: 2.45
|
||||
median_home_value: 125900
|
||||
gini_index: 0.4713
|
||||
vacancy_rate: 16.84
|
||||
race_white: 2321
|
||||
race_black: 3
|
||||
race_asian: 0
|
||||
race_native: 23
|
||||
hispanic: 246
|
||||
bachelors_plus: 519
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cheyenne County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2628 |
|
||||
| Under 18 | 598 |
|
||||
| 18–64 | 1341 |
|
||||
| 65+ | 689 |
|
||||
| Median household income | 55429 |
|
||||
| Poverty rate | 17.01 |
|
||||
| Homeownership rate | 77.85 |
|
||||
| Unemployment rate | 2.45 |
|
||||
| Median home value | 125900 |
|
||||
| Gini index | 0.4713 |
|
||||
| Vacancy rate | 16.84 |
|
||||
| White | 2321 |
|
||||
| Black | 3 |
|
||||
| Asian | 0 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 246 |
|
||||
| Bachelor's or higher | 519 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clark County, KS"
|
||||
classification: county
|
||||
fips: "20025"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 1974
|
||||
population_under_18: 500
|
||||
population_18_64: 1023
|
||||
population_65_plus: 451
|
||||
median_household_income: 63043
|
||||
poverty_rate: 9.87
|
||||
homeownership_rate: 73.6
|
||||
unemployment_rate: 2.79
|
||||
median_home_value: 87600
|
||||
gini_index: 0.4219
|
||||
vacancy_rate: 24.16
|
||||
race_white: 1732
|
||||
race_black: 0
|
||||
race_asian: 7
|
||||
race_native: 18
|
||||
hispanic: 106
|
||||
bachelors_plus: 519
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clark County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1974 |
|
||||
| Under 18 | 500 |
|
||||
| 18–64 | 1023 |
|
||||
| 65+ | 451 |
|
||||
| Median household income | 63043 |
|
||||
| Poverty rate | 9.87 |
|
||||
| Homeownership rate | 73.6 |
|
||||
| Unemployment rate | 2.79 |
|
||||
| Median home value | 87600 |
|
||||
| Gini index | 0.4219 |
|
||||
| Vacancy rate | 24.16 |
|
||||
| White | 1732 |
|
||||
| Black | 0 |
|
||||
| Asian | 7 |
|
||||
| Native | 18 |
|
||||
| Hispanic/Latino | 106 |
|
||||
| Bachelor's or higher | 519 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clay County, KS"
|
||||
classification: county
|
||||
fips: "20027"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 8048
|
||||
population_under_18: 1853
|
||||
population_18_64: 4249
|
||||
population_65_plus: 1946
|
||||
median_household_income: 66176
|
||||
poverty_rate: 13.35
|
||||
homeownership_rate: 78.0
|
||||
unemployment_rate: 1.03
|
||||
median_home_value: 155900
|
||||
gini_index: 0.4309
|
||||
vacancy_rate: 10.7
|
||||
race_white: 7410
|
||||
race_black: 193
|
||||
race_asian: 45
|
||||
race_native: 38
|
||||
hispanic: 284
|
||||
bachelors_plus: 1882
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clay County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8048 |
|
||||
| Under 18 | 1853 |
|
||||
| 18–64 | 4249 |
|
||||
| 65+ | 1946 |
|
||||
| Median household income | 66176 |
|
||||
| Poverty rate | 13.35 |
|
||||
| Homeownership rate | 78.0 |
|
||||
| Unemployment rate | 1.03 |
|
||||
| Median home value | 155900 |
|
||||
| Gini index | 0.4309 |
|
||||
| Vacancy rate | 10.7 |
|
||||
| White | 7410 |
|
||||
| Black | 193 |
|
||||
| Asian | 45 |
|
||||
| Native | 38 |
|
||||
| Hispanic/Latino | 284 |
|
||||
| Bachelor's or higher | 1882 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cloud County, KS"
|
||||
classification: county
|
||||
fips: "20029"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 8898
|
||||
population_under_18: 2062
|
||||
population_18_64: 4928
|
||||
population_65_plus: 1908
|
||||
median_household_income: 58770
|
||||
poverty_rate: 9.95
|
||||
homeownership_rate: 73.97
|
||||
unemployment_rate: 2.49
|
||||
median_home_value: 100000
|
||||
gini_index: 0.4014
|
||||
vacancy_rate: 14.51
|
||||
race_white: 8122
|
||||
race_black: 73
|
||||
race_asian: 8
|
||||
race_native: 44
|
||||
hispanic: 343
|
||||
bachelors_plus: 1671
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cloud County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8898 |
|
||||
| Under 18 | 2062 |
|
||||
| 18–64 | 4928 |
|
||||
| 65+ | 1908 |
|
||||
| Median household income | 58770 |
|
||||
| Poverty rate | 9.95 |
|
||||
| Homeownership rate | 73.97 |
|
||||
| Unemployment rate | 2.49 |
|
||||
| Median home value | 100000 |
|
||||
| Gini index | 0.4014 |
|
||||
| Vacancy rate | 14.51 |
|
||||
| White | 8122 |
|
||||
| Black | 73 |
|
||||
| Asian | 8 |
|
||||
| Native | 44 |
|
||||
| Hispanic/Latino | 343 |
|
||||
| Bachelor's or higher | 1671 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Coffey County, KS"
|
||||
classification: county
|
||||
fips: "20031"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 8308
|
||||
population_under_18: 1783
|
||||
population_18_64: 4656
|
||||
population_65_plus: 1869
|
||||
median_household_income: 70346
|
||||
poverty_rate: 10.74
|
||||
homeownership_rate: 75.91
|
||||
unemployment_rate: 6.4
|
||||
median_home_value: 157400
|
||||
gini_index: 0.3961
|
||||
vacancy_rate: 11.33
|
||||
race_white: 7645
|
||||
race_black: 52
|
||||
race_asian: 77
|
||||
race_native: 58
|
||||
hispanic: 321
|
||||
bachelors_plus: 1483
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Coffey County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8308 |
|
||||
| Under 18 | 1783 |
|
||||
| 18–64 | 4656 |
|
||||
| 65+ | 1869 |
|
||||
| Median household income | 70346 |
|
||||
| Poverty rate | 10.74 |
|
||||
| Homeownership rate | 75.91 |
|
||||
| Unemployment rate | 6.4 |
|
||||
| Median home value | 157400 |
|
||||
| Gini index | 0.3961 |
|
||||
| Vacancy rate | 11.33 |
|
||||
| White | 7645 |
|
||||
| Black | 52 |
|
||||
| Asian | 77 |
|
||||
| Native | 58 |
|
||||
| Hispanic/Latino | 321 |
|
||||
| Bachelor's or higher | 1483 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Comanche County, KS"
|
||||
classification: county
|
||||
fips: "20033"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 1729
|
||||
population_under_18: 334
|
||||
population_18_64: 891
|
||||
population_65_plus: 504
|
||||
median_household_income: 54545
|
||||
poverty_rate: 9.23
|
||||
homeownership_rate: 73.42
|
||||
unemployment_rate: 1.69
|
||||
median_home_value: 69600
|
||||
gini_index: 0.3932
|
||||
vacancy_rate: 18.9
|
||||
race_white: 1644
|
||||
race_black: 7
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 35
|
||||
bachelors_plus: 314
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Comanche County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1729 |
|
||||
| Under 18 | 334 |
|
||||
| 18–64 | 891 |
|
||||
| 65+ | 504 |
|
||||
| Median household income | 54545 |
|
||||
| Poverty rate | 9.23 |
|
||||
| Homeownership rate | 73.42 |
|
||||
| Unemployment rate | 1.69 |
|
||||
| Median home value | 69600 |
|
||||
| Gini index | 0.3932 |
|
||||
| Vacancy rate | 18.9 |
|
||||
| White | 1644 |
|
||||
| Black | 7 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 35 |
|
||||
| Bachelor's or higher | 314 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cowley County, KS"
|
||||
classification: county
|
||||
fips: "20035"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 34411
|
||||
population_under_18: 8111
|
||||
population_18_64: 19782
|
||||
population_65_plus: 6518
|
||||
median_household_income: 57878
|
||||
poverty_rate: 14.26
|
||||
homeownership_rate: 68.1
|
||||
unemployment_rate: 3.85
|
||||
median_home_value: 120900
|
||||
gini_index: 0.4778
|
||||
vacancy_rate: 14.63
|
||||
race_white: 27599
|
||||
race_black: 861
|
||||
race_asian: 532
|
||||
race_native: 480
|
||||
hispanic: 4184
|
||||
bachelors_plus: 7466
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cowley County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34411 |
|
||||
| Under 18 | 8111 |
|
||||
| 18–64 | 19782 |
|
||||
| 65+ | 6518 |
|
||||
| Median household income | 57878 |
|
||||
| Poverty rate | 14.26 |
|
||||
| Homeownership rate | 68.1 |
|
||||
| Unemployment rate | 3.85 |
|
||||
| Median home value | 120900 |
|
||||
| Gini index | 0.4778 |
|
||||
| Vacancy rate | 14.63 |
|
||||
| White | 27599 |
|
||||
| Black | 861 |
|
||||
| Asian | 532 |
|
||||
| Native | 480 |
|
||||
| Hispanic/Latino | 4184 |
|
||||
| Bachelor's or higher | 7466 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crawford County, KS"
|
||||
classification: county
|
||||
fips: "20037"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 39008
|
||||
population_under_18: 8662
|
||||
population_18_64: 24123
|
||||
population_65_plus: 6223
|
||||
median_household_income: 52844
|
||||
poverty_rate: 20.61
|
||||
homeownership_rate: 60.79
|
||||
unemployment_rate: 4.07
|
||||
median_home_value: 132600
|
||||
gini_index: 0.4643
|
||||
vacancy_rate: 12.62
|
||||
race_white: 33844
|
||||
race_black: 681
|
||||
race_asian: 655
|
||||
race_native: 206
|
||||
hispanic: 2936
|
||||
bachelors_plus: 10209
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crawford County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39008 |
|
||||
| Under 18 | 8662 |
|
||||
| 18–64 | 24123 |
|
||||
| 65+ | 6223 |
|
||||
| Median household income | 52844 |
|
||||
| Poverty rate | 20.61 |
|
||||
| Homeownership rate | 60.79 |
|
||||
| Unemployment rate | 4.07 |
|
||||
| Median home value | 132600 |
|
||||
| Gini index | 0.4643 |
|
||||
| Vacancy rate | 12.62 |
|
||||
| White | 33844 |
|
||||
| Black | 681 |
|
||||
| Asian | 655 |
|
||||
| Native | 206 |
|
||||
| Hispanic/Latino | 2936 |
|
||||
| Bachelor's or higher | 10209 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Decatur County, KS"
|
||||
classification: county
|
||||
fips: "20039"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2726
|
||||
population_under_18: 568
|
||||
population_18_64: 1347
|
||||
population_65_plus: 811
|
||||
median_household_income: 53870
|
||||
poverty_rate: 12.73
|
||||
homeownership_rate: 77.69
|
||||
unemployment_rate: 4.11
|
||||
median_home_value: 89500
|
||||
gini_index: 0.4175
|
||||
vacancy_rate: 18.79
|
||||
race_white: 2527
|
||||
race_black: 31
|
||||
race_asian: 0
|
||||
race_native: 14
|
||||
hispanic: 130
|
||||
bachelors_plus: 715
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Decatur County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2726 |
|
||||
| Under 18 | 568 |
|
||||
| 18–64 | 1347 |
|
||||
| 65+ | 811 |
|
||||
| Median household income | 53870 |
|
||||
| Poverty rate | 12.73 |
|
||||
| Homeownership rate | 77.69 |
|
||||
| Unemployment rate | 4.11 |
|
||||
| Median home value | 89500 |
|
||||
| Gini index | 0.4175 |
|
||||
| Vacancy rate | 18.79 |
|
||||
| White | 2527 |
|
||||
| Black | 31 |
|
||||
| Asian | 0 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 130 |
|
||||
| Bachelor's or higher | 715 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dickinson County, KS"
|
||||
classification: county
|
||||
fips: "20041"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 18445
|
||||
population_under_18: 4283
|
||||
population_18_64: 10272
|
||||
population_65_plus: 3890
|
||||
median_household_income: 68417
|
||||
poverty_rate: 8.14
|
||||
homeownership_rate: 78.57
|
||||
unemployment_rate: 2.76
|
||||
median_home_value: 146800
|
||||
gini_index: 0.4039
|
||||
vacancy_rate: 8.8
|
||||
race_white: 16722
|
||||
race_black: 18
|
||||
race_asian: 44
|
||||
race_native: 92
|
||||
hispanic: 1050
|
||||
bachelors_plus: 4080
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dickinson County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18445 |
|
||||
| Under 18 | 4283 |
|
||||
| 18–64 | 10272 |
|
||||
| 65+ | 3890 |
|
||||
| Median household income | 68417 |
|
||||
| Poverty rate | 8.14 |
|
||||
| Homeownership rate | 78.57 |
|
||||
| Unemployment rate | 2.76 |
|
||||
| Median home value | 146800 |
|
||||
| Gini index | 0.4039 |
|
||||
| Vacancy rate | 8.8 |
|
||||
| White | 16722 |
|
||||
| Black | 18 |
|
||||
| Asian | 44 |
|
||||
| Native | 92 |
|
||||
| Hispanic/Latino | 1050 |
|
||||
| Bachelor's or higher | 4080 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Doniphan County, KS"
|
||||
classification: county
|
||||
fips: "20043"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 7503
|
||||
population_under_18: 1583
|
||||
population_18_64: 4407
|
||||
population_65_plus: 1513
|
||||
median_household_income: 74028
|
||||
poverty_rate: 9.65
|
||||
homeownership_rate: 81.06
|
||||
unemployment_rate: 1.64
|
||||
median_home_value: 135200
|
||||
gini_index: 0.4132
|
||||
vacancy_rate: 19.24
|
||||
race_white: 6752
|
||||
race_black: 246
|
||||
race_asian: 8
|
||||
race_native: 25
|
||||
hispanic: 260
|
||||
bachelors_plus: 1591
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Doniphan County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7503 |
|
||||
| Under 18 | 1583 |
|
||||
| 18–64 | 4407 |
|
||||
| 65+ | 1513 |
|
||||
| Median household income | 74028 |
|
||||
| Poverty rate | 9.65 |
|
||||
| Homeownership rate | 81.06 |
|
||||
| Unemployment rate | 1.64 |
|
||||
| Median home value | 135200 |
|
||||
| Gini index | 0.4132 |
|
||||
| Vacancy rate | 19.24 |
|
||||
| White | 6752 |
|
||||
| Black | 246 |
|
||||
| Asian | 8 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 260 |
|
||||
| Bachelor's or higher | 1591 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Douglas County, KS"
|
||||
classification: county
|
||||
fips: "20045"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 120302
|
||||
population_under_18: 21113
|
||||
population_18_64: 82467
|
||||
population_65_plus: 16722
|
||||
median_household_income: 69746
|
||||
poverty_rate: 14.73
|
||||
homeownership_rate: 50.09
|
||||
unemployment_rate: 4.22
|
||||
median_home_value: 309400
|
||||
gini_index: 0.4628
|
||||
vacancy_rate: 6.09
|
||||
race_white: 93924
|
||||
race_black: 5260
|
||||
race_asian: 5207
|
||||
race_native: 1549
|
||||
hispanic: 8640
|
||||
bachelors_plus: 55739
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Douglas County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 120302 |
|
||||
| Under 18 | 21113 |
|
||||
| 18–64 | 82467 |
|
||||
| 65+ | 16722 |
|
||||
| Median household income | 69746 |
|
||||
| Poverty rate | 14.73 |
|
||||
| Homeownership rate | 50.09 |
|
||||
| Unemployment rate | 4.22 |
|
||||
| Median home value | 309400 |
|
||||
| Gini index | 0.4628 |
|
||||
| Vacancy rate | 6.09 |
|
||||
| White | 93924 |
|
||||
| Black | 5260 |
|
||||
| Asian | 5207 |
|
||||
| Native | 1549 |
|
||||
| Hispanic/Latino | 8640 |
|
||||
| Bachelor's or higher | 55739 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Edwards County, KS"
|
||||
classification: county
|
||||
fips: "20047"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2779
|
||||
population_under_18: 645
|
||||
population_18_64: 1509
|
||||
population_65_plus: 625
|
||||
median_household_income: 52692
|
||||
poverty_rate: 18.87
|
||||
homeownership_rate: 79.17
|
||||
unemployment_rate: 6.79
|
||||
median_home_value: 70900
|
||||
gini_index: 0.4537
|
||||
vacancy_rate: 24.98
|
||||
race_white: 2152
|
||||
race_black: 4
|
||||
race_asian: 2
|
||||
race_native: 19
|
||||
hispanic: 633
|
||||
bachelors_plus: 538
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Edwards County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2779 |
|
||||
| Under 18 | 645 |
|
||||
| 18–64 | 1509 |
|
||||
| 65+ | 625 |
|
||||
| Median household income | 52692 |
|
||||
| Poverty rate | 18.87 |
|
||||
| Homeownership rate | 79.17 |
|
||||
| Unemployment rate | 6.79 |
|
||||
| Median home value | 70900 |
|
||||
| Gini index | 0.4537 |
|
||||
| Vacancy rate | 24.98 |
|
||||
| White | 2152 |
|
||||
| Black | 4 |
|
||||
| Asian | 2 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 633 |
|
||||
| Bachelor's or higher | 538 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Elk County, KS"
|
||||
classification: county
|
||||
fips: "20049"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2453
|
||||
population_under_18: 567
|
||||
population_18_64: 1187
|
||||
population_65_plus: 699
|
||||
median_household_income: 64609
|
||||
poverty_rate: 10.37
|
||||
homeownership_rate: 78.78
|
||||
unemployment_rate: 2.03
|
||||
median_home_value: 68500
|
||||
gini_index: 0.3945
|
||||
vacancy_rate: 33.0
|
||||
race_white: 2167
|
||||
race_black: 2
|
||||
race_asian: 6
|
||||
race_native: 18
|
||||
hispanic: 110
|
||||
bachelors_plus: 477
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elk County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2453 |
|
||||
| Under 18 | 567 |
|
||||
| 18–64 | 1187 |
|
||||
| 65+ | 699 |
|
||||
| Median household income | 64609 |
|
||||
| Poverty rate | 10.37 |
|
||||
| Homeownership rate | 78.78 |
|
||||
| Unemployment rate | 2.03 |
|
||||
| Median home value | 68500 |
|
||||
| Gini index | 0.3945 |
|
||||
| Vacancy rate | 33.0 |
|
||||
| White | 2167 |
|
||||
| Black | 2 |
|
||||
| Asian | 6 |
|
||||
| Native | 18 |
|
||||
| Hispanic/Latino | 110 |
|
||||
| Bachelor's or higher | 477 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ellis County, KS"
|
||||
classification: county
|
||||
fips: "20051"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 28920
|
||||
population_under_18: 5820
|
||||
population_18_64: 18484
|
||||
population_65_plus: 4616
|
||||
median_household_income: 63084
|
||||
poverty_rate: 18.35
|
||||
homeownership_rate: 63.19
|
||||
unemployment_rate: 3.25
|
||||
median_home_value: 216300
|
||||
gini_index: 0.489
|
||||
vacancy_rate: 7.8
|
||||
race_white: 25650
|
||||
race_black: 533
|
||||
race_asian: 452
|
||||
race_native: 61
|
||||
hispanic: 2110
|
||||
bachelors_plus: 9256
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ellis County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28920 |
|
||||
| Under 18 | 5820 |
|
||||
| 18–64 | 18484 |
|
||||
| 65+ | 4616 |
|
||||
| Median household income | 63084 |
|
||||
| Poverty rate | 18.35 |
|
||||
| Homeownership rate | 63.19 |
|
||||
| Unemployment rate | 3.25 |
|
||||
| Median home value | 216300 |
|
||||
| Gini index | 0.489 |
|
||||
| Vacancy rate | 7.8 |
|
||||
| White | 25650 |
|
||||
| Black | 533 |
|
||||
| Asian | 452 |
|
||||
| Native | 61 |
|
||||
| Hispanic/Latino | 2110 |
|
||||
| Bachelor's or higher | 9256 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ellsworth County, KS"
|
||||
classification: county
|
||||
fips: "20053"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 6360
|
||||
population_under_18: 1122
|
||||
population_18_64: 3740
|
||||
population_65_plus: 1498
|
||||
median_household_income: 65560
|
||||
poverty_rate: 10.37
|
||||
homeownership_rate: 80.23
|
||||
unemployment_rate: 2.56
|
||||
median_home_value: 114900
|
||||
gini_index: 0.4659
|
||||
vacancy_rate: 21.55
|
||||
race_white: 5435
|
||||
race_black: 219
|
||||
race_asian: 29
|
||||
race_native: 10
|
||||
hispanic: 387
|
||||
bachelors_plus: 1506
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ellsworth County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6360 |
|
||||
| Under 18 | 1122 |
|
||||
| 18–64 | 3740 |
|
||||
| 65+ | 1498 |
|
||||
| Median household income | 65560 |
|
||||
| Poverty rate | 10.37 |
|
||||
| Homeownership rate | 80.23 |
|
||||
| Unemployment rate | 2.56 |
|
||||
| Median home value | 114900 |
|
||||
| Gini index | 0.4659 |
|
||||
| Vacancy rate | 21.55 |
|
||||
| White | 5435 |
|
||||
| Black | 219 |
|
||||
| Asian | 29 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 387 |
|
||||
| Bachelor's or higher | 1506 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Finney County, KS"
|
||||
classification: county
|
||||
fips: "20055"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 38084
|
||||
population_under_18: 11379
|
||||
population_18_64: 22180
|
||||
population_65_plus: 4525
|
||||
median_household_income: 73009
|
||||
poverty_rate: 11.08
|
||||
homeownership_rate: 64.93
|
||||
unemployment_rate: 4.06
|
||||
median_home_value: 201400
|
||||
gini_index: 0.3922
|
||||
vacancy_rate: 7.84
|
||||
race_white: 19095
|
||||
race_black: 1752
|
||||
race_asian: 1471
|
||||
race_native: 232
|
||||
hispanic: 20246
|
||||
bachelors_plus: 5671
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Finney County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 38084 |
|
||||
| Under 18 | 11379 |
|
||||
| 18–64 | 22180 |
|
||||
| 65+ | 4525 |
|
||||
| Median household income | 73009 |
|
||||
| Poverty rate | 11.08 |
|
||||
| Homeownership rate | 64.93 |
|
||||
| Unemployment rate | 4.06 |
|
||||
| Median home value | 201400 |
|
||||
| Gini index | 0.3922 |
|
||||
| Vacancy rate | 7.84 |
|
||||
| White | 19095 |
|
||||
| Black | 1752 |
|
||||
| Asian | 1471 |
|
||||
| Native | 232 |
|
||||
| Hispanic/Latino | 20246 |
|
||||
| Bachelor's or higher | 5671 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ford County, KS"
|
||||
classification: county
|
||||
fips: "20057"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 34074
|
||||
population_under_18: 10197
|
||||
population_18_64: 19832
|
||||
population_65_plus: 4045
|
||||
median_household_income: 70781
|
||||
poverty_rate: 13.97
|
||||
homeownership_rate: 62.49
|
||||
unemployment_rate: 5.06
|
||||
median_home_value: 151100
|
||||
gini_index: 0.4006
|
||||
vacancy_rate: 7.43
|
||||
race_white: 15956
|
||||
race_black: 1184
|
||||
race_asian: 424
|
||||
race_native: 337
|
||||
hispanic: 20130
|
||||
bachelors_plus: 5626
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ford County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34074 |
|
||||
| Under 18 | 10197 |
|
||||
| 18–64 | 19832 |
|
||||
| 65+ | 4045 |
|
||||
| Median household income | 70781 |
|
||||
| Poverty rate | 13.97 |
|
||||
| Homeownership rate | 62.49 |
|
||||
| Unemployment rate | 5.06 |
|
||||
| Median home value | 151100 |
|
||||
| Gini index | 0.4006 |
|
||||
| Vacancy rate | 7.43 |
|
||||
| White | 15956 |
|
||||
| Black | 1184 |
|
||||
| Asian | 424 |
|
||||
| Native | 337 |
|
||||
| Hispanic/Latino | 20130 |
|
||||
| Bachelor's or higher | 5626 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, KS"
|
||||
classification: county
|
||||
fips: "20059"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 26106
|
||||
population_under_18: 6031
|
||||
population_18_64: 15397
|
||||
population_65_plus: 4678
|
||||
median_household_income: 77207
|
||||
poverty_rate: 8.67
|
||||
homeownership_rate: 72.23
|
||||
unemployment_rate: 2.98
|
||||
median_home_value: 198700
|
||||
gini_index: 0.3755
|
||||
vacancy_rate: 7.97
|
||||
race_white: 23647
|
||||
race_black: 279
|
||||
race_asian: 160
|
||||
race_native: 161
|
||||
hispanic: 1264
|
||||
bachelors_plus: 5947
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26106 |
|
||||
| Under 18 | 6031 |
|
||||
| 18–64 | 15397 |
|
||||
| 65+ | 4678 |
|
||||
| Median household income | 77207 |
|
||||
| Poverty rate | 8.67 |
|
||||
| Homeownership rate | 72.23 |
|
||||
| Unemployment rate | 2.98 |
|
||||
| Median home value | 198700 |
|
||||
| Gini index | 0.3755 |
|
||||
| Vacancy rate | 7.97 |
|
||||
| White | 23647 |
|
||||
| Black | 279 |
|
||||
| Asian | 160 |
|
||||
| Native | 161 |
|
||||
| Hispanic/Latino | 1264 |
|
||||
| Bachelor's or higher | 5947 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Geary County, KS"
|
||||
classification: county
|
||||
fips: "20061"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 35815
|
||||
population_under_18: 11373
|
||||
population_18_64: 21333
|
||||
population_65_plus: 3109
|
||||
median_household_income: 59317
|
||||
poverty_rate: 18.01
|
||||
homeownership_rate: 43.52
|
||||
unemployment_rate: 6.93
|
||||
median_home_value: 172700
|
||||
gini_index: 0.3884
|
||||
vacancy_rate: 11.17
|
||||
race_white: 21186
|
||||
race_black: 5237
|
||||
race_asian: 1110
|
||||
race_native: 241
|
||||
hispanic: 6050
|
||||
bachelors_plus: 6801
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Geary County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 35815 |
|
||||
| Under 18 | 11373 |
|
||||
| 18–64 | 21333 |
|
||||
| 65+ | 3109 |
|
||||
| Median household income | 59317 |
|
||||
| Poverty rate | 18.01 |
|
||||
| Homeownership rate | 43.52 |
|
||||
| Unemployment rate | 6.93 |
|
||||
| Median home value | 172700 |
|
||||
| Gini index | 0.3884 |
|
||||
| Vacancy rate | 11.17 |
|
||||
| White | 21186 |
|
||||
| Black | 5237 |
|
||||
| Asian | 1110 |
|
||||
| Native | 241 |
|
||||
| Hispanic/Latino | 6050 |
|
||||
| Bachelor's or higher | 6801 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gove County, KS"
|
||||
classification: county
|
||||
fips: "20063"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2799
|
||||
population_under_18: 706
|
||||
population_18_64: 1454
|
||||
population_65_plus: 639
|
||||
median_household_income: 66029
|
||||
poverty_rate: 5.06
|
||||
homeownership_rate: 79.37
|
||||
unemployment_rate: 2.61
|
||||
median_home_value: 118400
|
||||
gini_index: 0.4395
|
||||
vacancy_rate: 12.25
|
||||
race_white: 2637
|
||||
race_black: 14
|
||||
race_asian: 23
|
||||
race_native: 0
|
||||
hispanic: 47
|
||||
bachelors_plus: 577
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gove County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2799 |
|
||||
| Under 18 | 706 |
|
||||
| 18–64 | 1454 |
|
||||
| 65+ | 639 |
|
||||
| Median household income | 66029 |
|
||||
| Poverty rate | 5.06 |
|
||||
| Homeownership rate | 79.37 |
|
||||
| Unemployment rate | 2.61 |
|
||||
| Median home value | 118400 |
|
||||
| Gini index | 0.4395 |
|
||||
| Vacancy rate | 12.25 |
|
||||
| White | 2637 |
|
||||
| Black | 14 |
|
||||
| Asian | 23 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 47 |
|
||||
| Bachelor's or higher | 577 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Graham County, KS"
|
||||
classification: county
|
||||
fips: "20065"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2389
|
||||
population_under_18: 496
|
||||
population_18_64: 1247
|
||||
population_65_plus: 646
|
||||
median_household_income: 50650
|
||||
poverty_rate: 14.83
|
||||
homeownership_rate: 78.84
|
||||
unemployment_rate: 5.02
|
||||
median_home_value: 89900
|
||||
gini_index: 0.4248
|
||||
vacancy_rate: 15.83
|
||||
race_white: 2167
|
||||
race_black: 109
|
||||
race_asian: 16
|
||||
race_native: 0
|
||||
hispanic: 94
|
||||
bachelors_plus: 618
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Graham County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2389 |
|
||||
| Under 18 | 496 |
|
||||
| 18–64 | 1247 |
|
||||
| 65+ | 646 |
|
||||
| Median household income | 50650 |
|
||||
| Poverty rate | 14.83 |
|
||||
| Homeownership rate | 78.84 |
|
||||
| Unemployment rate | 5.02 |
|
||||
| Median home value | 89900 |
|
||||
| Gini index | 0.4248 |
|
||||
| Vacancy rate | 15.83 |
|
||||
| White | 2167 |
|
||||
| Black | 109 |
|
||||
| Asian | 16 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 94 |
|
||||
| Bachelor's or higher | 618 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grant County, KS"
|
||||
classification: county
|
||||
fips: "20067"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 7229
|
||||
population_under_18: 2214
|
||||
population_18_64: 3977
|
||||
population_65_plus: 1038
|
||||
median_household_income: 66476
|
||||
poverty_rate: 9.3
|
||||
homeownership_rate: 76.67
|
||||
unemployment_rate: 0.69
|
||||
median_home_value: 110300
|
||||
gini_index: 0.4029
|
||||
vacancy_rate: 18.89
|
||||
race_white: 4417
|
||||
race_black: 13
|
||||
race_asian: 9
|
||||
race_native: 132
|
||||
hispanic: 3858
|
||||
bachelors_plus: 1558
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grant County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7229 |
|
||||
| Under 18 | 2214 |
|
||||
| 18–64 | 3977 |
|
||||
| 65+ | 1038 |
|
||||
| Median household income | 66476 |
|
||||
| Poverty rate | 9.3 |
|
||||
| Homeownership rate | 76.67 |
|
||||
| Unemployment rate | 0.69 |
|
||||
| Median home value | 110300 |
|
||||
| Gini index | 0.4029 |
|
||||
| Vacancy rate | 18.89 |
|
||||
| White | 4417 |
|
||||
| Black | 13 |
|
||||
| Asian | 9 |
|
||||
| Native | 132 |
|
||||
| Hispanic/Latino | 3858 |
|
||||
| Bachelor's or higher | 1558 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gray County, KS"
|
||||
classification: county
|
||||
fips: "20069"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 5701
|
||||
population_under_18: 1625
|
||||
population_18_64: 3116
|
||||
population_65_plus: 960
|
||||
median_household_income: 79122
|
||||
poverty_rate: 8.52
|
||||
homeownership_rate: 77.06
|
||||
unemployment_rate: 2.65
|
||||
median_home_value: 206000
|
||||
gini_index: 0.411
|
||||
vacancy_rate: 9.26
|
||||
race_white: 5108
|
||||
race_black: 0
|
||||
race_asian: 36
|
||||
race_native: 10
|
||||
hispanic: 949
|
||||
bachelors_plus: 1083
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gray County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5701 |
|
||||
| Under 18 | 1625 |
|
||||
| 18–64 | 3116 |
|
||||
| 65+ | 960 |
|
||||
| Median household income | 79122 |
|
||||
| Poverty rate | 8.52 |
|
||||
| Homeownership rate | 77.06 |
|
||||
| Unemployment rate | 2.65 |
|
||||
| Median home value | 206000 |
|
||||
| Gini index | 0.411 |
|
||||
| Vacancy rate | 9.26 |
|
||||
| White | 5108 |
|
||||
| Black | 0 |
|
||||
| Asian | 36 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 949 |
|
||||
| Bachelor's or higher | 1083 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greeley County, KS"
|
||||
classification: county
|
||||
fips: "20071"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 1304
|
||||
population_under_18: 405
|
||||
population_18_64: 660
|
||||
population_65_plus: 239
|
||||
median_household_income: 80565
|
||||
poverty_rate: 7.11
|
||||
homeownership_rate: 75.05
|
||||
unemployment_rate: 0.15
|
||||
median_home_value: 115200
|
||||
gini_index: 0.355
|
||||
vacancy_rate: 17.91
|
||||
race_white: 1172
|
||||
race_black: 2
|
||||
race_asian: 0
|
||||
race_native: 28
|
||||
hispanic: 220
|
||||
bachelors_plus: 337
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greeley County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1304 |
|
||||
| Under 18 | 405 |
|
||||
| 18–64 | 660 |
|
||||
| 65+ | 239 |
|
||||
| Median household income | 80565 |
|
||||
| Poverty rate | 7.11 |
|
||||
| Homeownership rate | 75.05 |
|
||||
| Unemployment rate | 0.15 |
|
||||
| Median home value | 115200 |
|
||||
| Gini index | 0.355 |
|
||||
| Vacancy rate | 17.91 |
|
||||
| White | 1172 |
|
||||
| Black | 2 |
|
||||
| Asian | 0 |
|
||||
| Native | 28 |
|
||||
| Hispanic/Latino | 220 |
|
||||
| Bachelor's or higher | 337 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greenwood County, KS"
|
||||
classification: county
|
||||
fips: "20073"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 5919
|
||||
population_under_18: 1271
|
||||
population_18_64: 3088
|
||||
population_65_plus: 1560
|
||||
median_household_income: 60042
|
||||
poverty_rate: 13.89
|
||||
homeownership_rate: 80.46
|
||||
unemployment_rate: 3.38
|
||||
median_home_value: 88700
|
||||
gini_index: 0.4969
|
||||
vacancy_rate: 27.28
|
||||
race_white: 5466
|
||||
race_black: 44
|
||||
race_asian: 0
|
||||
race_native: 126
|
||||
hispanic: 234
|
||||
bachelors_plus: 1234
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greenwood County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5919 |
|
||||
| Under 18 | 1271 |
|
||||
| 18–64 | 3088 |
|
||||
| 65+ | 1560 |
|
||||
| Median household income | 60042 |
|
||||
| Poverty rate | 13.89 |
|
||||
| Homeownership rate | 80.46 |
|
||||
| Unemployment rate | 3.38 |
|
||||
| Median home value | 88700 |
|
||||
| Gini index | 0.4969 |
|
||||
| Vacancy rate | 27.28 |
|
||||
| White | 5466 |
|
||||
| Black | 44 |
|
||||
| Asian | 0 |
|
||||
| Native | 126 |
|
||||
| Hispanic/Latino | 234 |
|
||||
| Bachelor's or higher | 1234 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hamilton County, KS"
|
||||
classification: county
|
||||
fips: "20075"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2471
|
||||
population_under_18: 836
|
||||
population_18_64: 1344
|
||||
population_65_plus: 291
|
||||
median_household_income: 70250
|
||||
poverty_rate: 7.03
|
||||
homeownership_rate: 77.15
|
||||
unemployment_rate: 3.06
|
||||
median_home_value: 115800
|
||||
gini_index: 0.4067
|
||||
vacancy_rate: 25.35
|
||||
race_white: 1548
|
||||
race_black: 1
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 1088
|
||||
bachelors_plus: 348
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hamilton County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2471 |
|
||||
| Under 18 | 836 |
|
||||
| 18–64 | 1344 |
|
||||
| 65+ | 291 |
|
||||
| Median household income | 70250 |
|
||||
| Poverty rate | 7.03 |
|
||||
| Homeownership rate | 77.15 |
|
||||
| Unemployment rate | 3.06 |
|
||||
| Median home value | 115800 |
|
||||
| Gini index | 0.4067 |
|
||||
| Vacancy rate | 25.35 |
|
||||
| White | 1548 |
|
||||
| Black | 1 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 1088 |
|
||||
| Bachelor's or higher | 348 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Harper County, KS"
|
||||
classification: county
|
||||
fips: "20077"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 5400
|
||||
population_under_18: 1391
|
||||
population_18_64: 2838
|
||||
population_65_plus: 1171
|
||||
median_household_income: 53488
|
||||
poverty_rate: 17.3
|
||||
homeownership_rate: 75.11
|
||||
unemployment_rate: 1.97
|
||||
median_home_value: 83800
|
||||
gini_index: 0.4511
|
||||
vacancy_rate: 26.95
|
||||
race_white: 4825
|
||||
race_black: 45
|
||||
race_asian: 15
|
||||
race_native: 15
|
||||
hispanic: 436
|
||||
bachelors_plus: 1031
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Harper County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5400 |
|
||||
| Under 18 | 1391 |
|
||||
| 18–64 | 2838 |
|
||||
| 65+ | 1171 |
|
||||
| Median household income | 53488 |
|
||||
| Poverty rate | 17.3 |
|
||||
| Homeownership rate | 75.11 |
|
||||
| Unemployment rate | 1.97 |
|
||||
| Median home value | 83800 |
|
||||
| Gini index | 0.4511 |
|
||||
| Vacancy rate | 26.95 |
|
||||
| White | 4825 |
|
||||
| Black | 45 |
|
||||
| Asian | 15 |
|
||||
| Native | 15 |
|
||||
| Hispanic/Latino | 436 |
|
||||
| Bachelor's or higher | 1031 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Harvey County, KS"
|
||||
classification: county
|
||||
fips: "20079"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 33756
|
||||
population_under_18: 7934
|
||||
population_18_64: 18583
|
||||
population_65_plus: 7239
|
||||
median_household_income: 74368
|
||||
poverty_rate: 8.23
|
||||
homeownership_rate: 69.85
|
||||
unemployment_rate: 4.81
|
||||
median_home_value: 180300
|
||||
gini_index: 0.3765
|
||||
vacancy_rate: 6.52
|
||||
race_white: 28206
|
||||
race_black: 478
|
||||
race_asian: 389
|
||||
race_native: 550
|
||||
hispanic: 4129
|
||||
bachelors_plus: 9350
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Harvey County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33756 |
|
||||
| Under 18 | 7934 |
|
||||
| 18–64 | 18583 |
|
||||
| 65+ | 7239 |
|
||||
| Median household income | 74368 |
|
||||
| Poverty rate | 8.23 |
|
||||
| Homeownership rate | 69.85 |
|
||||
| Unemployment rate | 4.81 |
|
||||
| Median home value | 180300 |
|
||||
| Gini index | 0.3765 |
|
||||
| Vacancy rate | 6.52 |
|
||||
| White | 28206 |
|
||||
| Black | 478 |
|
||||
| Asian | 389 |
|
||||
| Native | 550 |
|
||||
| Hispanic/Latino | 4129 |
|
||||
| Bachelor's or higher | 9350 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Haskell County, KS"
|
||||
classification: county
|
||||
fips: "20081"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 3641
|
||||
population_under_18: 981
|
||||
population_18_64: 2084
|
||||
population_65_plus: 576
|
||||
median_household_income: 66162
|
||||
poverty_rate: 11.2
|
||||
homeownership_rate: 76.27
|
||||
unemployment_rate: 3.64
|
||||
median_home_value: 165100
|
||||
gini_index: 0.3882
|
||||
vacancy_rate: 9.25
|
||||
race_white: 2566
|
||||
race_black: 17
|
||||
race_asian: 0
|
||||
race_native: 26
|
||||
hispanic: 1126
|
||||
bachelors_plus: 625
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Haskell County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3641 |
|
||||
| Under 18 | 981 |
|
||||
| 18–64 | 2084 |
|
||||
| 65+ | 576 |
|
||||
| Median household income | 66162 |
|
||||
| Poverty rate | 11.2 |
|
||||
| Homeownership rate | 76.27 |
|
||||
| Unemployment rate | 3.64 |
|
||||
| Median home value | 165100 |
|
||||
| Gini index | 0.3882 |
|
||||
| Vacancy rate | 9.25 |
|
||||
| White | 2566 |
|
||||
| Black | 17 |
|
||||
| Asian | 0 |
|
||||
| Native | 26 |
|
||||
| Hispanic/Latino | 1126 |
|
||||
| Bachelor's or higher | 625 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hodgeman County, KS"
|
||||
classification: county
|
||||
fips: "20083"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 1652
|
||||
population_under_18: 424
|
||||
population_18_64: 861
|
||||
population_65_plus: 367
|
||||
median_household_income: 59955
|
||||
poverty_rate: 6.33
|
||||
homeownership_rate: 79.05
|
||||
unemployment_rate: 0.63
|
||||
median_home_value: 101600
|
||||
gini_index: 0.4058
|
||||
vacancy_rate: 15.31
|
||||
race_white: 1565
|
||||
race_black: 6
|
||||
race_asian: 0
|
||||
race_native: 1
|
||||
hispanic: 76
|
||||
bachelors_plus: 436
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hodgeman County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1652 |
|
||||
| Under 18 | 424 |
|
||||
| 18–64 | 861 |
|
||||
| 65+ | 367 |
|
||||
| Median household income | 59955 |
|
||||
| Poverty rate | 6.33 |
|
||||
| Homeownership rate | 79.05 |
|
||||
| Unemployment rate | 0.63 |
|
||||
| Median home value | 101600 |
|
||||
| Gini index | 0.4058 |
|
||||
| Vacancy rate | 15.31 |
|
||||
| White | 1565 |
|
||||
| Black | 6 |
|
||||
| Asian | 0 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 76 |
|
||||
| Bachelor's or higher | 436 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jackson County, KS"
|
||||
classification: county
|
||||
fips: "20085"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 13341
|
||||
population_under_18: 3312
|
||||
population_18_64: 7399
|
||||
population_65_plus: 2630
|
||||
median_household_income: 75215
|
||||
poverty_rate: 6.08
|
||||
homeownership_rate: 77.1
|
||||
unemployment_rate: 1.79
|
||||
median_home_value: 207300
|
||||
gini_index: 0.3883
|
||||
vacancy_rate: 11.09
|
||||
race_white: 11018
|
||||
race_black: 98
|
||||
race_asian: 64
|
||||
race_native: 731
|
||||
hispanic: 768
|
||||
bachelors_plus: 2761
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jackson County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13341 |
|
||||
| Under 18 | 3312 |
|
||||
| 18–64 | 7399 |
|
||||
| 65+ | 2630 |
|
||||
| Median household income | 75215 |
|
||||
| Poverty rate | 6.08 |
|
||||
| Homeownership rate | 77.1 |
|
||||
| Unemployment rate | 1.79 |
|
||||
| Median home value | 207300 |
|
||||
| Gini index | 0.3883 |
|
||||
| Vacancy rate | 11.09 |
|
||||
| White | 11018 |
|
||||
| Black | 98 |
|
||||
| Asian | 64 |
|
||||
| Native | 731 |
|
||||
| Hispanic/Latino | 768 |
|
||||
| Bachelor's or higher | 2761 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jefferson County, KS"
|
||||
classification: county
|
||||
fips: "20087"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 18349
|
||||
population_under_18: 4033
|
||||
population_18_64: 10650
|
||||
population_65_plus: 3666
|
||||
median_household_income: 81278
|
||||
poverty_rate: 5.64
|
||||
homeownership_rate: 85.7
|
||||
unemployment_rate: 2.4
|
||||
median_home_value: 216900
|
||||
gini_index: 0.3958
|
||||
vacancy_rate: 7.79
|
||||
race_white: 16980
|
||||
race_black: 111
|
||||
race_asian: 45
|
||||
race_native: 92
|
||||
hispanic: 648
|
||||
bachelors_plus: 4414
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jefferson County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18349 |
|
||||
| Under 18 | 4033 |
|
||||
| 18–64 | 10650 |
|
||||
| 65+ | 3666 |
|
||||
| Median household income | 81278 |
|
||||
| Poverty rate | 5.64 |
|
||||
| Homeownership rate | 85.7 |
|
||||
| Unemployment rate | 2.4 |
|
||||
| Median home value | 216900 |
|
||||
| Gini index | 0.3958 |
|
||||
| Vacancy rate | 7.79 |
|
||||
| White | 16980 |
|
||||
| Black | 111 |
|
||||
| Asian | 45 |
|
||||
| Native | 92 |
|
||||
| Hispanic/Latino | 648 |
|
||||
| Bachelor's or higher | 4414 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jewell County, KS"
|
||||
classification: county
|
||||
fips: "20089"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2916
|
||||
population_under_18: 618
|
||||
population_18_64: 1384
|
||||
population_65_plus: 914
|
||||
median_household_income: 52634
|
||||
poverty_rate: 10.59
|
||||
homeownership_rate: 74.11
|
||||
unemployment_rate: 1.35
|
||||
median_home_value: 64600
|
||||
gini_index: 0.4533
|
||||
vacancy_rate: 25.21
|
||||
race_white: 2701
|
||||
race_black: 21
|
||||
race_asian: 13
|
||||
race_native: 6
|
||||
hispanic: 83
|
||||
bachelors_plus: 484
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jewell County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2916 |
|
||||
| Under 18 | 618 |
|
||||
| 18–64 | 1384 |
|
||||
| 65+ | 914 |
|
||||
| Median household income | 52634 |
|
||||
| Poverty rate | 10.59 |
|
||||
| Homeownership rate | 74.11 |
|
||||
| Unemployment rate | 1.35 |
|
||||
| Median home value | 64600 |
|
||||
| Gini index | 0.4533 |
|
||||
| Vacancy rate | 25.21 |
|
||||
| White | 2701 |
|
||||
| Black | 21 |
|
||||
| Asian | 13 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 83 |
|
||||
| Bachelor's or higher | 484 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Johnson County, KS"
|
||||
classification: county
|
||||
fips: "20091"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 620631
|
||||
population_under_18: 145751
|
||||
population_18_64: 375875
|
||||
population_65_plus: 99005
|
||||
median_household_income: 109208
|
||||
poverty_rate: 5.41
|
||||
homeownership_rate: 68.53
|
||||
unemployment_rate: 3.2
|
||||
median_home_value: 391200
|
||||
gini_index: 0.4457
|
||||
vacancy_rate: 3.9
|
||||
race_white: 487296
|
||||
race_black: 30711
|
||||
race_asian: 32405
|
||||
race_native: 1940
|
||||
hispanic: 57813
|
||||
bachelors_plus: 342034
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Johnson County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 620631 |
|
||||
| Under 18 | 145751 |
|
||||
| 18–64 | 375875 |
|
||||
| 65+ | 99005 |
|
||||
| Median household income | 109208 |
|
||||
| Poverty rate | 5.41 |
|
||||
| Homeownership rate | 68.53 |
|
||||
| Unemployment rate | 3.2 |
|
||||
| Median home value | 391200 |
|
||||
| Gini index | 0.4457 |
|
||||
| Vacancy rate | 3.9 |
|
||||
| White | 487296 |
|
||||
| Black | 30711 |
|
||||
| Asian | 32405 |
|
||||
| Native | 1940 |
|
||||
| Hispanic/Latino | 57813 |
|
||||
| Bachelor's or higher | 342034 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kearny County, KS"
|
||||
classification: county
|
||||
fips: "20093"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 3864
|
||||
population_under_18: 1099
|
||||
population_18_64: 2062
|
||||
population_65_plus: 703
|
||||
median_household_income: 89135
|
||||
poverty_rate: 4.51
|
||||
homeownership_rate: 71.69
|
||||
unemployment_rate: 2.21
|
||||
median_home_value: 200900
|
||||
gini_index: 0.3209
|
||||
vacancy_rate: 9.57
|
||||
race_white: 2540
|
||||
race_black: 0
|
||||
race_asian: 140
|
||||
race_native: 15
|
||||
hispanic: 1377
|
||||
bachelors_plus: 643
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kearny County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3864 |
|
||||
| Under 18 | 1099 |
|
||||
| 18–64 | 2062 |
|
||||
| 65+ | 703 |
|
||||
| Median household income | 89135 |
|
||||
| Poverty rate | 4.51 |
|
||||
| Homeownership rate | 71.69 |
|
||||
| Unemployment rate | 2.21 |
|
||||
| Median home value | 200900 |
|
||||
| Gini index | 0.3209 |
|
||||
| Vacancy rate | 9.57 |
|
||||
| White | 2540 |
|
||||
| Black | 0 |
|
||||
| Asian | 140 |
|
||||
| Native | 15 |
|
||||
| Hispanic/Latino | 1377 |
|
||||
| Bachelor's or higher | 643 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kingman County, KS"
|
||||
classification: county
|
||||
fips: "20095"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 7186
|
||||
population_under_18: 1641
|
||||
population_18_64: 4129
|
||||
population_65_plus: 1416
|
||||
median_household_income: 59842
|
||||
poverty_rate: 10.33
|
||||
homeownership_rate: 66.27
|
||||
unemployment_rate: 2.22
|
||||
median_home_value: 111100
|
||||
gini_index: 0.4202
|
||||
vacancy_rate: 14.08
|
||||
race_white: 6675
|
||||
race_black: 18
|
||||
race_asian: 3
|
||||
race_native: 27
|
||||
hispanic: 294
|
||||
bachelors_plus: 1644
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kingman County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7186 |
|
||||
| Under 18 | 1641 |
|
||||
| 18–64 | 4129 |
|
||||
| 65+ | 1416 |
|
||||
| Median household income | 59842 |
|
||||
| Poverty rate | 10.33 |
|
||||
| Homeownership rate | 66.27 |
|
||||
| Unemployment rate | 2.22 |
|
||||
| Median home value | 111100 |
|
||||
| Gini index | 0.4202 |
|
||||
| Vacancy rate | 14.08 |
|
||||
| White | 6675 |
|
||||
| Black | 18 |
|
||||
| Asian | 3 |
|
||||
| Native | 27 |
|
||||
| Hispanic/Latino | 294 |
|
||||
| Bachelor's or higher | 1644 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kiowa County, KS"
|
||||
classification: county
|
||||
fips: "20097"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2422
|
||||
population_under_18: 563
|
||||
population_18_64: 1311
|
||||
population_65_plus: 548
|
||||
median_household_income: 75539
|
||||
poverty_rate: 5.85
|
||||
homeownership_rate: 72.98
|
||||
unemployment_rate: 2.2
|
||||
median_home_value: 155300
|
||||
gini_index: 0.4578
|
||||
vacancy_rate: 17.17
|
||||
race_white: 2144
|
||||
race_black: 23
|
||||
race_asian: 66
|
||||
race_native: 10
|
||||
hispanic: 110
|
||||
bachelors_plus: 589
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kiowa County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2422 |
|
||||
| Under 18 | 563 |
|
||||
| 18–64 | 1311 |
|
||||
| 65+ | 548 |
|
||||
| Median household income | 75539 |
|
||||
| Poverty rate | 5.85 |
|
||||
| Homeownership rate | 72.98 |
|
||||
| Unemployment rate | 2.2 |
|
||||
| Median home value | 155300 |
|
||||
| Gini index | 0.4578 |
|
||||
| Vacancy rate | 17.17 |
|
||||
| White | 2144 |
|
||||
| Black | 23 |
|
||||
| Asian | 66 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 110 |
|
||||
| Bachelor's or higher | 589 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Labette County, KS"
|
||||
classification: county
|
||||
fips: "20099"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 19869
|
||||
population_under_18: 4838
|
||||
population_18_64: 10998
|
||||
population_65_plus: 4033
|
||||
median_household_income: 56325
|
||||
poverty_rate: 16.05
|
||||
homeownership_rate: 74.0
|
||||
unemployment_rate: 3.1
|
||||
median_home_value: 94600
|
||||
gini_index: 0.4308
|
||||
vacancy_rate: 15.06
|
||||
race_white: 16747
|
||||
race_black: 658
|
||||
race_asian: 2
|
||||
race_native: 186
|
||||
hispanic: 1010
|
||||
bachelors_plus: 3609
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Labette County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19869 |
|
||||
| Under 18 | 4838 |
|
||||
| 18–64 | 10998 |
|
||||
| 65+ | 4033 |
|
||||
| Median household income | 56325 |
|
||||
| Poverty rate | 16.05 |
|
||||
| Homeownership rate | 74.0 |
|
||||
| Unemployment rate | 3.1 |
|
||||
| Median home value | 94600 |
|
||||
| Gini index | 0.4308 |
|
||||
| Vacancy rate | 15.06 |
|
||||
| White | 16747 |
|
||||
| Black | 658 |
|
||||
| Asian | 2 |
|
||||
| Native | 186 |
|
||||
| Hispanic/Latino | 1010 |
|
||||
| Bachelor's or higher | 3609 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lane County, KS"
|
||||
classification: county
|
||||
fips: "20101"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 1461
|
||||
population_under_18: 361
|
||||
population_18_64: 725
|
||||
population_65_plus: 375
|
||||
median_household_income: 54526
|
||||
poverty_rate: 6.95
|
||||
homeownership_rate: 88.86
|
||||
unemployment_rate: 0.45
|
||||
median_home_value: 127100
|
||||
gini_index: 0.4502
|
||||
vacancy_rate: 19.25
|
||||
race_white: 1337
|
||||
race_black: 17
|
||||
race_asian: 0
|
||||
race_native: 4
|
||||
hispanic: 235
|
||||
bachelors_plus: 332
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lane County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1461 |
|
||||
| Under 18 | 361 |
|
||||
| 18–64 | 725 |
|
||||
| 65+ | 375 |
|
||||
| Median household income | 54526 |
|
||||
| Poverty rate | 6.95 |
|
||||
| Homeownership rate | 88.86 |
|
||||
| Unemployment rate | 0.45 |
|
||||
| Median home value | 127100 |
|
||||
| Gini index | 0.4502 |
|
||||
| Vacancy rate | 19.25 |
|
||||
| White | 1337 |
|
||||
| Black | 17 |
|
||||
| Asian | 0 |
|
||||
| Native | 4 |
|
||||
| Hispanic/Latino | 235 |
|
||||
| Bachelor's or higher | 332 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Leavenworth County, KS"
|
||||
classification: county
|
||||
fips: "20103"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 83123
|
||||
population_under_18: 19651
|
||||
population_18_64: 50105
|
||||
population_65_plus: 13367
|
||||
median_household_income: 89218
|
||||
poverty_rate: 8.77
|
||||
homeownership_rate: 69.32
|
||||
unemployment_rate: 4.08
|
||||
median_home_value: 282900
|
||||
gini_index: 0.4177
|
||||
vacancy_rate: 5.34
|
||||
race_white: 66146
|
||||
race_black: 5844
|
||||
race_asian: 1177
|
||||
race_native: 304
|
||||
hispanic: 6278
|
||||
bachelors_plus: 29225
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Leavenworth County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 83123 |
|
||||
| Under 18 | 19651 |
|
||||
| 18–64 | 50105 |
|
||||
| 65+ | 13367 |
|
||||
| Median household income | 89218 |
|
||||
| Poverty rate | 8.77 |
|
||||
| Homeownership rate | 69.32 |
|
||||
| Unemployment rate | 4.08 |
|
||||
| Median home value | 282900 |
|
||||
| Gini index | 0.4177 |
|
||||
| Vacancy rate | 5.34 |
|
||||
| White | 66146 |
|
||||
| Black | 5844 |
|
||||
| Asian | 1177 |
|
||||
| Native | 304 |
|
||||
| Hispanic/Latino | 6278 |
|
||||
| Bachelor's or higher | 29225 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lincoln County, KS"
|
||||
classification: county
|
||||
fips: "20105"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2923
|
||||
population_under_18: 617
|
||||
population_18_64: 1564
|
||||
population_65_plus: 742
|
||||
median_household_income: 57500
|
||||
poverty_rate: 11.34
|
||||
homeownership_rate: 80.44
|
||||
unemployment_rate: 2.41
|
||||
median_home_value: 96900
|
||||
gini_index: 0.4342
|
||||
vacancy_rate: 23.38
|
||||
race_white: 2706
|
||||
race_black: 2
|
||||
race_asian: 17
|
||||
race_native: 5
|
||||
hispanic: 133
|
||||
bachelors_plus: 753
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lincoln County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2923 |
|
||||
| Under 18 | 617 |
|
||||
| 18–64 | 1564 |
|
||||
| 65+ | 742 |
|
||||
| Median household income | 57500 |
|
||||
| Poverty rate | 11.34 |
|
||||
| Homeownership rate | 80.44 |
|
||||
| Unemployment rate | 2.41 |
|
||||
| Median home value | 96900 |
|
||||
| Gini index | 0.4342 |
|
||||
| Vacancy rate | 23.38 |
|
||||
| White | 2706 |
|
||||
| Black | 2 |
|
||||
| Asian | 17 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 133 |
|
||||
| Bachelor's or higher | 753 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Linn County, KS"
|
||||
classification: county
|
||||
fips: "20107"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 9767
|
||||
population_under_18: 2146
|
||||
population_18_64: 5394
|
||||
population_65_plus: 2227
|
||||
median_household_income: 59069
|
||||
poverty_rate: 8.4
|
||||
homeownership_rate: 81.14
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 173600
|
||||
gini_index: 0.4436
|
||||
vacancy_rate: 16.74
|
||||
race_white: 9136
|
||||
race_black: 142
|
||||
race_asian: 24
|
||||
race_native: 20
|
||||
hispanic: 303
|
||||
bachelors_plus: 2076
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Linn County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9767 |
|
||||
| Under 18 | 2146 |
|
||||
| 18–64 | 5394 |
|
||||
| 65+ | 2227 |
|
||||
| Median household income | 59069 |
|
||||
| Poverty rate | 8.4 |
|
||||
| Homeownership rate | 81.14 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 173600 |
|
||||
| Gini index | 0.4436 |
|
||||
| Vacancy rate | 16.74 |
|
||||
| White | 9136 |
|
||||
| Black | 142 |
|
||||
| Asian | 24 |
|
||||
| Native | 20 |
|
||||
| Hispanic/Latino | 303 |
|
||||
| Bachelor's or higher | 2076 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Logan County, KS"
|
||||
classification: county
|
||||
fips: "20109"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2707
|
||||
population_under_18: 629
|
||||
population_18_64: 1496
|
||||
population_65_plus: 582
|
||||
median_household_income: 75662
|
||||
poverty_rate: 15.03
|
||||
homeownership_rate: 64.87
|
||||
unemployment_rate: 1.83
|
||||
median_home_value: 117900
|
||||
gini_index: 0.4492
|
||||
vacancy_rate: 9.35
|
||||
race_white: 2405
|
||||
race_black: 0
|
||||
race_asian: 17
|
||||
race_native: 25
|
||||
hispanic: 200
|
||||
bachelors_plus: 606
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Logan County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2707 |
|
||||
| Under 18 | 629 |
|
||||
| 18–64 | 1496 |
|
||||
| 65+ | 582 |
|
||||
| Median household income | 75662 |
|
||||
| Poverty rate | 15.03 |
|
||||
| Homeownership rate | 64.87 |
|
||||
| Unemployment rate | 1.83 |
|
||||
| Median home value | 117900 |
|
||||
| Gini index | 0.4492 |
|
||||
| Vacancy rate | 9.35 |
|
||||
| White | 2405 |
|
||||
| Black | 0 |
|
||||
| Asian | 17 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 200 |
|
||||
| Bachelor's or higher | 606 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lyon County, KS"
|
||||
classification: county
|
||||
fips: "20111"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 32186
|
||||
population_under_18: 7133
|
||||
population_18_64: 19857
|
||||
population_65_plus: 5196
|
||||
median_household_income: 59912
|
||||
poverty_rate: 14.63
|
||||
homeownership_rate: 57.87
|
||||
unemployment_rate: 1.99
|
||||
median_home_value: 150600
|
||||
gini_index: 0.4088
|
||||
vacancy_rate: 10.29
|
||||
race_white: 23027
|
||||
race_black: 452
|
||||
race_asian: 665
|
||||
race_native: 149
|
||||
hispanic: 7780
|
||||
bachelors_plus: 7300
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lyon County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 32186 |
|
||||
| Under 18 | 7133 |
|
||||
| 18–64 | 19857 |
|
||||
| 65+ | 5196 |
|
||||
| Median household income | 59912 |
|
||||
| Poverty rate | 14.63 |
|
||||
| Homeownership rate | 57.87 |
|
||||
| Unemployment rate | 1.99 |
|
||||
| Median home value | 150600 |
|
||||
| Gini index | 0.4088 |
|
||||
| Vacancy rate | 10.29 |
|
||||
| White | 23027 |
|
||||
| Black | 452 |
|
||||
| Asian | 665 |
|
||||
| Native | 149 |
|
||||
| Hispanic/Latino | 7780 |
|
||||
| Bachelor's or higher | 7300 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marion County, KS"
|
||||
classification: county
|
||||
fips: "20115"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 11754
|
||||
population_under_18: 2476
|
||||
population_18_64: 6494
|
||||
population_65_plus: 2784
|
||||
median_household_income: 64695
|
||||
poverty_rate: 9.15
|
||||
homeownership_rate: 81.31
|
||||
unemployment_rate: 3.43
|
||||
median_home_value: 124200
|
||||
gini_index: 0.4395
|
||||
vacancy_rate: 16.56
|
||||
race_white: 10893
|
||||
race_black: 113
|
||||
race_asian: 54
|
||||
race_native: 65
|
||||
hispanic: 494
|
||||
bachelors_plus: 3213
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marion County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11754 |
|
||||
| Under 18 | 2476 |
|
||||
| 18–64 | 6494 |
|
||||
| 65+ | 2784 |
|
||||
| Median household income | 64695 |
|
||||
| Poverty rate | 9.15 |
|
||||
| Homeownership rate | 81.31 |
|
||||
| Unemployment rate | 3.43 |
|
||||
| Median home value | 124200 |
|
||||
| Gini index | 0.4395 |
|
||||
| Vacancy rate | 16.56 |
|
||||
| White | 10893 |
|
||||
| Black | 113 |
|
||||
| Asian | 54 |
|
||||
| Native | 65 |
|
||||
| Hispanic/Latino | 494 |
|
||||
| Bachelor's or higher | 3213 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marshall County, KS"
|
||||
classification: county
|
||||
fips: "20117"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 9993
|
||||
population_under_18: 2420
|
||||
population_18_64: 5267
|
||||
population_65_plus: 2306
|
||||
median_household_income: 68419
|
||||
poverty_rate: 11.34
|
||||
homeownership_rate: 79.98
|
||||
unemployment_rate: 2.04
|
||||
median_home_value: 127700
|
||||
gini_index: 0.4324
|
||||
vacancy_rate: 12.1
|
||||
race_white: 9456
|
||||
race_black: 71
|
||||
race_asian: 33
|
||||
race_native: 31
|
||||
hispanic: 280
|
||||
bachelors_plus: 1817
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marshall County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9993 |
|
||||
| Under 18 | 2420 |
|
||||
| 18–64 | 5267 |
|
||||
| 65+ | 2306 |
|
||||
| Median household income | 68419 |
|
||||
| Poverty rate | 11.34 |
|
||||
| Homeownership rate | 79.98 |
|
||||
| Unemployment rate | 2.04 |
|
||||
| Median home value | 127700 |
|
||||
| Gini index | 0.4324 |
|
||||
| Vacancy rate | 12.1 |
|
||||
| White | 9456 |
|
||||
| Black | 71 |
|
||||
| Asian | 33 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 280 |
|
||||
| Bachelor's or higher | 1817 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McPherson County, KS"
|
||||
classification: county
|
||||
fips: "20113"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 30205
|
||||
population_under_18: 6534
|
||||
population_18_64: 17631
|
||||
population_65_plus: 6040
|
||||
median_household_income: 78851
|
||||
poverty_rate: 9.46
|
||||
homeownership_rate: 75.47
|
||||
unemployment_rate: 1.85
|
||||
median_home_value: 211200
|
||||
gini_index: 0.4025
|
||||
vacancy_rate: 7.7
|
||||
race_white: 27879
|
||||
race_black: 558
|
||||
race_asian: 117
|
||||
race_native: 27
|
||||
hispanic: 1689
|
||||
bachelors_plus: 9284
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McPherson County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30205 |
|
||||
| Under 18 | 6534 |
|
||||
| 18–64 | 17631 |
|
||||
| 65+ | 6040 |
|
||||
| Median household income | 78851 |
|
||||
| Poverty rate | 9.46 |
|
||||
| Homeownership rate | 75.47 |
|
||||
| Unemployment rate | 1.85 |
|
||||
| Median home value | 211200 |
|
||||
| Gini index | 0.4025 |
|
||||
| Vacancy rate | 7.7 |
|
||||
| White | 27879 |
|
||||
| Black | 558 |
|
||||
| Asian | 117 |
|
||||
| Native | 27 |
|
||||
| Hispanic/Latino | 1689 |
|
||||
| Bachelor's or higher | 9284 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Meade County, KS"
|
||||
classification: county
|
||||
fips: "20119"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 3903
|
||||
population_under_18: 1014
|
||||
population_18_64: 2179
|
||||
population_65_plus: 710
|
||||
median_household_income: 71852
|
||||
poverty_rate: 11.04
|
||||
homeownership_rate: 73.97
|
||||
unemployment_rate: 1.53
|
||||
median_home_value: 148900
|
||||
gini_index: 0.5213
|
||||
vacancy_rate: 20.86
|
||||
race_white: 2908
|
||||
race_black: 15
|
||||
race_asian: 85
|
||||
race_native: 78
|
||||
hispanic: 950
|
||||
bachelors_plus: 898
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Meade County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3903 |
|
||||
| Under 18 | 1014 |
|
||||
| 18–64 | 2179 |
|
||||
| 65+ | 710 |
|
||||
| Median household income | 71852 |
|
||||
| Poverty rate | 11.04 |
|
||||
| Homeownership rate | 73.97 |
|
||||
| Unemployment rate | 1.53 |
|
||||
| Median home value | 148900 |
|
||||
| Gini index | 0.5213 |
|
||||
| Vacancy rate | 20.86 |
|
||||
| White | 2908 |
|
||||
| Black | 15 |
|
||||
| Asian | 85 |
|
||||
| Native | 78 |
|
||||
| Hispanic/Latino | 950 |
|
||||
| Bachelor's or higher | 898 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Miami County, KS"
|
||||
classification: county
|
||||
fips: "20121"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 34938
|
||||
population_under_18: 8228
|
||||
population_18_64: 20387
|
||||
population_65_plus: 6323
|
||||
median_household_income: 89000
|
||||
poverty_rate: 7.9
|
||||
homeownership_rate: 78.21
|
||||
unemployment_rate: 3.69
|
||||
median_home_value: 287700
|
||||
gini_index: 0.4096
|
||||
vacancy_rate: 3.67
|
||||
race_white: 31547
|
||||
race_black: 442
|
||||
race_asian: 51
|
||||
race_native: 218
|
||||
hispanic: 1423
|
||||
bachelors_plus: 9928
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Miami County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34938 |
|
||||
| Under 18 | 8228 |
|
||||
| 18–64 | 20387 |
|
||||
| 65+ | 6323 |
|
||||
| Median household income | 89000 |
|
||||
| Poverty rate | 7.9 |
|
||||
| Homeownership rate | 78.21 |
|
||||
| Unemployment rate | 3.69 |
|
||||
| Median home value | 287700 |
|
||||
| Gini index | 0.4096 |
|
||||
| Vacancy rate | 3.67 |
|
||||
| White | 31547 |
|
||||
| Black | 442 |
|
||||
| Asian | 51 |
|
||||
| Native | 218 |
|
||||
| Hispanic/Latino | 1423 |
|
||||
| Bachelor's or higher | 9928 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mitchell County, KS"
|
||||
classification: county
|
||||
fips: "20123"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 5779
|
||||
population_under_18: 1325
|
||||
population_18_64: 3134
|
||||
population_65_plus: 1320
|
||||
median_household_income: 64246
|
||||
poverty_rate: 12.2
|
||||
homeownership_rate: 69.03
|
||||
unemployment_rate: 0.14
|
||||
median_home_value: 133800
|
||||
gini_index: 0.4539
|
||||
vacancy_rate: 13.99
|
||||
race_white: 5408
|
||||
race_black: 6
|
||||
race_asian: 39
|
||||
race_native: 16
|
||||
hispanic: 187
|
||||
bachelors_plus: 1402
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mitchell County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5779 |
|
||||
| Under 18 | 1325 |
|
||||
| 18–64 | 3134 |
|
||||
| 65+ | 1320 |
|
||||
| Median household income | 64246 |
|
||||
| Poverty rate | 12.2 |
|
||||
| Homeownership rate | 69.03 |
|
||||
| Unemployment rate | 0.14 |
|
||||
| Median home value | 133800 |
|
||||
| Gini index | 0.4539 |
|
||||
| Vacancy rate | 13.99 |
|
||||
| White | 5408 |
|
||||
| Black | 6 |
|
||||
| Asian | 39 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 187 |
|
||||
| Bachelor's or higher | 1402 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montgomery County, KS"
|
||||
classification: county
|
||||
fips: "20125"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 30940
|
||||
population_under_18: 7318
|
||||
population_18_64: 17339
|
||||
population_65_plus: 6283
|
||||
median_household_income: 55697
|
||||
poverty_rate: 15.92
|
||||
homeownership_rate: 72.92
|
||||
unemployment_rate: 4.35
|
||||
median_home_value: 101700
|
||||
gini_index: 0.4224
|
||||
vacancy_rate: 17.11
|
||||
race_white: 24221
|
||||
race_black: 1180
|
||||
race_asian: 52
|
||||
race_native: 730
|
||||
hispanic: 2491
|
||||
bachelors_plus: 6453
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montgomery County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30940 |
|
||||
| Under 18 | 7318 |
|
||||
| 18–64 | 17339 |
|
||||
| 65+ | 6283 |
|
||||
| Median household income | 55697 |
|
||||
| Poverty rate | 15.92 |
|
||||
| Homeownership rate | 72.92 |
|
||||
| Unemployment rate | 4.35 |
|
||||
| Median home value | 101700 |
|
||||
| Gini index | 0.4224 |
|
||||
| Vacancy rate | 17.11 |
|
||||
| White | 24221 |
|
||||
| Black | 1180 |
|
||||
| Asian | 52 |
|
||||
| Native | 730 |
|
||||
| Hispanic/Latino | 2491 |
|
||||
| Bachelor's or higher | 6453 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Morris County, KS"
|
||||
classification: county
|
||||
fips: "20127"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 5340
|
||||
population_under_18: 1103
|
||||
population_18_64: 2852
|
||||
population_65_plus: 1385
|
||||
median_household_income: 58686
|
||||
poverty_rate: 12.06
|
||||
homeownership_rate: 80.12
|
||||
unemployment_rate: 2.49
|
||||
median_home_value: 129600
|
||||
gini_index: 0.4386
|
||||
vacancy_rate: 14.86
|
||||
race_white: 4872
|
||||
race_black: 2
|
||||
race_asian: 37
|
||||
race_native: 0
|
||||
hispanic: 232
|
||||
bachelors_plus: 1516
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Morris County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5340 |
|
||||
| Under 18 | 1103 |
|
||||
| 18–64 | 2852 |
|
||||
| 65+ | 1385 |
|
||||
| Median household income | 58686 |
|
||||
| Poverty rate | 12.06 |
|
||||
| Homeownership rate | 80.12 |
|
||||
| Unemployment rate | 2.49 |
|
||||
| Median home value | 129600 |
|
||||
| Gini index | 0.4386 |
|
||||
| Vacancy rate | 14.86 |
|
||||
| White | 4872 |
|
||||
| Black | 2 |
|
||||
| Asian | 37 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 232 |
|
||||
| Bachelor's or higher | 1516 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Morton County, KS"
|
||||
classification: county
|
||||
fips: "20129"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2611
|
||||
population_under_18: 636
|
||||
population_18_64: 1462
|
||||
population_65_plus: 513
|
||||
median_household_income: 66447
|
||||
poverty_rate: 14.77
|
||||
homeownership_rate: 85.39
|
||||
unemployment_rate: 1.64
|
||||
median_home_value: 96100
|
||||
gini_index: 0.4421
|
||||
vacancy_rate: 25.8
|
||||
race_white: 1971
|
||||
race_black: 31
|
||||
race_asian: 44
|
||||
race_native: 1
|
||||
hispanic: 628
|
||||
bachelors_plus: 410
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Morton County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2611 |
|
||||
| Under 18 | 636 |
|
||||
| 18–64 | 1462 |
|
||||
| 65+ | 513 |
|
||||
| Median household income | 66447 |
|
||||
| Poverty rate | 14.77 |
|
||||
| Homeownership rate | 85.39 |
|
||||
| Unemployment rate | 1.64 |
|
||||
| Median home value | 96100 |
|
||||
| Gini index | 0.4421 |
|
||||
| Vacancy rate | 25.8 |
|
||||
| White | 1971 |
|
||||
| Black | 31 |
|
||||
| Asian | 44 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 628 |
|
||||
| Bachelor's or higher | 410 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nemaha County, KS"
|
||||
classification: county
|
||||
fips: "20131"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 10160
|
||||
population_under_18: 2730
|
||||
population_18_64: 5375
|
||||
population_65_plus: 2055
|
||||
median_household_income: 77348
|
||||
poverty_rate: 9.3
|
||||
homeownership_rate: 78.0
|
||||
unemployment_rate: 1.51
|
||||
median_home_value: 217200
|
||||
gini_index: 0.4495
|
||||
vacancy_rate: 10.66
|
||||
race_white: 9551
|
||||
race_black: 122
|
||||
race_asian: 56
|
||||
race_native: 35
|
||||
hispanic: 265
|
||||
bachelors_plus: 2591
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nemaha County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10160 |
|
||||
| Under 18 | 2730 |
|
||||
| 18–64 | 5375 |
|
||||
| 65+ | 2055 |
|
||||
| Median household income | 77348 |
|
||||
| Poverty rate | 9.3 |
|
||||
| Homeownership rate | 78.0 |
|
||||
| Unemployment rate | 1.51 |
|
||||
| Median home value | 217200 |
|
||||
| Gini index | 0.4495 |
|
||||
| Vacancy rate | 10.66 |
|
||||
| White | 9551 |
|
||||
| Black | 122 |
|
||||
| Asian | 56 |
|
||||
| Native | 35 |
|
||||
| Hispanic/Latino | 265 |
|
||||
| Bachelor's or higher | 2591 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Neosho County, KS"
|
||||
classification: county
|
||||
fips: "20133"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 15656
|
||||
population_under_18: 3746
|
||||
population_18_64: 8687
|
||||
population_65_plus: 3223
|
||||
median_household_income: 56618
|
||||
poverty_rate: 13.14
|
||||
homeownership_rate: 77.18
|
||||
unemployment_rate: 3.24
|
||||
median_home_value: 111300
|
||||
gini_index: 0.4379
|
||||
vacancy_rate: 10.46
|
||||
race_white: 14450
|
||||
race_black: 245
|
||||
race_asian: 84
|
||||
race_native: 29
|
||||
hispanic: 944
|
||||
bachelors_plus: 3233
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Neosho County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15656 |
|
||||
| Under 18 | 3746 |
|
||||
| 18–64 | 8687 |
|
||||
| 65+ | 3223 |
|
||||
| Median household income | 56618 |
|
||||
| Poverty rate | 13.14 |
|
||||
| Homeownership rate | 77.18 |
|
||||
| Unemployment rate | 3.24 |
|
||||
| Median home value | 111300 |
|
||||
| Gini index | 0.4379 |
|
||||
| Vacancy rate | 10.46 |
|
||||
| White | 14450 |
|
||||
| Black | 245 |
|
||||
| Asian | 84 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 944 |
|
||||
| Bachelor's or higher | 3233 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ness County, KS"
|
||||
classification: county
|
||||
fips: "20135"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2653
|
||||
population_under_18: 524
|
||||
population_18_64: 1465
|
||||
population_65_plus: 664
|
||||
median_household_income: 68616
|
||||
poverty_rate: 11.23
|
||||
homeownership_rate: 81.57
|
||||
unemployment_rate: 0.81
|
||||
median_home_value: 89700
|
||||
gini_index: 0.465
|
||||
vacancy_rate: 19.38
|
||||
race_white: 2144
|
||||
race_black: 0
|
||||
race_asian: 5
|
||||
race_native: 14
|
||||
hispanic: 395
|
||||
bachelors_plus: 545
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ness County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2653 |
|
||||
| Under 18 | 524 |
|
||||
| 18–64 | 1465 |
|
||||
| 65+ | 664 |
|
||||
| Median household income | 68616 |
|
||||
| Poverty rate | 11.23 |
|
||||
| Homeownership rate | 81.57 |
|
||||
| Unemployment rate | 0.81 |
|
||||
| Median home value | 89700 |
|
||||
| Gini index | 0.465 |
|
||||
| Vacancy rate | 19.38 |
|
||||
| White | 2144 |
|
||||
| Black | 0 |
|
||||
| Asian | 5 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 395 |
|
||||
| Bachelor's or higher | 545 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Norton County, KS"
|
||||
classification: county
|
||||
fips: "20137"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 5359
|
||||
population_under_18: 1077
|
||||
population_18_64: 3195
|
||||
population_65_plus: 1087
|
||||
median_household_income: 54050
|
||||
poverty_rate: 7.2
|
||||
homeownership_rate: 76.2
|
||||
unemployment_rate: 1.68
|
||||
median_home_value: 101500
|
||||
gini_index: 0.3789
|
||||
vacancy_rate: 18.37
|
||||
race_white: 4778
|
||||
race_black: 167
|
||||
race_asian: 7
|
||||
race_native: 59
|
||||
hispanic: 315
|
||||
bachelors_plus: 1107
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Norton County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5359 |
|
||||
| Under 18 | 1077 |
|
||||
| 18–64 | 3195 |
|
||||
| 65+ | 1087 |
|
||||
| Median household income | 54050 |
|
||||
| Poverty rate | 7.2 |
|
||||
| Homeownership rate | 76.2 |
|
||||
| Unemployment rate | 1.68 |
|
||||
| Median home value | 101500 |
|
||||
| Gini index | 0.3789 |
|
||||
| Vacancy rate | 18.37 |
|
||||
| White | 4778 |
|
||||
| Black | 167 |
|
||||
| Asian | 7 |
|
||||
| Native | 59 |
|
||||
| Hispanic/Latino | 315 |
|
||||
| Bachelor's or higher | 1107 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Osage County, KS"
|
||||
classification: county
|
||||
fips: "20139"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 15744
|
||||
population_under_18: 3625
|
||||
population_18_64: 8831
|
||||
population_65_plus: 3288
|
||||
median_household_income: 74467
|
||||
poverty_rate: 9.71
|
||||
homeownership_rate: 82.35
|
||||
unemployment_rate: 1.93
|
||||
median_home_value: 156800
|
||||
gini_index: 0.3807
|
||||
vacancy_rate: 12.33
|
||||
race_white: 14600
|
||||
race_black: 44
|
||||
race_asian: 23
|
||||
race_native: 46
|
||||
hispanic: 529
|
||||
bachelors_plus: 3127
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Osage County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15744 |
|
||||
| Under 18 | 3625 |
|
||||
| 18–64 | 8831 |
|
||||
| 65+ | 3288 |
|
||||
| Median household income | 74467 |
|
||||
| Poverty rate | 9.71 |
|
||||
| Homeownership rate | 82.35 |
|
||||
| Unemployment rate | 1.93 |
|
||||
| Median home value | 156800 |
|
||||
| Gini index | 0.3807 |
|
||||
| Vacancy rate | 12.33 |
|
||||
| White | 14600 |
|
||||
| Black | 44 |
|
||||
| Asian | 23 |
|
||||
| Native | 46 |
|
||||
| Hispanic/Latino | 529 |
|
||||
| Bachelor's or higher | 3127 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Osborne County, KS"
|
||||
classification: county
|
||||
fips: "20141"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 3452
|
||||
population_under_18: 762
|
||||
population_18_64: 1766
|
||||
population_65_plus: 924
|
||||
median_household_income: 63011
|
||||
poverty_rate: 8.44
|
||||
homeownership_rate: 77.2
|
||||
unemployment_rate: 1.64
|
||||
median_home_value: 86400
|
||||
gini_index: 0.4104
|
||||
vacancy_rate: 22.26
|
||||
race_white: 3186
|
||||
race_black: 12
|
||||
race_asian: 17
|
||||
race_native: 8
|
||||
hispanic: 103
|
||||
bachelors_plus: 758
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Osborne County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3452 |
|
||||
| Under 18 | 762 |
|
||||
| 18–64 | 1766 |
|
||||
| 65+ | 924 |
|
||||
| Median household income | 63011 |
|
||||
| Poverty rate | 8.44 |
|
||||
| Homeownership rate | 77.2 |
|
||||
| Unemployment rate | 1.64 |
|
||||
| Median home value | 86400 |
|
||||
| Gini index | 0.4104 |
|
||||
| Vacancy rate | 22.26 |
|
||||
| White | 3186 |
|
||||
| Black | 12 |
|
||||
| Asian | 17 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 103 |
|
||||
| Bachelor's or higher | 758 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ottawa County, KS"
|
||||
classification: county
|
||||
fips: "20143"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 5819
|
||||
population_under_18: 1369
|
||||
population_18_64: 3229
|
||||
population_65_plus: 1221
|
||||
median_household_income: 74018
|
||||
poverty_rate: 10.41
|
||||
homeownership_rate: 77.16
|
||||
unemployment_rate: 2.87
|
||||
median_home_value: 166000
|
||||
gini_index: 0.4207
|
||||
vacancy_rate: 10.58
|
||||
race_white: 5442
|
||||
race_black: 23
|
||||
race_asian: 3
|
||||
race_native: 30
|
||||
hispanic: 194
|
||||
bachelors_plus: 1393
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ottawa County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5819 |
|
||||
| Under 18 | 1369 |
|
||||
| 18–64 | 3229 |
|
||||
| 65+ | 1221 |
|
||||
| Median household income | 74018 |
|
||||
| Poverty rate | 10.41 |
|
||||
| Homeownership rate | 77.16 |
|
||||
| Unemployment rate | 2.87 |
|
||||
| Median home value | 166000 |
|
||||
| Gini index | 0.4207 |
|
||||
| Vacancy rate | 10.58 |
|
||||
| White | 5442 |
|
||||
| Black | 23 |
|
||||
| Asian | 3 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 194 |
|
||||
| Bachelor's or higher | 1393 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pawnee County, KS"
|
||||
classification: county
|
||||
fips: "20145"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 6144
|
||||
population_under_18: 893
|
||||
population_18_64: 3819
|
||||
population_65_plus: 1432
|
||||
median_household_income: 63517
|
||||
poverty_rate: 11.52
|
||||
homeownership_rate: 66.16
|
||||
unemployment_rate: 1.22
|
||||
median_home_value: 93000
|
||||
gini_index: 0.4663
|
||||
vacancy_rate: 21.79
|
||||
race_white: 5218
|
||||
race_black: 454
|
||||
race_asian: 0
|
||||
race_native: 91
|
||||
hispanic: 561
|
||||
bachelors_plus: 1146
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pawnee County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6144 |
|
||||
| Under 18 | 893 |
|
||||
| 18–64 | 3819 |
|
||||
| 65+ | 1432 |
|
||||
| Median household income | 63517 |
|
||||
| Poverty rate | 11.52 |
|
||||
| Homeownership rate | 66.16 |
|
||||
| Unemployment rate | 1.22 |
|
||||
| Median home value | 93000 |
|
||||
| Gini index | 0.4663 |
|
||||
| Vacancy rate | 21.79 |
|
||||
| White | 5218 |
|
||||
| Black | 454 |
|
||||
| Asian | 0 |
|
||||
| Native | 91 |
|
||||
| Hispanic/Latino | 561 |
|
||||
| Bachelor's or higher | 1146 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Phillips County, KS"
|
||||
classification: county
|
||||
fips: "20147"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 4813
|
||||
population_under_18: 1083
|
||||
population_18_64: 2500
|
||||
population_65_plus: 1230
|
||||
median_household_income: 62123
|
||||
poverty_rate: 15.36
|
||||
homeownership_rate: 78.0
|
||||
unemployment_rate: 3.22
|
||||
median_home_value: 96500
|
||||
gini_index: 0.4162
|
||||
vacancy_rate: 18.53
|
||||
race_white: 4453
|
||||
race_black: 36
|
||||
race_asian: 22
|
||||
race_native: 36
|
||||
hispanic: 165
|
||||
bachelors_plus: 1028
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Phillips County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4813 |
|
||||
| Under 18 | 1083 |
|
||||
| 18–64 | 2500 |
|
||||
| 65+ | 1230 |
|
||||
| Median household income | 62123 |
|
||||
| Poverty rate | 15.36 |
|
||||
| Homeownership rate | 78.0 |
|
||||
| Unemployment rate | 3.22 |
|
||||
| Median home value | 96500 |
|
||||
| Gini index | 0.4162 |
|
||||
| Vacancy rate | 18.53 |
|
||||
| White | 4453 |
|
||||
| Black | 36 |
|
||||
| Asian | 22 |
|
||||
| Native | 36 |
|
||||
| Hispanic/Latino | 165 |
|
||||
| Bachelor's or higher | 1028 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pottawatomie County, KS"
|
||||
classification: county
|
||||
fips: "20149"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 26204
|
||||
population_under_18: 7557
|
||||
population_18_64: 14627
|
||||
population_65_plus: 4020
|
||||
median_household_income: 92325
|
||||
poverty_rate: 6.66
|
||||
homeownership_rate: 82.22
|
||||
unemployment_rate: 2.14
|
||||
median_home_value: 245900
|
||||
gini_index: 0.3855
|
||||
vacancy_rate: 8.16
|
||||
race_white: 23362
|
||||
race_black: 434
|
||||
race_asian: 112
|
||||
race_native: 105
|
||||
hispanic: 1590
|
||||
bachelors_plus: 8711
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pottawatomie County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26204 |
|
||||
| Under 18 | 7557 |
|
||||
| 18–64 | 14627 |
|
||||
| 65+ | 4020 |
|
||||
| Median household income | 92325 |
|
||||
| Poverty rate | 6.66 |
|
||||
| Homeownership rate | 82.22 |
|
||||
| Unemployment rate | 2.14 |
|
||||
| Median home value | 245900 |
|
||||
| Gini index | 0.3855 |
|
||||
| Vacancy rate | 8.16 |
|
||||
| White | 23362 |
|
||||
| Black | 434 |
|
||||
| Asian | 112 |
|
||||
| Native | 105 |
|
||||
| Hispanic/Latino | 1590 |
|
||||
| Bachelor's or higher | 8711 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pratt County, KS"
|
||||
classification: county
|
||||
fips: "20151"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 9127
|
||||
population_under_18: 2253
|
||||
population_18_64: 4946
|
||||
population_65_plus: 1928
|
||||
median_household_income: 66022
|
||||
poverty_rate: 12.3
|
||||
homeownership_rate: 73.24
|
||||
unemployment_rate: 3.6
|
||||
median_home_value: 114600
|
||||
gini_index: 0.4287
|
||||
vacancy_rate: 20.53
|
||||
race_white: 7801
|
||||
race_black: 59
|
||||
race_asian: 22
|
||||
race_native: 79
|
||||
hispanic: 788
|
||||
bachelors_plus: 2079
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pratt County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9127 |
|
||||
| Under 18 | 2253 |
|
||||
| 18–64 | 4946 |
|
||||
| 65+ | 1928 |
|
||||
| Median household income | 66022 |
|
||||
| Poverty rate | 12.3 |
|
||||
| Homeownership rate | 73.24 |
|
||||
| Unemployment rate | 3.6 |
|
||||
| Median home value | 114600 |
|
||||
| Gini index | 0.4287 |
|
||||
| Vacancy rate | 20.53 |
|
||||
| White | 7801 |
|
||||
| Black | 59 |
|
||||
| Asian | 22 |
|
||||
| Native | 79 |
|
||||
| Hispanic/Latino | 788 |
|
||||
| Bachelor's or higher | 2079 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Rawlins County, KS"
|
||||
classification: county
|
||||
fips: "20153"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2516
|
||||
population_under_18: 552
|
||||
population_18_64: 1263
|
||||
population_65_plus: 701
|
||||
median_household_income: 67742
|
||||
poverty_rate: 6.75
|
||||
homeownership_rate: 70.68
|
||||
unemployment_rate: 1.33
|
||||
median_home_value: 103800
|
||||
gini_index: 0.3739
|
||||
vacancy_rate: 14.6
|
||||
race_white: 2320
|
||||
race_black: 0
|
||||
race_asian: 20
|
||||
race_native: 29
|
||||
hispanic: 194
|
||||
bachelors_plus: 440
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rawlins County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2516 |
|
||||
| Under 18 | 552 |
|
||||
| 18–64 | 1263 |
|
||||
| 65+ | 701 |
|
||||
| Median household income | 67742 |
|
||||
| Poverty rate | 6.75 |
|
||||
| Homeownership rate | 70.68 |
|
||||
| Unemployment rate | 1.33 |
|
||||
| Median home value | 103800 |
|
||||
| Gini index | 0.3739 |
|
||||
| Vacancy rate | 14.6 |
|
||||
| White | 2320 |
|
||||
| Black | 0 |
|
||||
| Asian | 20 |
|
||||
| Native | 29 |
|
||||
| Hispanic/Latino | 194 |
|
||||
| Bachelor's or higher | 440 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Reno County, KS"
|
||||
classification: county
|
||||
fips: "20155"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 61553
|
||||
population_under_18: 13518
|
||||
population_18_64: 35376
|
||||
population_65_plus: 12659
|
||||
median_household_income: 60645
|
||||
poverty_rate: 12.52
|
||||
homeownership_rate: 69.19
|
||||
unemployment_rate: 3.89
|
||||
median_home_value: 132500
|
||||
gini_index: 0.4267
|
||||
vacancy_rate: 9.49
|
||||
race_white: 52333
|
||||
race_black: 1667
|
||||
race_asian: 342
|
||||
race_native: 485
|
||||
hispanic: 6388
|
||||
bachelors_plus: 11578
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Reno County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 61553 |
|
||||
| Under 18 | 13518 |
|
||||
| 18–64 | 35376 |
|
||||
| 65+ | 12659 |
|
||||
| Median household income | 60645 |
|
||||
| Poverty rate | 12.52 |
|
||||
| Homeownership rate | 69.19 |
|
||||
| Unemployment rate | 3.89 |
|
||||
| Median home value | 132500 |
|
||||
| Gini index | 0.4267 |
|
||||
| Vacancy rate | 9.49 |
|
||||
| White | 52333 |
|
||||
| Black | 1667 |
|
||||
| Asian | 342 |
|
||||
| Native | 485 |
|
||||
| Hispanic/Latino | 6388 |
|
||||
| Bachelor's or higher | 11578 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Republic County, KS"
|
||||
classification: county
|
||||
fips: "20157"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 4646
|
||||
population_under_18: 1140
|
||||
population_18_64: 2263
|
||||
population_65_plus: 1243
|
||||
median_household_income: 56833
|
||||
poverty_rate: 10.63
|
||||
homeownership_rate: 78.16
|
||||
unemployment_rate: 1.8
|
||||
median_home_value: 75600
|
||||
gini_index: 0.4252
|
||||
vacancy_rate: 24.99
|
||||
race_white: 4342
|
||||
race_black: 22
|
||||
race_asian: 0
|
||||
race_native: 1
|
||||
hispanic: 179
|
||||
bachelors_plus: 950
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Republic County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4646 |
|
||||
| Under 18 | 1140 |
|
||||
| 18–64 | 2263 |
|
||||
| 65+ | 1243 |
|
||||
| Median household income | 56833 |
|
||||
| Poverty rate | 10.63 |
|
||||
| Homeownership rate | 78.16 |
|
||||
| Unemployment rate | 1.8 |
|
||||
| Median home value | 75600 |
|
||||
| Gini index | 0.4252 |
|
||||
| Vacancy rate | 24.99 |
|
||||
| White | 4342 |
|
||||
| Black | 22 |
|
||||
| Asian | 0 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 179 |
|
||||
| Bachelor's or higher | 950 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Rice County, KS"
|
||||
classification: county
|
||||
fips: "20159"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 9350
|
||||
population_under_18: 2190
|
||||
population_18_64: 5383
|
||||
population_65_plus: 1777
|
||||
median_household_income: 63925
|
||||
poverty_rate: 7.74
|
||||
homeownership_rate: 77.41
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 104600
|
||||
gini_index: 0.428
|
||||
vacancy_rate: 15.28
|
||||
race_white: 7379
|
||||
race_black: 169
|
||||
race_asian: 3
|
||||
race_native: 70
|
||||
hispanic: 1305
|
||||
bachelors_plus: 2124
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rice County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9350 |
|
||||
| Under 18 | 2190 |
|
||||
| 18–64 | 5383 |
|
||||
| 65+ | 1777 |
|
||||
| Median household income | 63925 |
|
||||
| Poverty rate | 7.74 |
|
||||
| Homeownership rate | 77.41 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 104600 |
|
||||
| Gini index | 0.428 |
|
||||
| Vacancy rate | 15.28 |
|
||||
| White | 7379 |
|
||||
| Black | 169 |
|
||||
| Asian | 3 |
|
||||
| Native | 70 |
|
||||
| Hispanic/Latino | 1305 |
|
||||
| Bachelor's or higher | 2124 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Riley County, KS"
|
||||
classification: county
|
||||
fips: "20161"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 71946
|
||||
population_under_18: 11589
|
||||
population_18_64: 53154
|
||||
population_65_plus: 7203
|
||||
median_household_income: 61098
|
||||
poverty_rate: 19.87
|
||||
homeownership_rate: 46.08
|
||||
unemployment_rate: 3.79
|
||||
median_home_value: 237100
|
||||
gini_index: 0.482
|
||||
vacancy_rate: 9.95
|
||||
race_white: 55289
|
||||
race_black: 4714
|
||||
race_asian: 2995
|
||||
race_native: 760
|
||||
hispanic: 7205
|
||||
bachelors_plus: 26242
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Riley County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 71946 |
|
||||
| Under 18 | 11589 |
|
||||
| 18–64 | 53154 |
|
||||
| 65+ | 7203 |
|
||||
| Median household income | 61098 |
|
||||
| Poverty rate | 19.87 |
|
||||
| Homeownership rate | 46.08 |
|
||||
| Unemployment rate | 3.79 |
|
||||
| Median home value | 237100 |
|
||||
| Gini index | 0.482 |
|
||||
| Vacancy rate | 9.95 |
|
||||
| White | 55289 |
|
||||
| Black | 4714 |
|
||||
| Asian | 2995 |
|
||||
| Native | 760 |
|
||||
| Hispanic/Latino | 7205 |
|
||||
| Bachelor's or higher | 26242 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Rooks County, KS"
|
||||
classification: county
|
||||
fips: "20163"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 4813
|
||||
population_under_18: 1001
|
||||
population_18_64: 2661
|
||||
population_65_plus: 1151
|
||||
median_household_income: 62500
|
||||
poverty_rate: 5.53
|
||||
homeownership_rate: 74.3
|
||||
unemployment_rate: 2.0
|
||||
median_home_value: 89000
|
||||
gini_index: 0.3679
|
||||
vacancy_rate: 18.94
|
||||
race_white: 4438
|
||||
race_black: 92
|
||||
race_asian: 33
|
||||
race_native: 23
|
||||
hispanic: 156
|
||||
bachelors_plus: 1013
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rooks County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4813 |
|
||||
| Under 18 | 1001 |
|
||||
| 18–64 | 2661 |
|
||||
| 65+ | 1151 |
|
||||
| Median household income | 62500 |
|
||||
| Poverty rate | 5.53 |
|
||||
| Homeownership rate | 74.3 |
|
||||
| Unemployment rate | 2.0 |
|
||||
| Median home value | 89000 |
|
||||
| Gini index | 0.3679 |
|
||||
| Vacancy rate | 18.94 |
|
||||
| White | 4438 |
|
||||
| Black | 92 |
|
||||
| Asian | 33 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 156 |
|
||||
| Bachelor's or higher | 1013 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Rush County, KS"
|
||||
classification: county
|
||||
fips: "20165"
|
||||
state: "KS"
|
||||
demographics:
|
||||
population: 2947
|
||||
population_under_18: 589
|
||||
population_18_64: 1626
|
||||
population_65_plus: 732
|
||||
median_household_income: 59970
|
||||
poverty_rate: 11.14
|
||||
homeownership_rate: 77.58
|
||||
unemployment_rate: 3.6
|
||||
median_home_value: 83600
|
||||
gini_index: 0.5437
|
||||
vacancy_rate: 17.39
|
||||
race_white: 2603
|
||||
race_black: 11
|
||||
race_asian: 0
|
||||
race_native: 16
|
||||
hispanic: 191
|
||||
bachelors_plus: 590
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ks]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Rush County, KS
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2947 |
|
||||
| Under 18 | 589 |
|
||||
| 18–64 | 1626 |
|
||||
| 65+ | 732 |
|
||||
| Median household income | 59970 |
|
||||
| Poverty rate | 11.14 |
|
||||
| Homeownership rate | 77.58 |
|
||||
| Unemployment rate | 3.6 |
|
||||
| Median home value | 83600 |
|
||||
| Gini index | 0.5437 |
|
||||
| Vacancy rate | 17.39 |
|
||||
| White | 2603 |
|
||||
| Black | 11 |
|
||||
| Asian | 0 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 191 |
|
||||
| Bachelor's or higher | 590 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user