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: "Bruce Westerman"
|
||||
description: "U.S. House candidate, AR-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-04"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WESTERMAN FOR CONGRESS"
|
||||
id: "C00548180"
|
||||
ids:
|
||||
fec: "H4AR04048"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bruce Westerman
|
||||
|
||||
Republican incumbent for U.S. House (AR-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WESTERMAN FOR CONGRESS (C00548180)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Chase Mcdowell"
|
||||
description: "U.S. House candidate, AR-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCDOWELL FOR ARKANSAS"
|
||||
id: "C00902619"
|
||||
ids:
|
||||
fec: "H6AR02278"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chase Mcdowell
|
||||
|
||||
Republican challenger for U.S. House (AR-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCDOWELL FOR ARKANSAS (C00902619)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Chris Jones"
|
||||
description: "U.S. House candidate, AR-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "THE COMMITTEE TO ELECT CHRIS JONES"
|
||||
id: "C00912899"
|
||||
ids:
|
||||
fec: "H6AR02286"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chris Jones
|
||||
|
||||
Democratic challenger for U.S. House (AR-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- THE COMMITTEE TO ELECT CHRIS JONES (C00912899)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Diana Lynne Lawrence"
|
||||
description: "U.S. House candidate, AR-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-03"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DIANA LAWRENCE FOR CONGRESS"
|
||||
id: "C00896886"
|
||||
ids:
|
||||
fec: "H6AR03136"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Diana Lynne Lawrence
|
||||
|
||||
Democratic challenger for U.S. House (AR-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DIANA LAWRENCE FOR CONGRESS (C00896886)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Eric Alan Rick Crawford"
|
||||
description: "U.S. House candidate, AR-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CRAWFORD FOR CONGRESS"
|
||||
id: "C00462374"
|
||||
ids:
|
||||
fec: "H0AR01083"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eric Alan Rick Crawford
|
||||
|
||||
Republican incumbent for U.S. House (AR-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CRAWFORD FOR CONGRESS (C00462374)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ethan N Sr. Dunbar"
|
||||
description: "U.S. Senate candidate, AR (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AR"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF NOEL DBA ETHANFORARKANSAS"
|
||||
id: "C00916502"
|
||||
ids:
|
||||
fec: "S6AR00173"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ethan N Sr. Dunbar
|
||||
|
||||
Democratic challenger for U.S. Senate (AR), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF NOEL DBA ETHANFORARKANSAS (C00916502)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Hallie Shoffner"
|
||||
description: "U.S. Senate candidate, AR (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AR"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HALLIE SHOFFNER FOR ARKANSAS"
|
||||
id: "C00905471"
|
||||
ids:
|
||||
fec: "S6AR00199"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hallie Shoffner
|
||||
|
||||
Democratic challenger for U.S. Senate (AR), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HALLIE SHOFFNER FOR ARKANSAS (C00905471)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James French Hill"
|
||||
description: "U.S. House candidate, AR-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRENCH HILL FOR ARKANSAS"
|
||||
id: "C00551275"
|
||||
ids:
|
||||
fec: "H4AR02141"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James French Hill
|
||||
|
||||
Republican incumbent for U.S. House (AR-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRENCH HILL FOR ARKANSAS (C00551275)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jeb Little"
|
||||
description: "U.S. Senate candidate, AR (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AR"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JEB LITTLE FOR SENATE"
|
||||
id: "C00926568"
|
||||
ids:
|
||||
fec: "S6AR00215"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jeb Little
|
||||
|
||||
Republican challenger for U.S. Senate (AR), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JEB LITTLE FOR SENATE (C00926568)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Micah Ashby"
|
||||
description: "U.S. Senate candidate, AR (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AR"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MICAH ASHBY FOR SENATE 2026"
|
||||
id: "C00919803"
|
||||
ids:
|
||||
fec: "S6AR00207"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Micah Ashby
|
||||
|
||||
Republican challenger for U.S. Senate (AR), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MICAH ASHBY FOR SENATE 2026 (C00919803)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robb Ryerse"
|
||||
description: "U.S. House candidate, AR-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-03"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ROBB FOR CONGRESS"
|
||||
id: "C00908400"
|
||||
ids:
|
||||
fec: "H6AR03128"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robb Ryerse
|
||||
|
||||
Democratic challenger for U.S. House (AR-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ROBB FOR CONGRESS (C00908400)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Stephen A The Hon Womack"
|
||||
description: "U.S. House candidate, AR-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-03"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WOMACK FOR CONGRESS COMMITTEE"
|
||||
id: "C00477745"
|
||||
ids:
|
||||
fec: "H0AR03055"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stephen A The Hon Womack
|
||||
|
||||
Republican incumbent for U.S. House (AR-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WOMACK FOR CONGRESS COMMITTEE (C00477745)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Terri Yarbrough Dr. Green"
|
||||
description: "U.S. House candidate, AR-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-01"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TERRI GREEN ELECTION CAMPAIGN COMMITTEE"
|
||||
id: "C00930800"
|
||||
ids:
|
||||
fec: "H6AR01155"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Terri Yarbrough Dr. Green
|
||||
|
||||
Democratic challenger for U.S. House (AR-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TERRI GREEN ELECTION CAMPAIGN COMMITTEE (C00930800)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas Cotton"
|
||||
description: "U.S. Senate candidate, AR (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "AR"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COTTON FOR SENATE, INC."
|
||||
id: "C00499988"
|
||||
ids:
|
||||
fec: "S4AR00103"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas Cotton
|
||||
|
||||
Republican incumbent for U.S. Senate (AR), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COTTON FOR SENATE, INC. (C00499988)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Zackary Blake Huffman"
|
||||
description: "U.S. House candidate, AR-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "AR"
|
||||
district: "AR-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT ZACK HUFFMAN"
|
||||
id: "C00912345"
|
||||
ids:
|
||||
fec: "H6AR02294"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Zackary Blake Huffman
|
||||
|
||||
Democratic challenger for U.S. House (AR-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT ZACK HUFFMAN (C00912345)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Arkansas County, AR"
|
||||
classification: county
|
||||
fips: "05001"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 16515
|
||||
population_under_18: 3826
|
||||
population_18_64: 9365
|
||||
population_65_plus: 3324
|
||||
median_household_income: 53164
|
||||
poverty_rate: 19.02
|
||||
homeownership_rate: 64.58
|
||||
unemployment_rate: 8.14
|
||||
median_home_value: 138100
|
||||
gini_index: 0.4509
|
||||
vacancy_rate: 22.9
|
||||
race_white: 11454
|
||||
race_black: 4317
|
||||
race_asian: 10
|
||||
race_native: 82
|
||||
hispanic: 682
|
||||
bachelors_plus: 2103
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Arkansas County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16515 |
|
||||
| Under 18 | 3826 |
|
||||
| 18–64 | 9365 |
|
||||
| 65+ | 3324 |
|
||||
| Median household income | 53164 |
|
||||
| Poverty rate | 19.02 |
|
||||
| Homeownership rate | 64.58 |
|
||||
| Unemployment rate | 8.14 |
|
||||
| Median home value | 138100 |
|
||||
| Gini index | 0.4509 |
|
||||
| Vacancy rate | 22.9 |
|
||||
| White | 11454 |
|
||||
| Black | 4317 |
|
||||
| Asian | 10 |
|
||||
| Native | 82 |
|
||||
| Hispanic/Latino | 682 |
|
||||
| Bachelor's or higher | 2103 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ashley County, AR"
|
||||
classification: county
|
||||
fips: "05003"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 18429
|
||||
population_under_18: 4141
|
||||
population_18_64: 10325
|
||||
population_65_plus: 3963
|
||||
median_household_income: 44266
|
||||
poverty_rate: 22.15
|
||||
homeownership_rate: 70.83
|
||||
unemployment_rate: 5.48
|
||||
median_home_value: 91900
|
||||
gini_index: 0.4654
|
||||
vacancy_rate: 21.68
|
||||
race_white: 12681
|
||||
race_black: 4366
|
||||
race_asian: 0
|
||||
race_native: 39
|
||||
hispanic: 1176
|
||||
bachelors_plus: 2154
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ashley County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18429 |
|
||||
| Under 18 | 4141 |
|
||||
| 18–64 | 10325 |
|
||||
| 65+ | 3963 |
|
||||
| Median household income | 44266 |
|
||||
| Poverty rate | 22.15 |
|
||||
| Homeownership rate | 70.83 |
|
||||
| Unemployment rate | 5.48 |
|
||||
| Median home value | 91900 |
|
||||
| Gini index | 0.4654 |
|
||||
| Vacancy rate | 21.68 |
|
||||
| White | 12681 |
|
||||
| Black | 4366 |
|
||||
| Asian | 0 |
|
||||
| Native | 39 |
|
||||
| Hispanic/Latino | 1176 |
|
||||
| Bachelor's or higher | 2154 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Baxter County, AR"
|
||||
classification: county
|
||||
fips: "05005"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 42407
|
||||
population_under_18: 7509
|
||||
population_18_64: 21758
|
||||
population_65_plus: 13140
|
||||
median_household_income: 48452
|
||||
poverty_rate: 15.49
|
||||
homeownership_rate: 75.2
|
||||
unemployment_rate: 6.34
|
||||
median_home_value: 174600
|
||||
gini_index: 0.4758
|
||||
vacancy_rate: 15.45
|
||||
race_white: 39118
|
||||
race_black: 136
|
||||
race_asian: 294
|
||||
race_native: 171
|
||||
hispanic: 1222
|
||||
bachelors_plus: 8035
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Baxter County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 42407 |
|
||||
| Under 18 | 7509 |
|
||||
| 18–64 | 21758 |
|
||||
| 65+ | 13140 |
|
||||
| Median household income | 48452 |
|
||||
| Poverty rate | 15.49 |
|
||||
| Homeownership rate | 75.2 |
|
||||
| Unemployment rate | 6.34 |
|
||||
| Median home value | 174600 |
|
||||
| Gini index | 0.4758 |
|
||||
| Vacancy rate | 15.45 |
|
||||
| White | 39118 |
|
||||
| Black | 136 |
|
||||
| Asian | 294 |
|
||||
| Native | 171 |
|
||||
| Hispanic/Latino | 1222 |
|
||||
| Bachelor's or higher | 8035 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Benton County, AR"
|
||||
classification: county
|
||||
fips: "05007"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 303632
|
||||
population_under_18: 77250
|
||||
population_18_64: 184623
|
||||
population_65_plus: 41759
|
||||
median_household_income: 93506
|
||||
poverty_rate: 7.56
|
||||
homeownership_rate: 67.01
|
||||
unemployment_rate: 3.08
|
||||
median_home_value: 323500
|
||||
gini_index: 0.4498
|
||||
vacancy_rate: 8.79
|
||||
race_white: 183388
|
||||
race_black: 5479
|
||||
race_asian: 14007
|
||||
race_native: 3417
|
||||
hispanic: 56188
|
||||
bachelors_plus: 102124
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Benton County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 303632 |
|
||||
| Under 18 | 77250 |
|
||||
| 18–64 | 184623 |
|
||||
| 65+ | 41759 |
|
||||
| Median household income | 93506 |
|
||||
| Poverty rate | 7.56 |
|
||||
| Homeownership rate | 67.01 |
|
||||
| Unemployment rate | 3.08 |
|
||||
| Median home value | 323500 |
|
||||
| Gini index | 0.4498 |
|
||||
| Vacancy rate | 8.79 |
|
||||
| White | 183388 |
|
||||
| Black | 5479 |
|
||||
| Asian | 14007 |
|
||||
| Native | 3417 |
|
||||
| Hispanic/Latino | 56188 |
|
||||
| Bachelor's or higher | 102124 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Boone County, AR"
|
||||
classification: county
|
||||
fips: "05009"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 38138
|
||||
population_under_18: 8586
|
||||
population_18_64: 21469
|
||||
population_65_plus: 8083
|
||||
median_household_income: 55143
|
||||
poverty_rate: 11.71
|
||||
homeownership_rate: 70.81
|
||||
unemployment_rate: 2.53
|
||||
median_home_value: 188900
|
||||
gini_index: 0.4323
|
||||
vacancy_rate: 12.01
|
||||
race_white: 35826
|
||||
race_black: 96
|
||||
race_asian: 121
|
||||
race_native: 144
|
||||
hispanic: 1202
|
||||
bachelors_plus: 6115
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Boone County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 38138 |
|
||||
| Under 18 | 8586 |
|
||||
| 18–64 | 21469 |
|
||||
| 65+ | 8083 |
|
||||
| Median household income | 55143 |
|
||||
| Poverty rate | 11.71 |
|
||||
| Homeownership rate | 70.81 |
|
||||
| Unemployment rate | 2.53 |
|
||||
| Median home value | 188900 |
|
||||
| Gini index | 0.4323 |
|
||||
| Vacancy rate | 12.01 |
|
||||
| White | 35826 |
|
||||
| Black | 96 |
|
||||
| Asian | 121 |
|
||||
| Native | 144 |
|
||||
| Hispanic/Latino | 1202 |
|
||||
| Bachelor's or higher | 6115 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bradley County, AR"
|
||||
classification: county
|
||||
fips: "05011"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 10208
|
||||
population_under_18: 2505
|
||||
population_18_64: 5768
|
||||
population_65_plus: 1935
|
||||
median_household_income: 41476
|
||||
poverty_rate: 19.86
|
||||
homeownership_rate: 65.96
|
||||
unemployment_rate: 6.62
|
||||
median_home_value: 94800
|
||||
gini_index: 0.515
|
||||
vacancy_rate: 25.85
|
||||
race_white: 5503
|
||||
race_black: 2647
|
||||
race_asian: 0
|
||||
race_native: 580
|
||||
hispanic: 1628
|
||||
bachelors_plus: 1413
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bradley County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10208 |
|
||||
| Under 18 | 2505 |
|
||||
| 18–64 | 5768 |
|
||||
| 65+ | 1935 |
|
||||
| Median household income | 41476 |
|
||||
| Poverty rate | 19.86 |
|
||||
| Homeownership rate | 65.96 |
|
||||
| Unemployment rate | 6.62 |
|
||||
| Median home value | 94800 |
|
||||
| Gini index | 0.515 |
|
||||
| Vacancy rate | 25.85 |
|
||||
| White | 5503 |
|
||||
| Black | 2647 |
|
||||
| Asian | 0 |
|
||||
| Native | 580 |
|
||||
| Hispanic/Latino | 1628 |
|
||||
| Bachelor's or higher | 1413 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Calhoun County, AR"
|
||||
classification: county
|
||||
fips: "05013"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 4704
|
||||
population_under_18: 903
|
||||
population_18_64: 2683
|
||||
population_65_plus: 1118
|
||||
median_household_income: 66809
|
||||
poverty_rate: 10.17
|
||||
homeownership_rate: 87.81
|
||||
unemployment_rate: 5.59
|
||||
median_home_value: 110700
|
||||
gini_index: 0.3965
|
||||
vacancy_rate: 31.47
|
||||
race_white: 3458
|
||||
race_black: 809
|
||||
race_asian: 8
|
||||
race_native: 30
|
||||
hispanic: 140
|
||||
bachelors_plus: 926
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calhoun County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4704 |
|
||||
| Under 18 | 903 |
|
||||
| 18–64 | 2683 |
|
||||
| 65+ | 1118 |
|
||||
| Median household income | 66809 |
|
||||
| Poverty rate | 10.17 |
|
||||
| Homeownership rate | 87.81 |
|
||||
| Unemployment rate | 5.59 |
|
||||
| Median home value | 110700 |
|
||||
| Gini index | 0.3965 |
|
||||
| Vacancy rate | 31.47 |
|
||||
| White | 3458 |
|
||||
| Black | 809 |
|
||||
| Asian | 8 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 140 |
|
||||
| Bachelor's or higher | 926 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carroll County, AR"
|
||||
classification: county
|
||||
fips: "05015"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 28626
|
||||
population_under_18: 6204
|
||||
population_18_64: 15717
|
||||
population_65_plus: 6705
|
||||
median_household_income: 54230
|
||||
poverty_rate: 17.18
|
||||
homeownership_rate: 77.48
|
||||
unemployment_rate: 4.71
|
||||
median_home_value: 210400
|
||||
gini_index: 0.4591
|
||||
vacancy_rate: 18.7
|
||||
race_white: 20802
|
||||
race_black: 94
|
||||
race_asian: 372
|
||||
race_native: 331
|
||||
hispanic: 4504
|
||||
bachelors_plus: 5481
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carroll County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28626 |
|
||||
| Under 18 | 6204 |
|
||||
| 18–64 | 15717 |
|
||||
| 65+ | 6705 |
|
||||
| Median household income | 54230 |
|
||||
| Poverty rate | 17.18 |
|
||||
| Homeownership rate | 77.48 |
|
||||
| Unemployment rate | 4.71 |
|
||||
| Median home value | 210400 |
|
||||
| Gini index | 0.4591 |
|
||||
| Vacancy rate | 18.7 |
|
||||
| White | 20802 |
|
||||
| Black | 94 |
|
||||
| Asian | 372 |
|
||||
| Native | 331 |
|
||||
| Hispanic/Latino | 4504 |
|
||||
| Bachelor's or higher | 5481 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chicot County, AR"
|
||||
classification: county
|
||||
fips: "05017"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 9765
|
||||
population_under_18: 2117
|
||||
population_18_64: 5469
|
||||
population_65_plus: 2179
|
||||
median_household_income: 39045
|
||||
poverty_rate: 22.64
|
||||
homeownership_rate: 69.23
|
||||
unemployment_rate: 9.06
|
||||
median_home_value: 89100
|
||||
gini_index: 0.5025
|
||||
vacancy_rate: 22.38
|
||||
race_white: 3942
|
||||
race_black: 5204
|
||||
race_asian: 20
|
||||
race_native: 13
|
||||
hispanic: 624
|
||||
bachelors_plus: 1549
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chicot County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9765 |
|
||||
| Under 18 | 2117 |
|
||||
| 18–64 | 5469 |
|
||||
| 65+ | 2179 |
|
||||
| Median household income | 39045 |
|
||||
| Poverty rate | 22.64 |
|
||||
| Homeownership rate | 69.23 |
|
||||
| Unemployment rate | 9.06 |
|
||||
| Median home value | 89100 |
|
||||
| Gini index | 0.5025 |
|
||||
| Vacancy rate | 22.38 |
|
||||
| White | 3942 |
|
||||
| Black | 5204 |
|
||||
| Asian | 20 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 624 |
|
||||
| Bachelor's or higher | 1549 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clark County, AR"
|
||||
classification: county
|
||||
fips: "05019"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 21125
|
||||
population_under_18: 4240
|
||||
population_18_64: 13415
|
||||
population_65_plus: 3470
|
||||
median_household_income: 52034
|
||||
poverty_rate: 21.55
|
||||
homeownership_rate: 64.99
|
||||
unemployment_rate: 3.81
|
||||
median_home_value: 155000
|
||||
gini_index: 0.4795
|
||||
vacancy_rate: 19.02
|
||||
race_white: 14681
|
||||
race_black: 4927
|
||||
race_asian: 171
|
||||
race_native: 19
|
||||
hispanic: 1179
|
||||
bachelors_plus: 4385
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clark County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21125 |
|
||||
| Under 18 | 4240 |
|
||||
| 18–64 | 13415 |
|
||||
| 65+ | 3470 |
|
||||
| Median household income | 52034 |
|
||||
| Poverty rate | 21.55 |
|
||||
| Homeownership rate | 64.99 |
|
||||
| Unemployment rate | 3.81 |
|
||||
| Median home value | 155000 |
|
||||
| Gini index | 0.4795 |
|
||||
| Vacancy rate | 19.02 |
|
||||
| White | 14681 |
|
||||
| Black | 4927 |
|
||||
| Asian | 171 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 1179 |
|
||||
| Bachelor's or higher | 4385 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clay County, AR"
|
||||
classification: county
|
||||
fips: "05021"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 14280
|
||||
population_under_18: 3067
|
||||
population_18_64: 8101
|
||||
population_65_plus: 3112
|
||||
median_household_income: 51481
|
||||
poverty_rate: 17.19
|
||||
homeownership_rate: 74.72
|
||||
unemployment_rate: 6.3
|
||||
median_home_value: 94600
|
||||
gini_index: 0.4218
|
||||
vacancy_rate: 19.63
|
||||
race_white: 13353
|
||||
race_black: 10
|
||||
race_asian: 4
|
||||
race_native: 57
|
||||
hispanic: 158
|
||||
bachelors_plus: 2128
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clay County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14280 |
|
||||
| Under 18 | 3067 |
|
||||
| 18–64 | 8101 |
|
||||
| 65+ | 3112 |
|
||||
| Median household income | 51481 |
|
||||
| Poverty rate | 17.19 |
|
||||
| Homeownership rate | 74.72 |
|
||||
| Unemployment rate | 6.3 |
|
||||
| Median home value | 94600 |
|
||||
| Gini index | 0.4218 |
|
||||
| Vacancy rate | 19.63 |
|
||||
| White | 13353 |
|
||||
| Black | 10 |
|
||||
| Asian | 4 |
|
||||
| Native | 57 |
|
||||
| Hispanic/Latino | 158 |
|
||||
| Bachelor's or higher | 2128 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cleburne County, AR"
|
||||
classification: county
|
||||
fips: "05023"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 25226
|
||||
population_under_18: 4813
|
||||
population_18_64: 13503
|
||||
population_65_plus: 6910
|
||||
median_household_income: 55798
|
||||
poverty_rate: 13.88
|
||||
homeownership_rate: 80.59
|
||||
unemployment_rate: 6.43
|
||||
median_home_value: 179800
|
||||
gini_index: 0.4565
|
||||
vacancy_rate: 32.84
|
||||
race_white: 23651
|
||||
race_black: 73
|
||||
race_asian: 50
|
||||
race_native: 123
|
||||
hispanic: 747
|
||||
bachelors_plus: 4726
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cleburne County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25226 |
|
||||
| Under 18 | 4813 |
|
||||
| 18–64 | 13503 |
|
||||
| 65+ | 6910 |
|
||||
| Median household income | 55798 |
|
||||
| Poverty rate | 13.88 |
|
||||
| Homeownership rate | 80.59 |
|
||||
| Unemployment rate | 6.43 |
|
||||
| Median home value | 179800 |
|
||||
| Gini index | 0.4565 |
|
||||
| Vacancy rate | 32.84 |
|
||||
| White | 23651 |
|
||||
| Black | 73 |
|
||||
| Asian | 50 |
|
||||
| Native | 123 |
|
||||
| Hispanic/Latino | 747 |
|
||||
| Bachelor's or higher | 4726 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cleveland County, AR"
|
||||
classification: county
|
||||
fips: "05025"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 7453
|
||||
population_under_18: 1595
|
||||
population_18_64: 4278
|
||||
population_65_plus: 1580
|
||||
median_household_income: 54794
|
||||
poverty_rate: 15.78
|
||||
homeownership_rate: 82.63
|
||||
unemployment_rate: 2.18
|
||||
median_home_value: 137600
|
||||
gini_index: 0.4834
|
||||
vacancy_rate: 18.29
|
||||
race_white: 6231
|
||||
race_black: 935
|
||||
race_asian: 24
|
||||
race_native: 0
|
||||
hispanic: 108
|
||||
bachelors_plus: 1367
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cleveland County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7453 |
|
||||
| Under 18 | 1595 |
|
||||
| 18–64 | 4278 |
|
||||
| 65+ | 1580 |
|
||||
| Median household income | 54794 |
|
||||
| Poverty rate | 15.78 |
|
||||
| Homeownership rate | 82.63 |
|
||||
| Unemployment rate | 2.18 |
|
||||
| Median home value | 137600 |
|
||||
| Gini index | 0.4834 |
|
||||
| Vacancy rate | 18.29 |
|
||||
| White | 6231 |
|
||||
| Black | 935 |
|
||||
| Asian | 24 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 108 |
|
||||
| Bachelor's or higher | 1367 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Columbia County, AR"
|
||||
classification: county
|
||||
fips: "05027"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 22349
|
||||
population_under_18: 4796
|
||||
population_18_64: 13648
|
||||
population_65_plus: 3905
|
||||
median_household_income: 55334
|
||||
poverty_rate: 21.13
|
||||
homeownership_rate: 70.73
|
||||
unemployment_rate: 3.21
|
||||
median_home_value: 152100
|
||||
gini_index: 0.4756
|
||||
vacancy_rate: 23.76
|
||||
race_white: 13553
|
||||
race_black: 7687
|
||||
race_asian: 96
|
||||
race_native: 36
|
||||
hispanic: 774
|
||||
bachelors_plus: 4104
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Columbia County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22349 |
|
||||
| Under 18 | 4796 |
|
||||
| 18–64 | 13648 |
|
||||
| 65+ | 3905 |
|
||||
| Median household income | 55334 |
|
||||
| Poverty rate | 21.13 |
|
||||
| Homeownership rate | 70.73 |
|
||||
| Unemployment rate | 3.21 |
|
||||
| Median home value | 152100 |
|
||||
| Gini index | 0.4756 |
|
||||
| Vacancy rate | 23.76 |
|
||||
| White | 13553 |
|
||||
| Black | 7687 |
|
||||
| Asian | 96 |
|
||||
| Native | 36 |
|
||||
| Hispanic/Latino | 774 |
|
||||
| Bachelor's or higher | 4104 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Conway County, AR"
|
||||
classification: county
|
||||
fips: "05029"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 21054
|
||||
population_under_18: 4758
|
||||
population_18_64: 12138
|
||||
population_65_plus: 4158
|
||||
median_household_income: 54187
|
||||
poverty_rate: 19.71
|
||||
homeownership_rate: 74.08
|
||||
unemployment_rate: 6.41
|
||||
median_home_value: 154100
|
||||
gini_index: 0.4398
|
||||
vacancy_rate: 14.68
|
||||
race_white: 17024
|
||||
race_black: 2428
|
||||
race_asian: 54
|
||||
race_native: 90
|
||||
hispanic: 1000
|
||||
bachelors_plus: 3778
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Conway County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21054 |
|
||||
| Under 18 | 4758 |
|
||||
| 18–64 | 12138 |
|
||||
| 65+ | 4158 |
|
||||
| Median household income | 54187 |
|
||||
| Poverty rate | 19.71 |
|
||||
| Homeownership rate | 74.08 |
|
||||
| Unemployment rate | 6.41 |
|
||||
| Median home value | 154100 |
|
||||
| Gini index | 0.4398 |
|
||||
| Vacancy rate | 14.68 |
|
||||
| White | 17024 |
|
||||
| Black | 2428 |
|
||||
| Asian | 54 |
|
||||
| Native | 90 |
|
||||
| Hispanic/Latino | 1000 |
|
||||
| Bachelor's or higher | 3778 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Craighead County, AR"
|
||||
classification: county
|
||||
fips: "05031"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 113249
|
||||
population_under_18: 28553
|
||||
population_18_64: 68973
|
||||
population_65_plus: 15723
|
||||
median_household_income: 59548
|
||||
poverty_rate: 20.12
|
||||
homeownership_rate: 60.11
|
||||
unemployment_rate: 5.57
|
||||
median_home_value: 210400
|
||||
gini_index: 0.4908
|
||||
vacancy_rate: 9.1
|
||||
race_white: 81397
|
||||
race_black: 18982
|
||||
race_asian: 1404
|
||||
race_native: 246
|
||||
hispanic: 7146
|
||||
bachelors_plus: 30104
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Craighead County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 113249 |
|
||||
| Under 18 | 28553 |
|
||||
| 18–64 | 68973 |
|
||||
| 65+ | 15723 |
|
||||
| Median household income | 59548 |
|
||||
| Poverty rate | 20.12 |
|
||||
| Homeownership rate | 60.11 |
|
||||
| Unemployment rate | 5.57 |
|
||||
| Median home value | 210400 |
|
||||
| Gini index | 0.4908 |
|
||||
| Vacancy rate | 9.1 |
|
||||
| White | 81397 |
|
||||
| Black | 18982 |
|
||||
| Asian | 1404 |
|
||||
| Native | 246 |
|
||||
| Hispanic/Latino | 7146 |
|
||||
| Bachelor's or higher | 30104 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crawford County, AR"
|
||||
classification: county
|
||||
fips: "05033"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 61139
|
||||
population_under_18: 14636
|
||||
population_18_64: 35549
|
||||
population_65_plus: 10954
|
||||
median_household_income: 64132
|
||||
poverty_rate: 14.66
|
||||
homeownership_rate: 75.47
|
||||
unemployment_rate: 4.06
|
||||
median_home_value: 182800
|
||||
gini_index: 0.4296
|
||||
vacancy_rate: 8.84
|
||||
race_white: 49797
|
||||
race_black: 789
|
||||
race_asian: 692
|
||||
race_native: 558
|
||||
hispanic: 5251
|
||||
bachelors_plus: 10845
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crawford County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 61139 |
|
||||
| Under 18 | 14636 |
|
||||
| 18–64 | 35549 |
|
||||
| 65+ | 10954 |
|
||||
| Median household income | 64132 |
|
||||
| Poverty rate | 14.66 |
|
||||
| Homeownership rate | 75.47 |
|
||||
| Unemployment rate | 4.06 |
|
||||
| Median home value | 182800 |
|
||||
| Gini index | 0.4296 |
|
||||
| Vacancy rate | 8.84 |
|
||||
| White | 49797 |
|
||||
| Black | 789 |
|
||||
| Asian | 692 |
|
||||
| Native | 558 |
|
||||
| Hispanic/Latino | 5251 |
|
||||
| Bachelor's or higher | 10845 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crittenden County, AR"
|
||||
classification: county
|
||||
fips: "05035"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 47266
|
||||
population_under_18: 12759
|
||||
population_18_64: 27286
|
||||
population_65_plus: 7221
|
||||
median_household_income: 55358
|
||||
poverty_rate: 20.99
|
||||
homeownership_rate: 57.35
|
||||
unemployment_rate: 10.23
|
||||
median_home_value: 160200
|
||||
gini_index: 0.4548
|
||||
vacancy_rate: 14.89
|
||||
race_white: 18471
|
||||
race_black: 24045
|
||||
race_asian: 358
|
||||
race_native: 56
|
||||
hispanic: 1555
|
||||
bachelors_plus: 6810
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crittenden County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 47266 |
|
||||
| Under 18 | 12759 |
|
||||
| 18–64 | 27286 |
|
||||
| 65+ | 7221 |
|
||||
| Median household income | 55358 |
|
||||
| Poverty rate | 20.99 |
|
||||
| Homeownership rate | 57.35 |
|
||||
| Unemployment rate | 10.23 |
|
||||
| Median home value | 160200 |
|
||||
| Gini index | 0.4548 |
|
||||
| Vacancy rate | 14.89 |
|
||||
| White | 18471 |
|
||||
| Black | 24045 |
|
||||
| Asian | 358 |
|
||||
| Native | 56 |
|
||||
| Hispanic/Latino | 1555 |
|
||||
| Bachelor's or higher | 6810 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cross County, AR"
|
||||
classification: county
|
||||
fips: "05037"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 16543
|
||||
population_under_18: 3925
|
||||
population_18_64: 9495
|
||||
population_65_plus: 3123
|
||||
median_household_income: 50863
|
||||
poverty_rate: 19.72
|
||||
homeownership_rate: 67.53
|
||||
unemployment_rate: 10.71
|
||||
median_home_value: 117500
|
||||
gini_index: 0.4804
|
||||
vacancy_rate: 14.54
|
||||
race_white: 11902
|
||||
race_black: 2617
|
||||
race_asian: 479
|
||||
race_native: 43
|
||||
hispanic: 378
|
||||
bachelors_plus: 2720
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cross County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16543 |
|
||||
| Under 18 | 3925 |
|
||||
| 18–64 | 9495 |
|
||||
| 65+ | 3123 |
|
||||
| Median household income | 50863 |
|
||||
| Poverty rate | 19.72 |
|
||||
| Homeownership rate | 67.53 |
|
||||
| Unemployment rate | 10.71 |
|
||||
| Median home value | 117500 |
|
||||
| Gini index | 0.4804 |
|
||||
| Vacancy rate | 14.54 |
|
||||
| White | 11902 |
|
||||
| Black | 2617 |
|
||||
| Asian | 479 |
|
||||
| Native | 43 |
|
||||
| Hispanic/Latino | 378 |
|
||||
| Bachelor's or higher | 2720 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dallas County, AR"
|
||||
classification: county
|
||||
fips: "05039"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 6242
|
||||
population_under_18: 1256
|
||||
population_18_64: 3396
|
||||
population_65_plus: 1590
|
||||
median_household_income: 42500
|
||||
poverty_rate: 13.92
|
||||
homeownership_rate: 72.63
|
||||
unemployment_rate: 8.25
|
||||
median_home_value: 97300
|
||||
gini_index: 0.4576
|
||||
vacancy_rate: 26.28
|
||||
race_white: 3289
|
||||
race_black: 2657
|
||||
race_asian: 8
|
||||
race_native: 0
|
||||
hispanic: 71
|
||||
bachelors_plus: 715
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dallas County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6242 |
|
||||
| Under 18 | 1256 |
|
||||
| 18–64 | 3396 |
|
||||
| 65+ | 1590 |
|
||||
| Median household income | 42500 |
|
||||
| Poverty rate | 13.92 |
|
||||
| Homeownership rate | 72.63 |
|
||||
| Unemployment rate | 8.25 |
|
||||
| Median home value | 97300 |
|
||||
| Gini index | 0.4576 |
|
||||
| Vacancy rate | 26.28 |
|
||||
| White | 3289 |
|
||||
| Black | 2657 |
|
||||
| Asian | 8 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 71 |
|
||||
| Bachelor's or higher | 715 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Desha County, AR"
|
||||
classification: county
|
||||
fips: "05041"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 10786
|
||||
population_under_18: 2690
|
||||
population_18_64: 5928
|
||||
population_65_plus: 2168
|
||||
median_household_income: 37662
|
||||
poverty_rate: 28.33
|
||||
homeownership_rate: 56.81
|
||||
unemployment_rate: 7.99
|
||||
median_home_value: 90900
|
||||
gini_index: 0.4858
|
||||
vacancy_rate: 20.5
|
||||
race_white: 4747
|
||||
race_black: 5288
|
||||
race_asian: 0
|
||||
race_native: 19
|
||||
hispanic: 781
|
||||
bachelors_plus: 1329
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Desha County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10786 |
|
||||
| Under 18 | 2690 |
|
||||
| 18–64 | 5928 |
|
||||
| 65+ | 2168 |
|
||||
| Median household income | 37662 |
|
||||
| Poverty rate | 28.33 |
|
||||
| Homeownership rate | 56.81 |
|
||||
| Unemployment rate | 7.99 |
|
||||
| Median home value | 90900 |
|
||||
| Gini index | 0.4858 |
|
||||
| Vacancy rate | 20.5 |
|
||||
| White | 4747 |
|
||||
| Black | 5288 |
|
||||
| Asian | 0 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 781 |
|
||||
| Bachelor's or higher | 1329 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Drew County, AR"
|
||||
classification: county
|
||||
fips: "05043"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 17046
|
||||
population_under_18: 3743
|
||||
population_18_64: 10196
|
||||
population_65_plus: 3107
|
||||
median_household_income: 42824
|
||||
poverty_rate: 22.4
|
||||
homeownership_rate: 63.72
|
||||
unemployment_rate: 5.89
|
||||
median_home_value: 140800
|
||||
gini_index: 0.5301
|
||||
vacancy_rate: 13.19
|
||||
race_white: 11061
|
||||
race_black: 4611
|
||||
race_asian: 129
|
||||
race_native: 0
|
||||
hispanic: 756
|
||||
bachelors_plus: 3875
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Drew County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17046 |
|
||||
| Under 18 | 3743 |
|
||||
| 18–64 | 10196 |
|
||||
| 65+ | 3107 |
|
||||
| Median household income | 42824 |
|
||||
| Poverty rate | 22.4 |
|
||||
| Homeownership rate | 63.72 |
|
||||
| Unemployment rate | 5.89 |
|
||||
| Median home value | 140800 |
|
||||
| Gini index | 0.5301 |
|
||||
| Vacancy rate | 13.19 |
|
||||
| White | 11061 |
|
||||
| Black | 4611 |
|
||||
| Asian | 129 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 756 |
|
||||
| Bachelor's or higher | 3875 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Faulkner County, AR"
|
||||
classification: county
|
||||
fips: "05045"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 127717
|
||||
population_under_18: 28894
|
||||
population_18_64: 81278
|
||||
population_65_plus: 17545
|
||||
median_household_income: 67289
|
||||
poverty_rate: 14.51
|
||||
homeownership_rate: 62.3
|
||||
unemployment_rate: 3.39
|
||||
median_home_value: 232700
|
||||
gini_index: 0.4516
|
||||
vacancy_rate: 8.09
|
||||
race_white: 100664
|
||||
race_black: 15079
|
||||
race_asian: 1268
|
||||
race_native: 250
|
||||
hispanic: 7303
|
||||
bachelors_plus: 39045
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Faulkner County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 127717 |
|
||||
| Under 18 | 28894 |
|
||||
| 18–64 | 81278 |
|
||||
| 65+ | 17545 |
|
||||
| Median household income | 67289 |
|
||||
| Poverty rate | 14.51 |
|
||||
| Homeownership rate | 62.3 |
|
||||
| Unemployment rate | 3.39 |
|
||||
| Median home value | 232700 |
|
||||
| Gini index | 0.4516 |
|
||||
| Vacancy rate | 8.09 |
|
||||
| White | 100664 |
|
||||
| Black | 15079 |
|
||||
| Asian | 1268 |
|
||||
| Native | 250 |
|
||||
| Hispanic/Latino | 7303 |
|
||||
| Bachelor's or higher | 39045 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, AR"
|
||||
classification: county
|
||||
fips: "05047"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 17326
|
||||
population_under_18: 3871
|
||||
population_18_64: 9872
|
||||
population_65_plus: 3583
|
||||
median_household_income: 55886
|
||||
poverty_rate: 17.98
|
||||
homeownership_rate: 77.95
|
||||
unemployment_rate: 4.87
|
||||
median_home_value: 130800
|
||||
gini_index: 0.4711
|
||||
vacancy_rate: 9.14
|
||||
race_white: 15049
|
||||
race_black: 40
|
||||
race_asian: 105
|
||||
race_native: 168
|
||||
hispanic: 577
|
||||
bachelors_plus: 2364
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17326 |
|
||||
| Under 18 | 3871 |
|
||||
| 18–64 | 9872 |
|
||||
| 65+ | 3583 |
|
||||
| Median household income | 55886 |
|
||||
| Poverty rate | 17.98 |
|
||||
| Homeownership rate | 77.95 |
|
||||
| Unemployment rate | 4.87 |
|
||||
| Median home value | 130800 |
|
||||
| Gini index | 0.4711 |
|
||||
| Vacancy rate | 9.14 |
|
||||
| White | 15049 |
|
||||
| Black | 40 |
|
||||
| Asian | 105 |
|
||||
| Native | 168 |
|
||||
| Hispanic/Latino | 577 |
|
||||
| Bachelor's or higher | 2364 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fulton County, AR"
|
||||
classification: county
|
||||
fips: "05049"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 12302
|
||||
population_under_18: 2541
|
||||
population_18_64: 6561
|
||||
population_65_plus: 3200
|
||||
median_household_income: 42241
|
||||
poverty_rate: 18.01
|
||||
homeownership_rate: 84.7
|
||||
unemployment_rate: 4.6
|
||||
median_home_value: 113800
|
||||
gini_index: 0.4286
|
||||
vacancy_rate: 23.58
|
||||
race_white: 11369
|
||||
race_black: 42
|
||||
race_asian: 29
|
||||
race_native: 89
|
||||
hispanic: 238
|
||||
bachelors_plus: 2021
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fulton County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12302 |
|
||||
| Under 18 | 2541 |
|
||||
| 18–64 | 6561 |
|
||||
| 65+ | 3200 |
|
||||
| Median household income | 42241 |
|
||||
| Poverty rate | 18.01 |
|
||||
| Homeownership rate | 84.7 |
|
||||
| Unemployment rate | 4.6 |
|
||||
| Median home value | 113800 |
|
||||
| Gini index | 0.4286 |
|
||||
| Vacancy rate | 23.58 |
|
||||
| White | 11369 |
|
||||
| Black | 42 |
|
||||
| Asian | 29 |
|
||||
| Native | 89 |
|
||||
| Hispanic/Latino | 238 |
|
||||
| Bachelor's or higher | 2021 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Garland County, AR"
|
||||
classification: county
|
||||
fips: "05051"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 100035
|
||||
population_under_18: 19821
|
||||
population_18_64: 55512
|
||||
population_65_plus: 24702
|
||||
median_household_income: 57181
|
||||
poverty_rate: 15.8
|
||||
homeownership_rate: 69.38
|
||||
unemployment_rate: 5.69
|
||||
median_home_value: 194300
|
||||
gini_index: 0.4603
|
||||
vacancy_rate: 17.23
|
||||
race_white: 82699
|
||||
race_black: 7606
|
||||
race_asian: 671
|
||||
race_native: 421
|
||||
hispanic: 7484
|
||||
bachelors_plus: 25200
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Garland County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 100035 |
|
||||
| Under 18 | 19821 |
|
||||
| 18–64 | 55512 |
|
||||
| 65+ | 24702 |
|
||||
| Median household income | 57181 |
|
||||
| Poverty rate | 15.8 |
|
||||
| Homeownership rate | 69.38 |
|
||||
| Unemployment rate | 5.69 |
|
||||
| Median home value | 194300 |
|
||||
| Gini index | 0.4603 |
|
||||
| Vacancy rate | 17.23 |
|
||||
| White | 82699 |
|
||||
| Black | 7606 |
|
||||
| Asian | 671 |
|
||||
| Native | 421 |
|
||||
| Hispanic/Latino | 7484 |
|
||||
| Bachelor's or higher | 25200 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grant County, AR"
|
||||
classification: county
|
||||
fips: "05053"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 18242
|
||||
population_under_18: 3847
|
||||
population_18_64: 11026
|
||||
population_65_plus: 3369
|
||||
median_household_income: 71549
|
||||
poverty_rate: 13.09
|
||||
homeownership_rate: 80.74
|
||||
unemployment_rate: 4.54
|
||||
median_home_value: 161700
|
||||
gini_index: 0.4502
|
||||
vacancy_rate: 12.3
|
||||
race_white: 16660
|
||||
race_black: 490
|
||||
race_asian: 89
|
||||
race_native: 26
|
||||
hispanic: 522
|
||||
bachelors_plus: 3431
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grant County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18242 |
|
||||
| Under 18 | 3847 |
|
||||
| 18–64 | 11026 |
|
||||
| 65+ | 3369 |
|
||||
| Median household income | 71549 |
|
||||
| Poverty rate | 13.09 |
|
||||
| Homeownership rate | 80.74 |
|
||||
| Unemployment rate | 4.54 |
|
||||
| Median home value | 161700 |
|
||||
| Gini index | 0.4502 |
|
||||
| Vacancy rate | 12.3 |
|
||||
| White | 16660 |
|
||||
| Black | 490 |
|
||||
| Asian | 89 |
|
||||
| Native | 26 |
|
||||
| Hispanic/Latino | 522 |
|
||||
| Bachelor's or higher | 3431 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greene County, AR"
|
||||
classification: county
|
||||
fips: "05055"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 46432
|
||||
population_under_18: 11123
|
||||
population_18_64: 27776
|
||||
population_65_plus: 7533
|
||||
median_household_income: 57839
|
||||
poverty_rate: 17.41
|
||||
homeownership_rate: 66.19
|
||||
unemployment_rate: 5.88
|
||||
median_home_value: 169300
|
||||
gini_index: 0.4314
|
||||
vacancy_rate: 8.21
|
||||
race_white: 41506
|
||||
race_black: 1059
|
||||
race_asian: 191
|
||||
race_native: 19
|
||||
hispanic: 1741
|
||||
bachelors_plus: 7266
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greene County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 46432 |
|
||||
| Under 18 | 11123 |
|
||||
| 18–64 | 27776 |
|
||||
| 65+ | 7533 |
|
||||
| Median household income | 57839 |
|
||||
| Poverty rate | 17.41 |
|
||||
| Homeownership rate | 66.19 |
|
||||
| Unemployment rate | 5.88 |
|
||||
| Median home value | 169300 |
|
||||
| Gini index | 0.4314 |
|
||||
| Vacancy rate | 8.21 |
|
||||
| White | 41506 |
|
||||
| Black | 1059 |
|
||||
| Asian | 191 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 1741 |
|
||||
| Bachelor's or higher | 7266 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hempstead County, AR"
|
||||
classification: county
|
||||
fips: "05057"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 19508
|
||||
population_under_18: 4933
|
||||
population_18_64: 10934
|
||||
population_65_plus: 3641
|
||||
median_household_income: 46787
|
||||
poverty_rate: 20.22
|
||||
homeownership_rate: 71.75
|
||||
unemployment_rate: 5.58
|
||||
median_home_value: 105700
|
||||
gini_index: 0.5303
|
||||
vacancy_rate: 22.43
|
||||
race_white: 10677
|
||||
race_black: 5588
|
||||
race_asian: 128
|
||||
race_native: 34
|
||||
hispanic: 2986
|
||||
bachelors_plus: 2959
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hempstead County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19508 |
|
||||
| Under 18 | 4933 |
|
||||
| 18–64 | 10934 |
|
||||
| 65+ | 3641 |
|
||||
| Median household income | 46787 |
|
||||
| Poverty rate | 20.22 |
|
||||
| Homeownership rate | 71.75 |
|
||||
| Unemployment rate | 5.58 |
|
||||
| Median home value | 105700 |
|
||||
| Gini index | 0.5303 |
|
||||
| Vacancy rate | 22.43 |
|
||||
| White | 10677 |
|
||||
| Black | 5588 |
|
||||
| Asian | 128 |
|
||||
| Native | 34 |
|
||||
| Hispanic/Latino | 2986 |
|
||||
| Bachelor's or higher | 2959 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hot Spring County, AR"
|
||||
classification: county
|
||||
fips: "05059"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 33180
|
||||
population_under_18: 6539
|
||||
population_18_64: 19988
|
||||
population_65_plus: 6653
|
||||
median_household_income: 55405
|
||||
poverty_rate: 15.1
|
||||
homeownership_rate: 76.47
|
||||
unemployment_rate: 3.72
|
||||
median_home_value: 151100
|
||||
gini_index: 0.4297
|
||||
vacancy_rate: 13.93
|
||||
race_white: 27282
|
||||
race_black: 3692
|
||||
race_asian: 12
|
||||
race_native: 175
|
||||
hispanic: 1362
|
||||
bachelors_plus: 5817
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hot Spring County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33180 |
|
||||
| Under 18 | 6539 |
|
||||
| 18–64 | 19988 |
|
||||
| 65+ | 6653 |
|
||||
| Median household income | 55405 |
|
||||
| Poverty rate | 15.1 |
|
||||
| Homeownership rate | 76.47 |
|
||||
| Unemployment rate | 3.72 |
|
||||
| Median home value | 151100 |
|
||||
| Gini index | 0.4297 |
|
||||
| Vacancy rate | 13.93 |
|
||||
| White | 27282 |
|
||||
| Black | 3692 |
|
||||
| Asian | 12 |
|
||||
| Native | 175 |
|
||||
| Hispanic/Latino | 1362 |
|
||||
| Bachelor's or higher | 5817 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Howard County, AR"
|
||||
classification: county
|
||||
fips: "05061"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 12583
|
||||
population_under_18: 3234
|
||||
population_18_64: 6978
|
||||
population_65_plus: 2371
|
||||
median_household_income: 45603
|
||||
poverty_rate: 22.52
|
||||
homeownership_rate: 72.54
|
||||
unemployment_rate: 5.38
|
||||
median_home_value: 153900
|
||||
gini_index: 0.4583
|
||||
vacancy_rate: 17.41
|
||||
race_white: 8186
|
||||
race_black: 2623
|
||||
race_asian: 73
|
||||
race_native: 12
|
||||
hispanic: 1582
|
||||
bachelors_plus: 1807
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Howard County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12583 |
|
||||
| Under 18 | 3234 |
|
||||
| 18–64 | 6978 |
|
||||
| 65+ | 2371 |
|
||||
| Median household income | 45603 |
|
||||
| Poverty rate | 22.52 |
|
||||
| Homeownership rate | 72.54 |
|
||||
| Unemployment rate | 5.38 |
|
||||
| Median home value | 153900 |
|
||||
| Gini index | 0.4583 |
|
||||
| Vacancy rate | 17.41 |
|
||||
| White | 8186 |
|
||||
| Black | 2623 |
|
||||
| Asian | 73 |
|
||||
| Native | 12 |
|
||||
| Hispanic/Latino | 1582 |
|
||||
| Bachelor's or higher | 1807 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Independence County, AR"
|
||||
classification: county
|
||||
fips: "05063"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 38175
|
||||
population_under_18: 9283
|
||||
population_18_64: 22184
|
||||
population_65_plus: 6708
|
||||
median_household_income: 56609
|
||||
poverty_rate: 20.39
|
||||
homeownership_rate: 69.19
|
||||
unemployment_rate: 3.88
|
||||
median_home_value: 142600
|
||||
gini_index: 0.4854
|
||||
vacancy_rate: 12.8
|
||||
race_white: 31927
|
||||
race_black: 701
|
||||
race_asian: 332
|
||||
race_native: 228
|
||||
hispanic: 3382
|
||||
bachelors_plus: 6119
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Independence County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 38175 |
|
||||
| Under 18 | 9283 |
|
||||
| 18–64 | 22184 |
|
||||
| 65+ | 6708 |
|
||||
| Median household income | 56609 |
|
||||
| Poverty rate | 20.39 |
|
||||
| Homeownership rate | 69.19 |
|
||||
| Unemployment rate | 3.88 |
|
||||
| Median home value | 142600 |
|
||||
| Gini index | 0.4854 |
|
||||
| Vacancy rate | 12.8 |
|
||||
| White | 31927 |
|
||||
| Black | 701 |
|
||||
| Asian | 332 |
|
||||
| Native | 228 |
|
||||
| Hispanic/Latino | 3382 |
|
||||
| Bachelor's or higher | 6119 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Izard County, AR"
|
||||
classification: county
|
||||
fips: "05065"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 14009
|
||||
population_under_18: 2490
|
||||
population_18_64: 7996
|
||||
population_65_plus: 3523
|
||||
median_household_income: 49405
|
||||
poverty_rate: 22.28
|
||||
homeownership_rate: 75.42
|
||||
unemployment_rate: 7.17
|
||||
median_home_value: 129100
|
||||
gini_index: 0.4417
|
||||
vacancy_rate: 22.36
|
||||
race_white: 12447
|
||||
race_black: 220
|
||||
race_asian: 69
|
||||
race_native: 86
|
||||
hispanic: 414
|
||||
bachelors_plus: 2733
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Izard County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14009 |
|
||||
| Under 18 | 2490 |
|
||||
| 18–64 | 7996 |
|
||||
| 65+ | 3523 |
|
||||
| Median household income | 49405 |
|
||||
| Poverty rate | 22.28 |
|
||||
| Homeownership rate | 75.42 |
|
||||
| Unemployment rate | 7.17 |
|
||||
| Median home value | 129100 |
|
||||
| Gini index | 0.4417 |
|
||||
| Vacancy rate | 22.36 |
|
||||
| White | 12447 |
|
||||
| Black | 220 |
|
||||
| Asian | 69 |
|
||||
| Native | 86 |
|
||||
| Hispanic/Latino | 414 |
|
||||
| Bachelor's or higher | 2733 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jackson County, AR"
|
||||
classification: county
|
||||
fips: "05067"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 16712
|
||||
population_under_18: 3336
|
||||
population_18_64: 10378
|
||||
population_65_plus: 2998
|
||||
median_household_income: 44218
|
||||
poverty_rate: 21.66
|
||||
homeownership_rate: 65.47
|
||||
unemployment_rate: 9.78
|
||||
median_home_value: 98300
|
||||
gini_index: 0.4974
|
||||
vacancy_rate: 14.36
|
||||
race_white: 12571
|
||||
race_black: 2541
|
||||
race_asian: 59
|
||||
race_native: 78
|
||||
hispanic: 544
|
||||
bachelors_plus: 2369
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jackson County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16712 |
|
||||
| Under 18 | 3336 |
|
||||
| 18–64 | 10378 |
|
||||
| 65+ | 2998 |
|
||||
| Median household income | 44218 |
|
||||
| Poverty rate | 21.66 |
|
||||
| Homeownership rate | 65.47 |
|
||||
| Unemployment rate | 9.78 |
|
||||
| Median home value | 98300 |
|
||||
| Gini index | 0.4974 |
|
||||
| Vacancy rate | 14.36 |
|
||||
| White | 12571 |
|
||||
| Black | 2541 |
|
||||
| Asian | 59 |
|
||||
| Native | 78 |
|
||||
| Hispanic/Latino | 544 |
|
||||
| Bachelor's or higher | 2369 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jefferson County, AR"
|
||||
classification: county
|
||||
fips: "05069"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 64802
|
||||
population_under_18: 13906
|
||||
population_18_64: 38845
|
||||
population_65_plus: 12051
|
||||
median_household_income: 51096
|
||||
poverty_rate: 18.55
|
||||
homeownership_rate: 61.79
|
||||
unemployment_rate: 8.13
|
||||
median_home_value: 113400
|
||||
gini_index: 0.4684
|
||||
vacancy_rate: 21.72
|
||||
race_white: 24047
|
||||
race_black: 36593
|
||||
race_asian: 500
|
||||
race_native: 238
|
||||
hispanic: 1735
|
||||
bachelors_plus: 11473
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jefferson County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 64802 |
|
||||
| Under 18 | 13906 |
|
||||
| 18–64 | 38845 |
|
||||
| 65+ | 12051 |
|
||||
| Median household income | 51096 |
|
||||
| Poverty rate | 18.55 |
|
||||
| Homeownership rate | 61.79 |
|
||||
| Unemployment rate | 8.13 |
|
||||
| Median home value | 113400 |
|
||||
| Gini index | 0.4684 |
|
||||
| Vacancy rate | 21.72 |
|
||||
| White | 24047 |
|
||||
| Black | 36593 |
|
||||
| Asian | 500 |
|
||||
| Native | 238 |
|
||||
| Hispanic/Latino | 1735 |
|
||||
| Bachelor's or higher | 11473 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Johnson County, AR"
|
||||
classification: county
|
||||
fips: "05071"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 26003
|
||||
population_under_18: 6299
|
||||
population_18_64: 15282
|
||||
population_65_plus: 4422
|
||||
median_household_income: 45995
|
||||
poverty_rate: 19.79
|
||||
homeownership_rate: 74.07
|
||||
unemployment_rate: 4.61
|
||||
median_home_value: 135300
|
||||
gini_index: 0.4527
|
||||
vacancy_rate: 10.72
|
||||
race_white: 21308
|
||||
race_black: 414
|
||||
race_asian: 852
|
||||
race_native: 156
|
||||
hispanic: 3606
|
||||
bachelors_plus: 3997
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Johnson County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26003 |
|
||||
| Under 18 | 6299 |
|
||||
| 18–64 | 15282 |
|
||||
| 65+ | 4422 |
|
||||
| Median household income | 45995 |
|
||||
| Poverty rate | 19.79 |
|
||||
| Homeownership rate | 74.07 |
|
||||
| Unemployment rate | 4.61 |
|
||||
| Median home value | 135300 |
|
||||
| Gini index | 0.4527 |
|
||||
| Vacancy rate | 10.72 |
|
||||
| White | 21308 |
|
||||
| Black | 414 |
|
||||
| Asian | 852 |
|
||||
| Native | 156 |
|
||||
| Hispanic/Latino | 3606 |
|
||||
| Bachelor's or higher | 3997 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lafayette County, AR"
|
||||
classification: county
|
||||
fips: "05073"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 6136
|
||||
population_under_18: 1120
|
||||
population_18_64: 3432
|
||||
population_65_plus: 1584
|
||||
median_household_income: 41278
|
||||
poverty_rate: 22.26
|
||||
homeownership_rate: 79.25
|
||||
unemployment_rate: 5.3
|
||||
median_home_value: 81000
|
||||
gini_index: 0.4763
|
||||
vacancy_rate: 33.45
|
||||
race_white: 3543
|
||||
race_black: 2262
|
||||
race_asian: 62
|
||||
race_native: 14
|
||||
hispanic: 36
|
||||
bachelors_plus: 508
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lafayette County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6136 |
|
||||
| Under 18 | 1120 |
|
||||
| 18–64 | 3432 |
|
||||
| 65+ | 1584 |
|
||||
| Median household income | 41278 |
|
||||
| Poverty rate | 22.26 |
|
||||
| Homeownership rate | 79.25 |
|
||||
| Unemployment rate | 5.3 |
|
||||
| Median home value | 81000 |
|
||||
| Gini index | 0.4763 |
|
||||
| Vacancy rate | 33.45 |
|
||||
| White | 3543 |
|
||||
| Black | 2262 |
|
||||
| Asian | 62 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 36 |
|
||||
| Bachelor's or higher | 508 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lawrence County, AR"
|
||||
classification: county
|
||||
fips: "05075"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 16238
|
||||
population_under_18: 3624
|
||||
population_18_64: 9537
|
||||
population_65_plus: 3077
|
||||
median_household_income: 44882
|
||||
poverty_rate: 20.1
|
||||
homeownership_rate: 66.55
|
||||
unemployment_rate: 5.79
|
||||
median_home_value: 98900
|
||||
gini_index: 0.4719
|
||||
vacancy_rate: 13.49
|
||||
race_white: 14969
|
||||
race_black: 151
|
||||
race_asian: 14
|
||||
race_native: 9
|
||||
hispanic: 362
|
||||
bachelors_plus: 2114
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lawrence County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16238 |
|
||||
| Under 18 | 3624 |
|
||||
| 18–64 | 9537 |
|
||||
| 65+ | 3077 |
|
||||
| Median household income | 44882 |
|
||||
| Poverty rate | 20.1 |
|
||||
| Homeownership rate | 66.55 |
|
||||
| Unemployment rate | 5.79 |
|
||||
| Median home value | 98900 |
|
||||
| Gini index | 0.4719 |
|
||||
| Vacancy rate | 13.49 |
|
||||
| White | 14969 |
|
||||
| Black | 151 |
|
||||
| Asian | 14 |
|
||||
| Native | 9 |
|
||||
| Hispanic/Latino | 362 |
|
||||
| Bachelor's or higher | 2114 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lee County, AR"
|
||||
classification: county
|
||||
fips: "05077"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 8359
|
||||
population_under_18: 1581
|
||||
population_18_64: 5071
|
||||
population_65_plus: 1707
|
||||
median_household_income: 34375
|
||||
poverty_rate: 39.44
|
||||
homeownership_rate: 58.96
|
||||
unemployment_rate: 19.1
|
||||
median_home_value: 75300
|
||||
gini_index: 0.6137
|
||||
vacancy_rate: 27.18
|
||||
race_white: 3409
|
||||
race_black: 4573
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 263
|
||||
bachelors_plus: 549
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8359 |
|
||||
| Under 18 | 1581 |
|
||||
| 18–64 | 5071 |
|
||||
| 65+ | 1707 |
|
||||
| Median household income | 34375 |
|
||||
| Poverty rate | 39.44 |
|
||||
| Homeownership rate | 58.96 |
|
||||
| Unemployment rate | 19.1 |
|
||||
| Median home value | 75300 |
|
||||
| Gini index | 0.6137 |
|
||||
| Vacancy rate | 27.18 |
|
||||
| White | 3409 |
|
||||
| Black | 4573 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 263 |
|
||||
| Bachelor's or higher | 549 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lincoln County, AR"
|
||||
classification: county
|
||||
fips: "05079"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 12950
|
||||
population_under_18: 2038
|
||||
population_18_64: 8998
|
||||
population_65_plus: 1914
|
||||
median_household_income: 51778
|
||||
poverty_rate: 15.35
|
||||
homeownership_rate: 76.09
|
||||
unemployment_rate: 2.69
|
||||
median_home_value: 108000
|
||||
gini_index: 0.4295
|
||||
vacancy_rate: 18.18
|
||||
race_white: 7994
|
||||
race_black: 3598
|
||||
race_asian: 32
|
||||
race_native: 14
|
||||
hispanic: 662
|
||||
bachelors_plus: 1575
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lincoln County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12950 |
|
||||
| Under 18 | 2038 |
|
||||
| 18–64 | 8998 |
|
||||
| 65+ | 1914 |
|
||||
| Median household income | 51778 |
|
||||
| Poverty rate | 15.35 |
|
||||
| Homeownership rate | 76.09 |
|
||||
| Unemployment rate | 2.69 |
|
||||
| Median home value | 108000 |
|
||||
| Gini index | 0.4295 |
|
||||
| Vacancy rate | 18.18 |
|
||||
| White | 7994 |
|
||||
| Black | 3598 |
|
||||
| Asian | 32 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 662 |
|
||||
| Bachelor's or higher | 1575 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Little River County, AR"
|
||||
classification: county
|
||||
fips: "05081"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 11821
|
||||
population_under_18: 2589
|
||||
population_18_64: 6711
|
||||
population_65_plus: 2521
|
||||
median_household_income: 53344
|
||||
poverty_rate: 15.53
|
||||
homeownership_rate: 80.06
|
||||
unemployment_rate: 7.32
|
||||
median_home_value: 113500
|
||||
gini_index: 0.4404
|
||||
vacancy_rate: 20.45
|
||||
race_white: 8551
|
||||
race_black: 2249
|
||||
race_asian: 46
|
||||
race_native: 75
|
||||
hispanic: 474
|
||||
bachelors_plus: 1957
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Little River County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11821 |
|
||||
| Under 18 | 2589 |
|
||||
| 18–64 | 6711 |
|
||||
| 65+ | 2521 |
|
||||
| Median household income | 53344 |
|
||||
| Poverty rate | 15.53 |
|
||||
| Homeownership rate | 80.06 |
|
||||
| Unemployment rate | 7.32 |
|
||||
| Median home value | 113500 |
|
||||
| Gini index | 0.4404 |
|
||||
| Vacancy rate | 20.45 |
|
||||
| White | 8551 |
|
||||
| Black | 2249 |
|
||||
| Asian | 46 |
|
||||
| Native | 75 |
|
||||
| Hispanic/Latino | 474 |
|
||||
| Bachelor's or higher | 1957 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Logan County, AR"
|
||||
classification: county
|
||||
fips: "05083"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 21277
|
||||
population_under_18: 4590
|
||||
population_18_64: 12445
|
||||
population_65_plus: 4242
|
||||
median_household_income: 58555
|
||||
poverty_rate: 13.93
|
||||
homeownership_rate: 78.39
|
||||
unemployment_rate: 5.64
|
||||
median_home_value: 139900
|
||||
gini_index: 0.4618
|
||||
vacancy_rate: 12.69
|
||||
race_white: 19015
|
||||
race_black: 312
|
||||
race_asian: 322
|
||||
race_native: 23
|
||||
hispanic: 744
|
||||
bachelors_plus: 3288
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Logan County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21277 |
|
||||
| Under 18 | 4590 |
|
||||
| 18–64 | 12445 |
|
||||
| 65+ | 4242 |
|
||||
| Median household income | 58555 |
|
||||
| Poverty rate | 13.93 |
|
||||
| Homeownership rate | 78.39 |
|
||||
| Unemployment rate | 5.64 |
|
||||
| Median home value | 139900 |
|
||||
| Gini index | 0.4618 |
|
||||
| Vacancy rate | 12.69 |
|
||||
| White | 19015 |
|
||||
| Black | 312 |
|
||||
| Asian | 322 |
|
||||
| Native | 23 |
|
||||
| Hispanic/Latino | 744 |
|
||||
| Bachelor's or higher | 3288 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lonoke County, AR"
|
||||
classification: county
|
||||
fips: "05085"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 75272
|
||||
population_under_18: 18587
|
||||
population_18_64: 45657
|
||||
population_65_plus: 11028
|
||||
median_household_income: 72828
|
||||
poverty_rate: 10.4
|
||||
homeownership_rate: 74.96
|
||||
unemployment_rate: 4.44
|
||||
median_home_value: 193600
|
||||
gini_index: 0.4171
|
||||
vacancy_rate: 7.54
|
||||
race_white: 63750
|
||||
race_black: 4211
|
||||
race_asian: 753
|
||||
race_native: 216
|
||||
hispanic: 4064
|
||||
bachelors_plus: 14983
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lonoke County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 75272 |
|
||||
| Under 18 | 18587 |
|
||||
| 18–64 | 45657 |
|
||||
| 65+ | 11028 |
|
||||
| Median household income | 72828 |
|
||||
| Poverty rate | 10.4 |
|
||||
| Homeownership rate | 74.96 |
|
||||
| Unemployment rate | 4.44 |
|
||||
| Median home value | 193600 |
|
||||
| Gini index | 0.4171 |
|
||||
| Vacancy rate | 7.54 |
|
||||
| White | 63750 |
|
||||
| Black | 4211 |
|
||||
| Asian | 753 |
|
||||
| Native | 216 |
|
||||
| Hispanic/Latino | 4064 |
|
||||
| Bachelor's or higher | 14983 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Madison County, AR"
|
||||
classification: county
|
||||
fips: "05087"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 17329
|
||||
population_under_18: 3952
|
||||
population_18_64: 9962
|
||||
population_65_plus: 3415
|
||||
median_household_income: 56798
|
||||
poverty_rate: 14.06
|
||||
homeownership_rate: 79.51
|
||||
unemployment_rate: 5.3
|
||||
median_home_value: 178100
|
||||
gini_index: 0.4405
|
||||
vacancy_rate: 16.54
|
||||
race_white: 12100
|
||||
race_black: 22
|
||||
race_asian: 128
|
||||
race_native: 272
|
||||
hispanic: 1125
|
||||
bachelors_plus: 2137
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Madison County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17329 |
|
||||
| Under 18 | 3952 |
|
||||
| 18–64 | 9962 |
|
||||
| 65+ | 3415 |
|
||||
| Median household income | 56798 |
|
||||
| Poverty rate | 14.06 |
|
||||
| Homeownership rate | 79.51 |
|
||||
| Unemployment rate | 5.3 |
|
||||
| Median home value | 178100 |
|
||||
| Gini index | 0.4405 |
|
||||
| Vacancy rate | 16.54 |
|
||||
| White | 12100 |
|
||||
| Black | 22 |
|
||||
| Asian | 128 |
|
||||
| Native | 272 |
|
||||
| Hispanic/Latino | 1125 |
|
||||
| Bachelor's or higher | 2137 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marion County, AR"
|
||||
classification: county
|
||||
fips: "05089"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 17228
|
||||
population_under_18: 3197
|
||||
population_18_64: 9038
|
||||
population_65_plus: 4993
|
||||
median_household_income: 48619
|
||||
poverty_rate: 17.98
|
||||
homeownership_rate: 81.34
|
||||
unemployment_rate: 4.95
|
||||
median_home_value: 163300
|
||||
gini_index: 0.439
|
||||
vacancy_rate: 21.39
|
||||
race_white: 15895
|
||||
race_black: 15
|
||||
race_asian: 156
|
||||
race_native: 232
|
||||
hispanic: 470
|
||||
bachelors_plus: 2807
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marion County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17228 |
|
||||
| Under 18 | 3197 |
|
||||
| 18–64 | 9038 |
|
||||
| 65+ | 4993 |
|
||||
| Median household income | 48619 |
|
||||
| Poverty rate | 17.98 |
|
||||
| Homeownership rate | 81.34 |
|
||||
| Unemployment rate | 4.95 |
|
||||
| Median home value | 163300 |
|
||||
| Gini index | 0.439 |
|
||||
| Vacancy rate | 21.39 |
|
||||
| White | 15895 |
|
||||
| Black | 15 |
|
||||
| Asian | 156 |
|
||||
| Native | 232 |
|
||||
| Hispanic/Latino | 470 |
|
||||
| Bachelor's or higher | 2807 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Miller County, AR"
|
||||
classification: county
|
||||
fips: "05091"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 42360
|
||||
population_under_18: 9899
|
||||
population_18_64: 25215
|
||||
population_65_plus: 7246
|
||||
median_household_income: 48836
|
||||
poverty_rate: 24.57
|
||||
homeownership_rate: 64.37
|
||||
unemployment_rate: 7.1
|
||||
median_home_value: 153900
|
||||
gini_index: 0.4931
|
||||
vacancy_rate: 17.56
|
||||
race_white: 28325
|
||||
race_black: 10806
|
||||
race_asian: 337
|
||||
race_native: 258
|
||||
hispanic: 1754
|
||||
bachelors_plus: 6211
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Miller County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 42360 |
|
||||
| Under 18 | 9899 |
|
||||
| 18–64 | 25215 |
|
||||
| 65+ | 7246 |
|
||||
| Median household income | 48836 |
|
||||
| Poverty rate | 24.57 |
|
||||
| Homeownership rate | 64.37 |
|
||||
| Unemployment rate | 7.1 |
|
||||
| Median home value | 153900 |
|
||||
| Gini index | 0.4931 |
|
||||
| Vacancy rate | 17.56 |
|
||||
| White | 28325 |
|
||||
| Black | 10806 |
|
||||
| Asian | 337 |
|
||||
| Native | 258 |
|
||||
| Hispanic/Latino | 1754 |
|
||||
| Bachelor's or higher | 6211 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mississippi County, AR"
|
||||
classification: county
|
||||
fips: "05093"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 39126
|
||||
population_under_18: 10126
|
||||
population_18_64: 22915
|
||||
population_65_plus: 6085
|
||||
median_household_income: 52548
|
||||
poverty_rate: 21.13
|
||||
homeownership_rate: 59.95
|
||||
unemployment_rate: 6.9
|
||||
median_home_value: 122500
|
||||
gini_index: 0.5122
|
||||
vacancy_rate: 19.24
|
||||
race_white: 22227
|
||||
race_black: 13466
|
||||
race_asian: 203
|
||||
race_native: 72
|
||||
hispanic: 1911
|
||||
bachelors_plus: 4920
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mississippi County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39126 |
|
||||
| Under 18 | 10126 |
|
||||
| 18–64 | 22915 |
|
||||
| 65+ | 6085 |
|
||||
| Median household income | 52548 |
|
||||
| Poverty rate | 21.13 |
|
||||
| Homeownership rate | 59.95 |
|
||||
| Unemployment rate | 6.9 |
|
||||
| Median home value | 122500 |
|
||||
| Gini index | 0.5122 |
|
||||
| Vacancy rate | 19.24 |
|
||||
| White | 22227 |
|
||||
| Black | 13466 |
|
||||
| Asian | 203 |
|
||||
| Native | 72 |
|
||||
| Hispanic/Latino | 1911 |
|
||||
| Bachelor's or higher | 4920 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Monroe County, AR"
|
||||
classification: county
|
||||
fips: "05095"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 6589
|
||||
population_under_18: 1552
|
||||
population_18_64: 3491
|
||||
population_65_plus: 1546
|
||||
median_household_income: 43214
|
||||
poverty_rate: 20.57
|
||||
homeownership_rate: 62.58
|
||||
unemployment_rate: 9.83
|
||||
median_home_value: 88700
|
||||
gini_index: 0.4804
|
||||
vacancy_rate: 27.14
|
||||
race_white: 3519
|
||||
race_black: 2651
|
||||
race_asian: 48
|
||||
race_native: 0
|
||||
hispanic: 193
|
||||
bachelors_plus: 721
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Monroe County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6589 |
|
||||
| Under 18 | 1552 |
|
||||
| 18–64 | 3491 |
|
||||
| 65+ | 1546 |
|
||||
| Median household income | 43214 |
|
||||
| Poverty rate | 20.57 |
|
||||
| Homeownership rate | 62.58 |
|
||||
| Unemployment rate | 9.83 |
|
||||
| Median home value | 88700 |
|
||||
| Gini index | 0.4804 |
|
||||
| Vacancy rate | 27.14 |
|
||||
| White | 3519 |
|
||||
| Black | 2651 |
|
||||
| Asian | 48 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 193 |
|
||||
| Bachelor's or higher | 721 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montgomery County, AR"
|
||||
classification: county
|
||||
fips: "05097"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 8553
|
||||
population_under_18: 1601
|
||||
population_18_64: 4621
|
||||
population_65_plus: 2331
|
||||
median_household_income: 48906
|
||||
poverty_rate: 22.39
|
||||
homeownership_rate: 80.57
|
||||
unemployment_rate: 5.78
|
||||
median_home_value: 151900
|
||||
gini_index: 0.4631
|
||||
vacancy_rate: 32.27
|
||||
race_white: 7740
|
||||
race_black: 72
|
||||
race_asian: 81
|
||||
race_native: 113
|
||||
hispanic: 424
|
||||
bachelors_plus: 1406
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montgomery County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8553 |
|
||||
| Under 18 | 1601 |
|
||||
| 18–64 | 4621 |
|
||||
| 65+ | 2331 |
|
||||
| Median household income | 48906 |
|
||||
| Poverty rate | 22.39 |
|
||||
| Homeownership rate | 80.57 |
|
||||
| Unemployment rate | 5.78 |
|
||||
| Median home value | 151900 |
|
||||
| Gini index | 0.4631 |
|
||||
| Vacancy rate | 32.27 |
|
||||
| White | 7740 |
|
||||
| Black | 72 |
|
||||
| Asian | 81 |
|
||||
| Native | 113 |
|
||||
| Hispanic/Latino | 424 |
|
||||
| Bachelor's or higher | 1406 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nevada County, AR"
|
||||
classification: county
|
||||
fips: "05099"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 8159
|
||||
population_under_18: 1807
|
||||
population_18_64: 4582
|
||||
population_65_plus: 1770
|
||||
median_household_income: 53886
|
||||
poverty_rate: 20.25
|
||||
homeownership_rate: 76.01
|
||||
unemployment_rate: 4.62
|
||||
median_home_value: 83300
|
||||
gini_index: 0.3972
|
||||
vacancy_rate: 24.54
|
||||
race_white: 5328
|
||||
race_black: 2580
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 392
|
||||
bachelors_plus: 938
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nevada County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8159 |
|
||||
| Under 18 | 1807 |
|
||||
| 18–64 | 4582 |
|
||||
| 65+ | 1770 |
|
||||
| Median household income | 53886 |
|
||||
| Poverty rate | 20.25 |
|
||||
| Homeownership rate | 76.01 |
|
||||
| Unemployment rate | 4.62 |
|
||||
| Median home value | 83300 |
|
||||
| Gini index | 0.3972 |
|
||||
| Vacancy rate | 24.54 |
|
||||
| White | 5328 |
|
||||
| Black | 2580 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 392 |
|
||||
| Bachelor's or higher | 938 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Newton County, AR"
|
||||
classification: county
|
||||
fips: "05101"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 7112
|
||||
population_under_18: 1332
|
||||
population_18_64: 3808
|
||||
population_65_plus: 1972
|
||||
median_household_income: 48986
|
||||
poverty_rate: 15.87
|
||||
homeownership_rate: 76.53
|
||||
unemployment_rate: 4.09
|
||||
median_home_value: 169300
|
||||
gini_index: 0.4246
|
||||
vacancy_rate: 22.44
|
||||
race_white: 6621
|
||||
race_black: 11
|
||||
race_asian: 3
|
||||
race_native: 46
|
||||
hispanic: 118
|
||||
bachelors_plus: 1093
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Newton County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7112 |
|
||||
| Under 18 | 1332 |
|
||||
| 18–64 | 3808 |
|
||||
| 65+ | 1972 |
|
||||
| Median household income | 48986 |
|
||||
| Poverty rate | 15.87 |
|
||||
| Homeownership rate | 76.53 |
|
||||
| Unemployment rate | 4.09 |
|
||||
| Median home value | 169300 |
|
||||
| Gini index | 0.4246 |
|
||||
| Vacancy rate | 22.44 |
|
||||
| White | 6621 |
|
||||
| Black | 11 |
|
||||
| Asian | 3 |
|
||||
| Native | 46 |
|
||||
| Hispanic/Latino | 118 |
|
||||
| Bachelor's or higher | 1093 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ouachita County, AR"
|
||||
classification: county
|
||||
fips: "05103"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 22085
|
||||
population_under_18: 4909
|
||||
population_18_64: 12457
|
||||
population_65_plus: 4719
|
||||
median_household_income: 49268
|
||||
poverty_rate: 18.87
|
||||
homeownership_rate: 70.93
|
||||
unemployment_rate: 5.16
|
||||
median_home_value: 102100
|
||||
gini_index: 0.462
|
||||
vacancy_rate: 27.34
|
||||
race_white: 12052
|
||||
race_black: 9010
|
||||
race_asian: 71
|
||||
race_native: 49
|
||||
hispanic: 575
|
||||
bachelors_plus: 3441
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ouachita County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22085 |
|
||||
| Under 18 | 4909 |
|
||||
| 18–64 | 12457 |
|
||||
| 65+ | 4719 |
|
||||
| Median household income | 49268 |
|
||||
| Poverty rate | 18.87 |
|
||||
| Homeownership rate | 70.93 |
|
||||
| Unemployment rate | 5.16 |
|
||||
| Median home value | 102100 |
|
||||
| Gini index | 0.462 |
|
||||
| Vacancy rate | 27.34 |
|
||||
| White | 12052 |
|
||||
| Black | 9010 |
|
||||
| Asian | 71 |
|
||||
| Native | 49 |
|
||||
| Hispanic/Latino | 575 |
|
||||
| Bachelor's or higher | 3441 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Perry County, AR"
|
||||
classification: county
|
||||
fips: "05105"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 10101
|
||||
population_under_18: 2202
|
||||
population_18_64: 5769
|
||||
population_65_plus: 2130
|
||||
median_household_income: 55764
|
||||
poverty_rate: 14.24
|
||||
homeownership_rate: 80.39
|
||||
unemployment_rate: 4.13
|
||||
median_home_value: 130200
|
||||
gini_index: 0.4275
|
||||
vacancy_rate: 17.66
|
||||
race_white: 9104
|
||||
race_black: 312
|
||||
race_asian: 12
|
||||
race_native: 40
|
||||
hispanic: 353
|
||||
bachelors_plus: 1527
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Perry County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10101 |
|
||||
| Under 18 | 2202 |
|
||||
| 18–64 | 5769 |
|
||||
| 65+ | 2130 |
|
||||
| Median household income | 55764 |
|
||||
| Poverty rate | 14.24 |
|
||||
| Homeownership rate | 80.39 |
|
||||
| Unemployment rate | 4.13 |
|
||||
| Median home value | 130200 |
|
||||
| Gini index | 0.4275 |
|
||||
| Vacancy rate | 17.66 |
|
||||
| White | 9104 |
|
||||
| Black | 312 |
|
||||
| Asian | 12 |
|
||||
| Native | 40 |
|
||||
| Hispanic/Latino | 353 |
|
||||
| Bachelor's or higher | 1527 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Phillips County, AR"
|
||||
classification: county
|
||||
fips: "05107"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 15450
|
||||
population_under_18: 4054
|
||||
population_18_64: 8196
|
||||
population_65_plus: 3200
|
||||
median_household_income: 40134
|
||||
poverty_rate: 29.35
|
||||
homeownership_rate: 51.19
|
||||
unemployment_rate: 14.51
|
||||
median_home_value: 78200
|
||||
gini_index: 0.4915
|
||||
vacancy_rate: 27.91
|
||||
race_white: 5232
|
||||
race_black: 9349
|
||||
race_asian: 167
|
||||
race_native: 4
|
||||
hispanic: 320
|
||||
bachelors_plus: 2092
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Phillips County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15450 |
|
||||
| Under 18 | 4054 |
|
||||
| 18–64 | 8196 |
|
||||
| 65+ | 3200 |
|
||||
| Median household income | 40134 |
|
||||
| Poverty rate | 29.35 |
|
||||
| Homeownership rate | 51.19 |
|
||||
| Unemployment rate | 14.51 |
|
||||
| Median home value | 78200 |
|
||||
| Gini index | 0.4915 |
|
||||
| Vacancy rate | 27.91 |
|
||||
| White | 5232 |
|
||||
| Black | 9349 |
|
||||
| Asian | 167 |
|
||||
| Native | 4 |
|
||||
| Hispanic/Latino | 320 |
|
||||
| Bachelor's or higher | 2092 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pike County, AR"
|
||||
classification: county
|
||||
fips: "05109"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 10115
|
||||
population_under_18: 2253
|
||||
population_18_64: 5739
|
||||
population_65_plus: 2123
|
||||
median_household_income: 49269
|
||||
poverty_rate: 20.66
|
||||
homeownership_rate: 74.99
|
||||
unemployment_rate: 3.88
|
||||
median_home_value: 121600
|
||||
gini_index: 0.5057
|
||||
vacancy_rate: 23.33
|
||||
race_white: 8748
|
||||
race_black: 331
|
||||
race_asian: 49
|
||||
race_native: 30
|
||||
hispanic: 807
|
||||
bachelors_plus: 1853
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pike County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10115 |
|
||||
| Under 18 | 2253 |
|
||||
| 18–64 | 5739 |
|
||||
| 65+ | 2123 |
|
||||
| Median household income | 49269 |
|
||||
| Poverty rate | 20.66 |
|
||||
| Homeownership rate | 74.99 |
|
||||
| Unemployment rate | 3.88 |
|
||||
| Median home value | 121600 |
|
||||
| Gini index | 0.5057 |
|
||||
| Vacancy rate | 23.33 |
|
||||
| White | 8748 |
|
||||
| Black | 331 |
|
||||
| Asian | 49 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 807 |
|
||||
| Bachelor's or higher | 1853 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Poinsett County, AR"
|
||||
classification: county
|
||||
fips: "05111"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 22543
|
||||
population_under_18: 5455
|
||||
population_18_64: 12918
|
||||
population_65_plus: 4170
|
||||
median_household_income: 46707
|
||||
poverty_rate: 20.1
|
||||
homeownership_rate: 64.44
|
||||
unemployment_rate: 6.38
|
||||
median_home_value: 103000
|
||||
gini_index: 0.4711
|
||||
vacancy_rate: 15.86
|
||||
race_white: 19058
|
||||
race_black: 1206
|
||||
race_asian: 41
|
||||
race_native: 109
|
||||
hispanic: 859
|
||||
bachelors_plus: 2293
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Poinsett County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22543 |
|
||||
| Under 18 | 5455 |
|
||||
| 18–64 | 12918 |
|
||||
| 65+ | 4170 |
|
||||
| Median household income | 46707 |
|
||||
| Poverty rate | 20.1 |
|
||||
| Homeownership rate | 64.44 |
|
||||
| Unemployment rate | 6.38 |
|
||||
| Median home value | 103000 |
|
||||
| Gini index | 0.4711 |
|
||||
| Vacancy rate | 15.86 |
|
||||
| White | 19058 |
|
||||
| Black | 1206 |
|
||||
| Asian | 41 |
|
||||
| Native | 109 |
|
||||
| Hispanic/Latino | 859 |
|
||||
| Bachelor's or higher | 2293 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Polk County, AR"
|
||||
classification: county
|
||||
fips: "05113"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 19361
|
||||
population_under_18: 4360
|
||||
population_18_64: 10602
|
||||
population_65_plus: 4399
|
||||
median_household_income: 49191
|
||||
poverty_rate: 15.89
|
||||
homeownership_rate: 78.91
|
||||
unemployment_rate: 7.26
|
||||
median_home_value: 138400
|
||||
gini_index: 0.4463
|
||||
vacancy_rate: 18.1
|
||||
race_white: 17029
|
||||
race_black: 24
|
||||
race_asian: 17
|
||||
race_native: 154
|
||||
hispanic: 1352
|
||||
bachelors_plus: 3065
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Polk County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19361 |
|
||||
| Under 18 | 4360 |
|
||||
| 18–64 | 10602 |
|
||||
| 65+ | 4399 |
|
||||
| Median household income | 49191 |
|
||||
| Poverty rate | 15.89 |
|
||||
| Homeownership rate | 78.91 |
|
||||
| Unemployment rate | 7.26 |
|
||||
| Median home value | 138400 |
|
||||
| Gini index | 0.4463 |
|
||||
| Vacancy rate | 18.1 |
|
||||
| White | 17029 |
|
||||
| Black | 24 |
|
||||
| Asian | 17 |
|
||||
| Native | 154 |
|
||||
| Hispanic/Latino | 1352 |
|
||||
| Bachelor's or higher | 3065 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pope County, AR"
|
||||
classification: county
|
||||
fips: "05115"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 64131
|
||||
population_under_18: 14816
|
||||
population_18_64: 38741
|
||||
population_65_plus: 10574
|
||||
median_household_income: 57344
|
||||
poverty_rate: 16.9
|
||||
homeownership_rate: 70.38
|
||||
unemployment_rate: 5.15
|
||||
median_home_value: 170100
|
||||
gini_index: 0.4691
|
||||
vacancy_rate: 10.34
|
||||
race_white: 53562
|
||||
race_black: 1472
|
||||
race_asian: 513
|
||||
race_native: 496
|
||||
hispanic: 7074
|
||||
bachelors_plus: 13535
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pope County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 64131 |
|
||||
| Under 18 | 14816 |
|
||||
| 18–64 | 38741 |
|
||||
| 65+ | 10574 |
|
||||
| Median household income | 57344 |
|
||||
| Poverty rate | 16.9 |
|
||||
| Homeownership rate | 70.38 |
|
||||
| Unemployment rate | 5.15 |
|
||||
| Median home value | 170100 |
|
||||
| Gini index | 0.4691 |
|
||||
| Vacancy rate | 10.34 |
|
||||
| White | 53562 |
|
||||
| Black | 1472 |
|
||||
| Asian | 513 |
|
||||
| Native | 496 |
|
||||
| Hispanic/Latino | 7074 |
|
||||
| Bachelor's or higher | 13535 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Prairie County, AR"
|
||||
classification: county
|
||||
fips: "05117"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 8064
|
||||
population_under_18: 1660
|
||||
population_18_64: 4504
|
||||
population_65_plus: 1900
|
||||
median_household_income: 51646
|
||||
poverty_rate: 11.84
|
||||
homeownership_rate: 75.77
|
||||
unemployment_rate: 3.04
|
||||
median_home_value: 96400
|
||||
gini_index: 0.4509
|
||||
vacancy_rate: 20.31
|
||||
race_white: 6758
|
||||
race_black: 796
|
||||
race_asian: 0
|
||||
race_native: 13
|
||||
hispanic: 192
|
||||
bachelors_plus: 1359
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Prairie County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8064 |
|
||||
| Under 18 | 1660 |
|
||||
| 18–64 | 4504 |
|
||||
| 65+ | 1900 |
|
||||
| Median household income | 51646 |
|
||||
| Poverty rate | 11.84 |
|
||||
| Homeownership rate | 75.77 |
|
||||
| Unemployment rate | 3.04 |
|
||||
| Median home value | 96400 |
|
||||
| Gini index | 0.4509 |
|
||||
| Vacancy rate | 20.31 |
|
||||
| White | 6758 |
|
||||
| Black | 796 |
|
||||
| Asian | 0 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 192 |
|
||||
| Bachelor's or higher | 1359 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pulaski County, AR"
|
||||
classification: county
|
||||
fips: "05119"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 399818
|
||||
population_under_18: 93178
|
||||
population_18_64: 239975
|
||||
population_65_plus: 66665
|
||||
median_household_income: 62873
|
||||
poverty_rate: 16.7
|
||||
homeownership_rate: 57.0
|
||||
unemployment_rate: 4.75
|
||||
median_home_value: 214700
|
||||
gini_index: 0.5063
|
||||
vacancy_rate: 10.86
|
||||
race_white: 197634
|
||||
race_black: 146972
|
||||
race_asian: 8927
|
||||
race_native: 1170
|
||||
hispanic: 33418
|
||||
bachelors_plus: 144685
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pulaski County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 399818 |
|
||||
| Under 18 | 93178 |
|
||||
| 18–64 | 239975 |
|
||||
| 65+ | 66665 |
|
||||
| Median household income | 62873 |
|
||||
| Poverty rate | 16.7 |
|
||||
| Homeownership rate | 57.0 |
|
||||
| Unemployment rate | 4.75 |
|
||||
| Median home value | 214700 |
|
||||
| Gini index | 0.5063 |
|
||||
| Vacancy rate | 10.86 |
|
||||
| White | 197634 |
|
||||
| Black | 146972 |
|
||||
| Asian | 8927 |
|
||||
| Native | 1170 |
|
||||
| Hispanic/Latino | 33418 |
|
||||
| Bachelor's or higher | 144685 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Randolph County, AR"
|
||||
classification: county
|
||||
fips: "05121"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 18838
|
||||
population_under_18: 4613
|
||||
population_18_64: 10584
|
||||
population_65_plus: 3641
|
||||
median_household_income: 50911
|
||||
poverty_rate: 22.39
|
||||
homeownership_rate: 73.55
|
||||
unemployment_rate: 5.27
|
||||
median_home_value: 130600
|
||||
gini_index: 0.448
|
||||
vacancy_rate: 15.27
|
||||
race_white: 16781
|
||||
race_black: 207
|
||||
race_asian: 78
|
||||
race_native: 48
|
||||
hispanic: 488
|
||||
bachelors_plus: 2179
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Randolph County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18838 |
|
||||
| Under 18 | 4613 |
|
||||
| 18–64 | 10584 |
|
||||
| 65+ | 3641 |
|
||||
| Median household income | 50911 |
|
||||
| Poverty rate | 22.39 |
|
||||
| Homeownership rate | 73.55 |
|
||||
| Unemployment rate | 5.27 |
|
||||
| Median home value | 130600 |
|
||||
| Gini index | 0.448 |
|
||||
| Vacancy rate | 15.27 |
|
||||
| White | 16781 |
|
||||
| Black | 207 |
|
||||
| Asian | 78 |
|
||||
| Native | 48 |
|
||||
| Hispanic/Latino | 488 |
|
||||
| Bachelor's or higher | 2179 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Saline County, AR"
|
||||
classification: county
|
||||
fips: "05125"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 127479
|
||||
population_under_18: 29643
|
||||
population_18_64: 74392
|
||||
population_65_plus: 23444
|
||||
median_household_income: 79046
|
||||
poverty_rate: 8.82
|
||||
homeownership_rate: 78.22
|
||||
unemployment_rate: 3.9
|
||||
median_home_value: 221200
|
||||
gini_index: 0.4067
|
||||
vacancy_rate: 5.16
|
||||
race_white: 102429
|
||||
race_black: 12001
|
||||
race_asian: 1326
|
||||
race_native: 286
|
||||
hispanic: 9282
|
||||
bachelors_plus: 34108
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Saline County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 127479 |
|
||||
| Under 18 | 29643 |
|
||||
| 18–64 | 74392 |
|
||||
| 65+ | 23444 |
|
||||
| Median household income | 79046 |
|
||||
| Poverty rate | 8.82 |
|
||||
| Homeownership rate | 78.22 |
|
||||
| Unemployment rate | 3.9 |
|
||||
| Median home value | 221200 |
|
||||
| Gini index | 0.4067 |
|
||||
| Vacancy rate | 5.16 |
|
||||
| White | 102429 |
|
||||
| Black | 12001 |
|
||||
| Asian | 1326 |
|
||||
| Native | 286 |
|
||||
| Hispanic/Latino | 9282 |
|
||||
| Bachelor's or higher | 34108 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Scott County, AR"
|
||||
classification: county
|
||||
fips: "05127"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 9816
|
||||
population_under_18: 2218
|
||||
population_18_64: 5620
|
||||
population_65_plus: 1978
|
||||
median_household_income: 43270
|
||||
poverty_rate: 18.73
|
||||
homeownership_rate: 78.09
|
||||
unemployment_rate: 6.17
|
||||
median_home_value: 115000
|
||||
gini_index: 0.4194
|
||||
vacancy_rate: 18.04
|
||||
race_white: 8212
|
||||
race_black: 110
|
||||
race_asian: 297
|
||||
race_native: 49
|
||||
hispanic: 777
|
||||
bachelors_plus: 1071
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Scott County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9816 |
|
||||
| Under 18 | 2218 |
|
||||
| 18–64 | 5620 |
|
||||
| 65+ | 1978 |
|
||||
| Median household income | 43270 |
|
||||
| Poverty rate | 18.73 |
|
||||
| Homeownership rate | 78.09 |
|
||||
| Unemployment rate | 6.17 |
|
||||
| Median home value | 115000 |
|
||||
| Gini index | 0.4194 |
|
||||
| Vacancy rate | 18.04 |
|
||||
| White | 8212 |
|
||||
| Black | 110 |
|
||||
| Asian | 297 |
|
||||
| Native | 49 |
|
||||
| Hispanic/Latino | 777 |
|
||||
| Bachelor's or higher | 1071 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Searcy County, AR"
|
||||
classification: county
|
||||
fips: "05129"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 7859
|
||||
population_under_18: 1594
|
||||
population_18_64: 4257
|
||||
population_65_plus: 2008
|
||||
median_household_income: 44426
|
||||
poverty_rate: 23.03
|
||||
homeownership_rate: 79.39
|
||||
unemployment_rate: 3.67
|
||||
median_home_value: 110000
|
||||
gini_index: 0.4789
|
||||
vacancy_rate: 32.28
|
||||
race_white: 6951
|
||||
race_black: 2
|
||||
race_asian: 37
|
||||
race_native: 126
|
||||
hispanic: 175
|
||||
bachelors_plus: 1119
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Searcy County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7859 |
|
||||
| Under 18 | 1594 |
|
||||
| 18–64 | 4257 |
|
||||
| 65+ | 2008 |
|
||||
| Median household income | 44426 |
|
||||
| Poverty rate | 23.03 |
|
||||
| Homeownership rate | 79.39 |
|
||||
| Unemployment rate | 3.67 |
|
||||
| Median home value | 110000 |
|
||||
| Gini index | 0.4789 |
|
||||
| Vacancy rate | 32.28 |
|
||||
| White | 6951 |
|
||||
| Black | 2 |
|
||||
| Asian | 37 |
|
||||
| Native | 126 |
|
||||
| Hispanic/Latino | 175 |
|
||||
| Bachelor's or higher | 1119 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sebastian County, AR"
|
||||
classification: county
|
||||
fips: "05131"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 128900
|
||||
population_under_18: 30628
|
||||
population_18_64: 76313
|
||||
population_65_plus: 21959
|
||||
median_household_income: 57790
|
||||
poverty_rate: 15.97
|
||||
homeownership_rate: 61.39
|
||||
unemployment_rate: 5.46
|
||||
median_home_value: 176200
|
||||
gini_index: 0.5061
|
||||
vacancy_rate: 9.2
|
||||
race_white: 87701
|
||||
race_black: 6646
|
||||
race_asian: 5743
|
||||
race_native: 1038
|
||||
hispanic: 20635
|
||||
bachelors_plus: 28304
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sebastian County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 128900 |
|
||||
| Under 18 | 30628 |
|
||||
| 18–64 | 76313 |
|
||||
| 65+ | 21959 |
|
||||
| Median household income | 57790 |
|
||||
| Poverty rate | 15.97 |
|
||||
| Homeownership rate | 61.39 |
|
||||
| Unemployment rate | 5.46 |
|
||||
| Median home value | 176200 |
|
||||
| Gini index | 0.5061 |
|
||||
| Vacancy rate | 9.2 |
|
||||
| White | 87701 |
|
||||
| Black | 6646 |
|
||||
| Asian | 5743 |
|
||||
| Native | 1038 |
|
||||
| Hispanic/Latino | 20635 |
|
||||
| Bachelor's or higher | 28304 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sevier County, AR"
|
||||
classification: county
|
||||
fips: "05133"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 15712
|
||||
population_under_18: 4456
|
||||
population_18_64: 8797
|
||||
population_65_plus: 2459
|
||||
median_household_income: 53527
|
||||
poverty_rate: 17.28
|
||||
homeownership_rate: 67.63
|
||||
unemployment_rate: 4.9
|
||||
median_home_value: 117600
|
||||
gini_index: 0.44
|
||||
vacancy_rate: 17.21
|
||||
race_white: 8936
|
||||
race_black: 825
|
||||
race_asian: 6
|
||||
race_native: 385
|
||||
hispanic: 5574
|
||||
bachelors_plus: 1205
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sevier County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15712 |
|
||||
| Under 18 | 4456 |
|
||||
| 18–64 | 8797 |
|
||||
| 65+ | 2459 |
|
||||
| Median household income | 53527 |
|
||||
| Poverty rate | 17.28 |
|
||||
| Homeownership rate | 67.63 |
|
||||
| Unemployment rate | 4.9 |
|
||||
| Median home value | 117600 |
|
||||
| Gini index | 0.44 |
|
||||
| Vacancy rate | 17.21 |
|
||||
| White | 8936 |
|
||||
| Black | 825 |
|
||||
| Asian | 6 |
|
||||
| Native | 385 |
|
||||
| Hispanic/Latino | 5574 |
|
||||
| Bachelor's or higher | 1205 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sharp County, AR"
|
||||
classification: county
|
||||
fips: "05135"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 17773
|
||||
population_under_18: 3622
|
||||
population_18_64: 9620
|
||||
population_65_plus: 4531
|
||||
median_household_income: 44637
|
||||
poverty_rate: 16.46
|
||||
homeownership_rate: 78.84
|
||||
unemployment_rate: 8.14
|
||||
median_home_value: 105100
|
||||
gini_index: 0.5062
|
||||
vacancy_rate: 28.02
|
||||
race_white: 16279
|
||||
race_black: 88
|
||||
race_asian: 119
|
||||
race_native: 31
|
||||
hispanic: 437
|
||||
bachelors_plus: 2327
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sharp County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17773 |
|
||||
| Under 18 | 3622 |
|
||||
| 18–64 | 9620 |
|
||||
| 65+ | 4531 |
|
||||
| Median household income | 44637 |
|
||||
| Poverty rate | 16.46 |
|
||||
| Homeownership rate | 78.84 |
|
||||
| Unemployment rate | 8.14 |
|
||||
| Median home value | 105100 |
|
||||
| Gini index | 0.5062 |
|
||||
| Vacancy rate | 28.02 |
|
||||
| White | 16279 |
|
||||
| Black | 88 |
|
||||
| Asian | 119 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 437 |
|
||||
| Bachelor's or higher | 2327 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "St. Francis County, AR"
|
||||
classification: county
|
||||
fips: "05123"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 22400
|
||||
population_under_18: 4753
|
||||
population_18_64: 13639
|
||||
population_65_plus: 4008
|
||||
median_household_income: 42574
|
||||
poverty_rate: 28.47
|
||||
homeownership_rate: 55.49
|
||||
unemployment_rate: 9.23
|
||||
median_home_value: 90900
|
||||
gini_index: 0.4894
|
||||
vacancy_rate: 18.67
|
||||
race_white: 9185
|
||||
race_black: 12215
|
||||
race_asian: 30
|
||||
race_native: 68
|
||||
hispanic: 821
|
||||
bachelors_plus: 3217
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# St. Francis County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22400 |
|
||||
| Under 18 | 4753 |
|
||||
| 18–64 | 13639 |
|
||||
| 65+ | 4008 |
|
||||
| Median household income | 42574 |
|
||||
| Poverty rate | 28.47 |
|
||||
| Homeownership rate | 55.49 |
|
||||
| Unemployment rate | 9.23 |
|
||||
| Median home value | 90900 |
|
||||
| Gini index | 0.4894 |
|
||||
| Vacancy rate | 18.67 |
|
||||
| White | 9185 |
|
||||
| Black | 12215 |
|
||||
| Asian | 30 |
|
||||
| Native | 68 |
|
||||
| Hispanic/Latino | 821 |
|
||||
| Bachelor's or higher | 3217 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Stone County, AR"
|
||||
classification: county
|
||||
fips: "05137"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 12568
|
||||
population_under_18: 2471
|
||||
population_18_64: 6550
|
||||
population_65_plus: 3547
|
||||
median_household_income: 40943
|
||||
poverty_rate: 19.35
|
||||
homeownership_rate: 75.94
|
||||
unemployment_rate: 3.23
|
||||
median_home_value: 171600
|
||||
gini_index: 0.4545
|
||||
vacancy_rate: 22.9
|
||||
race_white: 11302
|
||||
race_black: 11
|
||||
race_asian: 8
|
||||
race_native: 107
|
||||
hispanic: 281
|
||||
bachelors_plus: 2027
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stone County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12568 |
|
||||
| Under 18 | 2471 |
|
||||
| 18–64 | 6550 |
|
||||
| 65+ | 3547 |
|
||||
| Median household income | 40943 |
|
||||
| Poverty rate | 19.35 |
|
||||
| Homeownership rate | 75.94 |
|
||||
| Unemployment rate | 3.23 |
|
||||
| Median home value | 171600 |
|
||||
| Gini index | 0.4545 |
|
||||
| Vacancy rate | 22.9 |
|
||||
| White | 11302 |
|
||||
| Black | 11 |
|
||||
| Asian | 8 |
|
||||
| Native | 107 |
|
||||
| Hispanic/Latino | 281 |
|
||||
| Bachelor's or higher | 2027 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Union County, AR"
|
||||
classification: county
|
||||
fips: "05139"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 37900
|
||||
population_under_18: 8984
|
||||
population_18_64: 21628
|
||||
population_65_plus: 7288
|
||||
median_household_income: 55259
|
||||
poverty_rate: 19.55
|
||||
homeownership_rate: 72.69
|
||||
unemployment_rate: 5.48
|
||||
median_home_value: 120900
|
||||
gini_index: 0.4796
|
||||
vacancy_rate: 19.56
|
||||
race_white: 23334
|
||||
race_black: 12235
|
||||
race_asian: 325
|
||||
race_native: 73
|
||||
hispanic: 1793
|
||||
bachelors_plus: 6718
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Union County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37900 |
|
||||
| Under 18 | 8984 |
|
||||
| 18–64 | 21628 |
|
||||
| 65+ | 7288 |
|
||||
| Median household income | 55259 |
|
||||
| Poverty rate | 19.55 |
|
||||
| Homeownership rate | 72.69 |
|
||||
| Unemployment rate | 5.48 |
|
||||
| Median home value | 120900 |
|
||||
| Gini index | 0.4796 |
|
||||
| Vacancy rate | 19.56 |
|
||||
| White | 23334 |
|
||||
| Black | 12235 |
|
||||
| Asian | 325 |
|
||||
| Native | 73 |
|
||||
| Hispanic/Latino | 1793 |
|
||||
| Bachelor's or higher | 6718 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Van Buren County, AR"
|
||||
classification: county
|
||||
fips: "05141"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 15998
|
||||
population_under_18: 3076
|
||||
population_18_64: 8585
|
||||
population_65_plus: 4337
|
||||
median_household_income: 50354
|
||||
poverty_rate: 19.12
|
||||
homeownership_rate: 77.88
|
||||
unemployment_rate: 3.78
|
||||
median_home_value: 135700
|
||||
gini_index: 0.4268
|
||||
vacancy_rate: 23.58
|
||||
race_white: 14811
|
||||
race_black: 68
|
||||
race_asian: 63
|
||||
race_native: 105
|
||||
hispanic: 551
|
||||
bachelors_plus: 2430
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Van Buren County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15998 |
|
||||
| Under 18 | 3076 |
|
||||
| 18–64 | 8585 |
|
||||
| 65+ | 4337 |
|
||||
| Median household income | 50354 |
|
||||
| Poverty rate | 19.12 |
|
||||
| Homeownership rate | 77.88 |
|
||||
| Unemployment rate | 3.78 |
|
||||
| Median home value | 135700 |
|
||||
| Gini index | 0.4268 |
|
||||
| Vacancy rate | 23.58 |
|
||||
| White | 14811 |
|
||||
| Black | 68 |
|
||||
| Asian | 63 |
|
||||
| Native | 105 |
|
||||
| Hispanic/Latino | 551 |
|
||||
| Bachelor's or higher | 2430 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Washington County, AR"
|
||||
classification: county
|
||||
fips: "05143"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 256765
|
||||
population_under_18: 60304
|
||||
population_18_64: 164774
|
||||
population_65_plus: 31687
|
||||
median_household_income: 70639
|
||||
poverty_rate: 14.59
|
||||
homeownership_rate: 55.62
|
||||
unemployment_rate: 3.43
|
||||
median_home_value: 298400
|
||||
gini_index: 0.4756
|
||||
vacancy_rate: 7.85
|
||||
race_white: 160940
|
||||
race_black: 7797
|
||||
race_asian: 6168
|
||||
race_native: 3006
|
||||
hispanic: 47853
|
||||
bachelors_plus: 79177
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Washington County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 256765 |
|
||||
| Under 18 | 60304 |
|
||||
| 18–64 | 164774 |
|
||||
| 65+ | 31687 |
|
||||
| Median household income | 70639 |
|
||||
| Poverty rate | 14.59 |
|
||||
| Homeownership rate | 55.62 |
|
||||
| Unemployment rate | 3.43 |
|
||||
| Median home value | 298400 |
|
||||
| Gini index | 0.4756 |
|
||||
| Vacancy rate | 7.85 |
|
||||
| White | 160940 |
|
||||
| Black | 7797 |
|
||||
| Asian | 6168 |
|
||||
| Native | 3006 |
|
||||
| Hispanic/Latino | 47853 |
|
||||
| Bachelor's or higher | 79177 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "White County, AR"
|
||||
classification: county
|
||||
fips: "05145"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 77838
|
||||
population_under_18: 18039
|
||||
population_18_64: 46599
|
||||
population_65_plus: 13200
|
||||
median_household_income: 55249
|
||||
poverty_rate: 17.55
|
||||
homeownership_rate: 69.13
|
||||
unemployment_rate: 5.81
|
||||
median_home_value: 163600
|
||||
gini_index: 0.452
|
||||
vacancy_rate: 12.6
|
||||
race_white: 67907
|
||||
race_black: 3326
|
||||
race_asian: 539
|
||||
race_native: 146
|
||||
hispanic: 3853
|
||||
bachelors_plus: 14866
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# White County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 77838 |
|
||||
| Under 18 | 18039 |
|
||||
| 18–64 | 46599 |
|
||||
| 65+ | 13200 |
|
||||
| Median household income | 55249 |
|
||||
| Poverty rate | 17.55 |
|
||||
| Homeownership rate | 69.13 |
|
||||
| Unemployment rate | 5.81 |
|
||||
| Median home value | 163600 |
|
||||
| Gini index | 0.452 |
|
||||
| Vacancy rate | 12.6 |
|
||||
| White | 67907 |
|
||||
| Black | 3326 |
|
||||
| Asian | 539 |
|
||||
| Native | 146 |
|
||||
| Hispanic/Latino | 3853 |
|
||||
| Bachelor's or higher | 14866 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Woodruff County, AR"
|
||||
classification: county
|
||||
fips: "05147"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 6026
|
||||
population_under_18: 1303
|
||||
population_18_64: 3228
|
||||
population_65_plus: 1495
|
||||
median_household_income: 48158
|
||||
poverty_rate: 24.05
|
||||
homeownership_rate: 64.75
|
||||
unemployment_rate: 4.98
|
||||
median_home_value: 106500
|
||||
gini_index: 0.5044
|
||||
vacancy_rate: 17.32
|
||||
race_white: 4169
|
||||
race_black: 1498
|
||||
race_asian: 5
|
||||
race_native: 1
|
||||
hispanic: 86
|
||||
bachelors_plus: 969
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Woodruff County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6026 |
|
||||
| Under 18 | 1303 |
|
||||
| 18–64 | 3228 |
|
||||
| 65+ | 1495 |
|
||||
| Median household income | 48158 |
|
||||
| Poverty rate | 24.05 |
|
||||
| Homeownership rate | 64.75 |
|
||||
| Unemployment rate | 4.98 |
|
||||
| Median home value | 106500 |
|
||||
| Gini index | 0.5044 |
|
||||
| Vacancy rate | 17.32 |
|
||||
| White | 4169 |
|
||||
| Black | 1498 |
|
||||
| Asian | 5 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 86 |
|
||||
| Bachelor's or higher | 969 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Yell County, AR"
|
||||
classification: county
|
||||
fips: "05149"
|
||||
state: "AR"
|
||||
demographics:
|
||||
population: 20134
|
||||
population_under_18: 4835
|
||||
population_18_64: 11741
|
||||
population_65_plus: 3558
|
||||
median_household_income: 55934
|
||||
poverty_rate: 15.64
|
||||
homeownership_rate: 67.55
|
||||
unemployment_rate: 3.38
|
||||
median_home_value: 143600
|
||||
gini_index: 0.4179
|
||||
vacancy_rate: 10.62
|
||||
race_white: 15775
|
||||
race_black: 308
|
||||
race_asian: 281
|
||||
race_native: 124
|
||||
hispanic: 4277
|
||||
bachelors_plus: 2639
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Yell County, AR
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20134 |
|
||||
| Under 18 | 4835 |
|
||||
| 18–64 | 11741 |
|
||||
| 65+ | 3558 |
|
||||
| Median household income | 55934 |
|
||||
| Poverty rate | 15.64 |
|
||||
| Homeownership rate | 67.55 |
|
||||
| Unemployment rate | 3.38 |
|
||||
| Median home value | 143600 |
|
||||
| Gini index | 0.4179 |
|
||||
| Vacancy rate | 10.62 |
|
||||
| White | 15775 |
|
||||
| Black | 308 |
|
||||
| Asian | 281 |
|
||||
| Native | 124 |
|
||||
| Hispanic/Latino | 4277 |
|
||||
| Bachelor's or higher | 2639 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AR-01"
|
||||
classification: congressional-district
|
||||
state: "AR"
|
||||
district: "AR-01"
|
||||
demographics:
|
||||
population: 754656
|
||||
population_under_18: 189285
|
||||
population_18_64: 232349
|
||||
population_65_plus: 333022
|
||||
median_household_income: 52325
|
||||
poverty_rate: 18.52
|
||||
homeownership_rate: 67.73
|
||||
unemployment_rate: 5.32
|
||||
median_home_value: 171700
|
||||
gini_index: 0.4812
|
||||
vacancy_rate: 14.52
|
||||
race_white: 561676
|
||||
race_black: 116455
|
||||
race_asian: 6616
|
||||
hispanic: 35090
|
||||
bachelors_plus: 101759
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AR-01
|
||||
|
||||
Congressional district AR-01.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 754656 |
|
||||
| Under 18 | 189285 |
|
||||
| 18–64 | 232349 |
|
||||
| 65+ | 333022 |
|
||||
| Median household income | 52325 |
|
||||
| Poverty rate | 18.52 |
|
||||
| Homeownership rate | 67.73 |
|
||||
| Unemployment rate | 5.32 |
|
||||
| Median home value | 171700 |
|
||||
| Gini index | 0.4812 |
|
||||
| Vacancy rate | 14.52 |
|
||||
| White | 561676 |
|
||||
| Black | 116455 |
|
||||
| Asian | 6616 |
|
||||
| Hispanic/Latino | 35090 |
|
||||
| Bachelor's or higher | 101759 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AR-02"
|
||||
classification: congressional-district
|
||||
state: "AR"
|
||||
district: "AR-02"
|
||||
demographics:
|
||||
population: 773214
|
||||
population_under_18: 190422
|
||||
population_18_64: 257626
|
||||
population_65_plus: 325166
|
||||
median_household_income: 67021
|
||||
poverty_rate: 14.47
|
||||
homeownership_rate: 65.0
|
||||
unemployment_rate: 3.6
|
||||
median_home_value: 234600
|
||||
gini_index: 0.4542
|
||||
vacancy_rate: 9.61
|
||||
race_white: 528344
|
||||
race_black: 156629
|
||||
race_asian: 11192
|
||||
hispanic: 53401
|
||||
bachelors_plus: 182483
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AR-02
|
||||
|
||||
Congressional district AR-02.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 773214 |
|
||||
| Under 18 | 190422 |
|
||||
| 18–64 | 257626 |
|
||||
| 65+ | 325166 |
|
||||
| Median household income | 67021 |
|
||||
| Poverty rate | 14.47 |
|
||||
| Homeownership rate | 65.0 |
|
||||
| Unemployment rate | 3.6 |
|
||||
| Median home value | 234600 |
|
||||
| Gini index | 0.4542 |
|
||||
| Vacancy rate | 9.61 |
|
||||
| White | 528344 |
|
||||
| Black | 156629 |
|
||||
| Asian | 11192 |
|
||||
| Hispanic/Latino | 53401 |
|
||||
| Bachelor's or higher | 182483 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AR-03"
|
||||
classification: congressional-district
|
||||
state: "AR"
|
||||
district: "AR-03"
|
||||
demographics:
|
||||
population: 816102
|
||||
population_under_18: 217903
|
||||
population_18_64: 292133
|
||||
population_65_plus: 306066
|
||||
median_household_income: 75345
|
||||
poverty_rate: 11.5
|
||||
homeownership_rate: 62.95
|
||||
unemployment_rate: 2.72
|
||||
median_home_value: 319400
|
||||
gini_index: 0.4701
|
||||
vacancy_rate: 8.09
|
||||
race_white: 501585
|
||||
race_black: 21599
|
||||
race_asian: 30867
|
||||
hispanic: 145125
|
||||
bachelors_plus: 181399
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AR-03
|
||||
|
||||
Congressional district AR-03.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 816102 |
|
||||
| Under 18 | 217903 |
|
||||
| 18–64 | 292133 |
|
||||
| 65+ | 306066 |
|
||||
| Median household income | 75345 |
|
||||
| Poverty rate | 11.5 |
|
||||
| Homeownership rate | 62.95 |
|
||||
| Unemployment rate | 2.72 |
|
||||
| Median home value | 319400 |
|
||||
| Gini index | 0.4701 |
|
||||
| Vacancy rate | 8.09 |
|
||||
| White | 501585 |
|
||||
| Black | 21599 |
|
||||
| Asian | 30867 |
|
||||
| Hispanic/Latino | 145125 |
|
||||
| Bachelor's or higher | 181399 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "AR-04"
|
||||
classification: congressional-district
|
||||
state: "AR"
|
||||
district: "AR-04"
|
||||
demographics:
|
||||
population: 744382
|
||||
population_under_18: 186765
|
||||
population_18_64: 219843
|
||||
population_65_plus: 337774
|
||||
median_household_income: 54533
|
||||
poverty_rate: 18.13
|
||||
homeownership_rate: 73.19
|
||||
unemployment_rate: 3.92
|
||||
median_home_value: 155400
|
||||
gini_index: 0.4629
|
||||
vacancy_rate: 16.7
|
||||
race_white: 514339
|
||||
race_black: 143122
|
||||
race_asian: 6509
|
||||
hispanic: 61055
|
||||
bachelors_plus: 103462
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, ar]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# AR-04
|
||||
|
||||
Congressional district AR-04.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 744382 |
|
||||
| Under 18 | 186765 |
|
||||
| 18–64 | 219843 |
|
||||
| 65+ | 337774 |
|
||||
| Median household income | 54533 |
|
||||
| Poverty rate | 18.13 |
|
||||
| Homeownership rate | 73.19 |
|
||||
| Unemployment rate | 3.92 |
|
||||
| Median home value | 155400 |
|
||||
| Gini index | 0.4629 |
|
||||
| Vacancy rate | 16.7 |
|
||||
| White | 514339 |
|
||||
| Black | 143122 |
|
||||
| Asian | 6509 |
|
||||
| Hispanic/Latino | 61055 |
|
||||
| Bachelor's or higher | 103462 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user