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: "Alex Harper"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALEX HARPER FOR CONGRESS"
|
||||
id: "C00901124"
|
||||
ids:
|
||||
fec: "H6SC05178"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alex Harper
|
||||
|
||||
Democratic open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALEX HARPER FOR CONGRESS (C00901124)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alex Pelbath"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALEX PELBATH FOR CONGRESS"
|
||||
id: "C00917062"
|
||||
ids:
|
||||
fec: "H6SC01268"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alex Pelbath
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALEX PELBATH FOR CONGRESS (C00917062)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Andre Bauer"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ANDRE BAUER FOR U.S. SENATE"
|
||||
id: "C00909929"
|
||||
ids:
|
||||
fec: "S6SC04262"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Andre Bauer
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ANDRE BAUER FOR U.S. SENATE (C00909929)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Andrew Clough"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CLOUGH FOR CONGRESS"
|
||||
id: "C00909267"
|
||||
ids:
|
||||
fec: "H6SC05186"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Andrew Clough
|
||||
|
||||
Democratic open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CLOUGH FOR CONGRESS (C00909267)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Annie Andrews"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DR. ANNIE ANDREWS FOR SENATE"
|
||||
id: "C00906024"
|
||||
ids:
|
||||
fec: "S6SC04239"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Annie Andrews
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DR. ANNIE ANDREWS FOR SENATE (C00906024)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Bill Bledsoe"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BILL BLEDSOE FOR CONGRESS"
|
||||
id: "C00914721"
|
||||
ids:
|
||||
fec: "H6SC05210"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bill Bledsoe
|
||||
|
||||
Republican open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BILL BLEDSOE FOR CONGRESS (C00914721)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brandon Brown"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BRANDON BROWN FOR SOUTH CAROLINA"
|
||||
id: "C00911149"
|
||||
ids:
|
||||
fec: "S6SC04270"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brandon Brown
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BRANDON BROWN FOR SOUTH CAROLINA (C00911149)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Calvin Cowen"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CALVIN COWEN CAMPAIGN COMMITTEE"
|
||||
id: "C00946293"
|
||||
ids:
|
||||
fec: "S6SC04379"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calvin Cowen
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CALVIN COWEN CAMPAIGN COMMITTEE (C00946293)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Courtney Mcclain"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCCLAINFORCONGRESSSC"
|
||||
id: "C00922120"
|
||||
ids:
|
||||
fec: "H6SC04171"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Courtney Mcclain
|
||||
|
||||
Democratic challenger for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCCLAINFORCONGRESSSC (C00922120)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Dan Brown"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DAN BROWN FOR CONGRESS"
|
||||
id: "C00923318"
|
||||
ids:
|
||||
fec: "H6SC01292"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dan Brown
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DAN BROWN FOR CONGRESS (C00923318)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "David Michael Atchley"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DAVID ATCHLEY FOR CONGRESS"
|
||||
id: "C00904649"
|
||||
ids:
|
||||
fec: "H6SC04189"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# David Michael Atchley
|
||||
|
||||
Republican challenger for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DAVID ATCHLEY FOR CONGRESS (C00904649)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Eunice Lehmacher"
|
||||
description: "U.S. House candidate, SC-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-03"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "EUNICE LEHMACHER FOR US HOUSE"
|
||||
id: "C00930313"
|
||||
ids:
|
||||
fec: "H6SC03090"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eunice Lehmacher
|
||||
|
||||
Democratic challenger for U.S. House (SC-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- EUNICE LEHMACHER FOR US HOUSE (C00930313)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Francina Dantzler"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRANCINA DANTZLER FOR CONGRESS"
|
||||
id: "C00945642"
|
||||
ids:
|
||||
fec: "H6SC01383"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Francina Dantzler
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRANCINA DANTZLER FOR CONGRESS (C00945642)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Hampton Redmond"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "HAMP REDMOND FOR US CONGRESS"
|
||||
id: "C00915082"
|
||||
ids:
|
||||
fec: "H4SC02071"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hampton Redmond
|
||||
|
||||
Republican challenger for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- HAMP REDMOND FOR US CONGRESS (C00915082)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "James E Clyburn"
|
||||
description: "U.S. House candidate, SC-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-06"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF JIM CLYBURN"
|
||||
id: "C00255562"
|
||||
ids:
|
||||
fec: "H2SC02042"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James E Clyburn
|
||||
|
||||
Democratic incumbent for U.S. House (SC-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF JIM CLYBURN (C00255562)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Jenny Costa Honeycutt"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JENNY FOR CONGRESS"
|
||||
id: "C00927004"
|
||||
ids:
|
||||
fec: "H6SC01334"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jenny Costa Honeycutt
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JENNY FOR CONGRESS (C00927004)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Joe The Hon. Wilson"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOE WILSON FOR CONGRESS"
|
||||
id: "C00368522"
|
||||
ids:
|
||||
fec: "H2SC02059"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Joe The Hon. Wilson
|
||||
|
||||
Republican incumbent for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOE WILSON FOR CONGRESS (C00368522)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John Gregory Vincent"
|
||||
description: "U.S. House candidate, SC-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-07"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "JOHN VINCENT FOR CONGRESS"
|
||||
id: "C00899492"
|
||||
ids:
|
||||
fec: "H6SC07034"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John Gregory Vincent
|
||||
|
||||
Democratic challenger for U.S. House (SC-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- JOHN VINCENT FOR CONGRESS (C00899492)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kasie Dr. Whitener"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "LIB"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KASIE WHITENER FOR US SENATE"
|
||||
id: "C00907709"
|
||||
ids:
|
||||
fec: "S6SC04247"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kasie Dr. Whitener
|
||||
|
||||
Libertarian challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KASIE WHITENER FOR US SENATE (C00907709)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kj Atwood"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KJ FOR CONGRESS"
|
||||
id: "C00937219"
|
||||
ids:
|
||||
fec: "H6SC01367"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kj Atwood
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KJ FOR CONGRESS (C00937219)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kyle Odonnell Freeman"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KYLE FREEMAN FOR SENATE"
|
||||
id: "C00888479"
|
||||
ids:
|
||||
fec: "S6SC04197"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kyle Odonnell Freeman
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KYLE FREEMAN FOR SENATE (C00888479)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lee Johnson"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LEE JOHNSON FOR SC"
|
||||
id: "C00902981"
|
||||
ids:
|
||||
fec: "S6SC04288"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee Johnson
|
||||
|
||||
Democratic challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LEE JOHNSON FOR SC (C00902981)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lindsey O. Graham"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TEAM GRAHAM, INC."
|
||||
id: "C00458828"
|
||||
ids:
|
||||
fec: "S0SC00149"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lindsey O. Graham
|
||||
|
||||
Republican incumbent for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TEAM GRAHAM, INC. (C00458828)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Logan Cunningham"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LOGAN CUNNINGHAM FOR CONGRESS"
|
||||
id: "C00707133"
|
||||
ids:
|
||||
fec: "H6SC01326"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Logan Cunningham
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LOGAN CUNNINGHAM FOR CONGRESS (C00707133)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mallory Dittmer"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DITTMER FOR CONGRESS"
|
||||
id: "C00918177"
|
||||
ids:
|
||||
fec: "H6SC05228"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mallory Dittmer
|
||||
|
||||
Democratic open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DITTMER FOR CONGRESS (C00918177)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Lynch"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LYNCH FOR SENATE"
|
||||
id: "C00897140"
|
||||
ids:
|
||||
fec: "S6SC04213"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Lynch
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LYNCH FOR SENATE (C00897140)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mark Smith"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MARK SMITH FOR CONGRESS"
|
||||
id: "C00915991"
|
||||
ids:
|
||||
fec: "H6SC01250"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mark Smith
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MARK SMITH FOR CONGRESS (C00915991)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Fulmer"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATT FOR CAROLINA"
|
||||
id: "C00923425"
|
||||
ids:
|
||||
fec: "H6SC01300"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Fulmer
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATT FOR CAROLINA (C00923425)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Maurice G Mr I Washington"
|
||||
description: "U.S. House candidate, SC-06 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-06"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMITTEE TO ELECT MAURICE WASHINGTON"
|
||||
id: "C00946897"
|
||||
ids:
|
||||
fec: "H6SC06168"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Maurice G Mr I Washington
|
||||
|
||||
Republican challenger for U.S. House (SC-06), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMITTEE TO ELECT MAURICE WASHINGTON (C00946897)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Max Eliot Diaz"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MAX DIAZ FOR CONGRESS"
|
||||
id: "C00915553"
|
||||
ids:
|
||||
fec: "H6SC01243"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Max Eliot Diaz
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MAX DIAZ FOR CONGRESS (C00915553)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Mayra Rivera-Vazquez"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MAYRA FOR CONGRESS"
|
||||
id: "C00904904"
|
||||
ids:
|
||||
fec: "H6SC01201"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mayra Rivera-Vazquez
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MAYRA FOR CONGRESS (C00904904)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nancy Lacore"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NANCY LACORE FOR CONGRESS"
|
||||
id: "C00935379"
|
||||
ids:
|
||||
fec: "H6SC01359"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nancy Lacore
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NANCY LACORE FOR CONGRESS (C00935379)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Nancy Mace"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "NANCY MACE FOR CONGRESS"
|
||||
id: "C00710103"
|
||||
ids:
|
||||
fec: "H0SC01394"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nancy Mace
|
||||
|
||||
Republican incumbent for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- NANCY MACE FOR CONGRESS (C00710103)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Patrick Joseph Herrmann"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PATRICK HERRMANN FOR U.S. SENATE"
|
||||
id: "C00940239"
|
||||
ids:
|
||||
fec: "S6SC04346"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Patrick Joseph Herrmann
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PATRICK HERRMANN FOR U.S. SENATE (C00940239)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Paul Dans"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PAUL DANS FOR SENATE"
|
||||
id: "C00913624"
|
||||
ids:
|
||||
fec: "S6SC04296"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Paul Dans
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PAUL DANS FOR SENATE (C00913624)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ralph W. Jr. Norman"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RALPH NORMAN FOR CONGRESS"
|
||||
id: "C00633610"
|
||||
ids:
|
||||
fec: "H8SC05158"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ralph W. Jr. Norman
|
||||
|
||||
Republican incumbent for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RALPH NORMAN FOR CONGRESS (C00633610)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Robert Eugene Lee"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ROBERT E LEE FOR CONGRESS"
|
||||
id: "C00938878"
|
||||
ids:
|
||||
fec: "H6SC04205"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Robert Eugene Lee
|
||||
|
||||
Republican challenger for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ROBERT E LEE FOR CONGRESS (C00938878)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Roger Keith Pruitt"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "PRUITT FOR CONGRESS"
|
||||
id: "C00906032"
|
||||
ids:
|
||||
fec: "H6SC02134"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Roger Keith Pruitt
|
||||
|
||||
Democratic challenger for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- PRUITT FOR CONGRESS (C00906032)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Russell Fry"
|
||||
description: "U.S. House candidate, SC-07 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-07"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRY FOR CONGRESS"
|
||||
id: "C00786657"
|
||||
ids:
|
||||
fec: "H2SC07280"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Russell Fry
|
||||
|
||||
Republican incumbent for U.S. House (SC-07), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRY FOR CONGRESS (C00786657)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sam Dr Mccown"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DR SAM FOR CONGRESS"
|
||||
id: "C00919068"
|
||||
ids:
|
||||
fec: "H6SC01276"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sam Dr Mccown
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DR SAM FOR CONGRESS (C00919068)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Samuel Luther Mr. Iv Gibbons"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SAM GIBBONS FOR CONGRESS"
|
||||
id: "C00946095"
|
||||
ids:
|
||||
fec: "H6SC02142"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Samuel Luther Mr. Iv Gibbons
|
||||
|
||||
Republican challenger for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SAM GIBBONS FOR CONGRESS (C00946095)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sheri Biggs"
|
||||
description: "U.S. House candidate, SC-03 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-03"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SHERI BIGGS FOR CONGRESS"
|
||||
id: "C00866426"
|
||||
ids:
|
||||
fec: "H4SC01313"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sheri Biggs
|
||||
|
||||
Republican incumbent for U.S. House (SC-03), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SHERI BIGGS FOR CONGRESS (C00866426)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Thomas Keith Dismukes"
|
||||
description: "U.S. Senate candidate, SC (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "SC"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "THOMAS DISMUKES FOR SENATE"
|
||||
id: "C00943746"
|
||||
ids:
|
||||
fec: "S6SC04361"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Thomas Keith Dismukes
|
||||
|
||||
Republican challenger for U.S. Senate (SC), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- THOMAS DISMUKES FOR SENATE (C00943746)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Tyler Dykes"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TYLER DYKES FOR CONGRESS"
|
||||
id: "C00927608"
|
||||
ids:
|
||||
fec: "H6SC01318"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tyler Dykes
|
||||
|
||||
Republican open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TYLER DYKES FOR CONGRESS (C00927608)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Wes Climer"
|
||||
description: "U.S. House candidate, SC-05 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-05"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CLIMER FOR CONGRESS"
|
||||
id: "C00914408"
|
||||
ids:
|
||||
fec: "H6SC05202"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wes Climer
|
||||
|
||||
Republican open-seat for U.S. House (SC-05), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CLIMER FOR CONGRESS (C00914408)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William Mac Deford"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "DEFORD FOR CONGRESS"
|
||||
id: "C00913616"
|
||||
ids:
|
||||
fec: "H6SC01227"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William Mac Deford
|
||||
|
||||
Democratic open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- DEFORD FOR CONGRESS (C00913616)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William Oliver Jr. Reeside"
|
||||
description: "U.S. House candidate, SC-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
party: "LIB"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "REESIDE FOR CONGRESS"
|
||||
id: "C00927277"
|
||||
ids:
|
||||
fec: "H6SC01342"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William Oliver Jr. Reeside
|
||||
|
||||
Libertarian open-seat for U.S. House (SC-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- REESIDE FOR CONGRESS (C00927277)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "William R Iv Timmons"
|
||||
description: "U.S. House candidate, SC-04 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "WILLIAM TIMMONS FOR CONGRESS"
|
||||
id: "C00668491"
|
||||
ids:
|
||||
fec: "H8SC04250"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# William R Iv Timmons
|
||||
|
||||
Republican incumbent for U.S. House (SC-04), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- WILLIAM TIMMONS FOR CONGRESS (C00668491)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Zyon Deshon Khalifa"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "DEM"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KHALIFA FOR CONGRESS"
|
||||
id: "C00944850"
|
||||
ids:
|
||||
fec: "H6SC02159"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Zyon Deshon Khalifa
|
||||
|
||||
Democratic candidate for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KHALIFA FOR CONGRESS (C00944850)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Zyon Deshon Khalifa"
|
||||
description: "U.S. House candidate, SC-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
party: "DEM"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "KHALIFA FOR CONGRESS"
|
||||
id: "C00944850"
|
||||
ids:
|
||||
fec: "H6SC02167"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Zyon Deshon Khalifa
|
||||
|
||||
Democratic candidate for U.S. House (SC-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- KHALIFA FOR CONGRESS (C00944850)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Abbeville County, SC"
|
||||
classification: county
|
||||
fips: "45001"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 24420
|
||||
population_under_18: 4797
|
||||
population_18_64: 14025
|
||||
population_65_plus: 5598
|
||||
median_household_income: 52935
|
||||
poverty_rate: 15.66
|
||||
homeownership_rate: 78.14
|
||||
unemployment_rate: 4.02
|
||||
median_home_value: 178800
|
||||
gini_index: 0.4877
|
||||
vacancy_rate: 17.31
|
||||
race_white: 16916
|
||||
race_black: 6212
|
||||
race_asian: 50
|
||||
race_native: 5
|
||||
hispanic: 526
|
||||
bachelors_plus: 4667
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Abbeville County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 24420 |
|
||||
| Under 18 | 4797 |
|
||||
| 18–64 | 14025 |
|
||||
| 65+ | 5598 |
|
||||
| Median household income | 52935 |
|
||||
| Poverty rate | 15.66 |
|
||||
| Homeownership rate | 78.14 |
|
||||
| Unemployment rate | 4.02 |
|
||||
| Median home value | 178800 |
|
||||
| Gini index | 0.4877 |
|
||||
| Vacancy rate | 17.31 |
|
||||
| White | 16916 |
|
||||
| Black | 6212 |
|
||||
| Asian | 50 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 526 |
|
||||
| Bachelor's or higher | 4667 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Aiken County, SC"
|
||||
classification: county
|
||||
fips: "45003"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 174160
|
||||
population_under_18: 37379
|
||||
population_18_64: 100625
|
||||
population_65_plus: 36156
|
||||
median_household_income: 70609
|
||||
poverty_rate: 14.34
|
||||
homeownership_rate: 76.54
|
||||
unemployment_rate: 6.08
|
||||
median_home_value: 218000
|
||||
gini_index: 0.4612
|
||||
vacancy_rate: 12.61
|
||||
race_white: 113129
|
||||
race_black: 41593
|
||||
race_asian: 1679
|
||||
race_native: 265
|
||||
hispanic: 12577
|
||||
bachelors_plus: 54367
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Aiken County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 174160 |
|
||||
| Under 18 | 37379 |
|
||||
| 18–64 | 100625 |
|
||||
| 65+ | 36156 |
|
||||
| Median household income | 70609 |
|
||||
| Poverty rate | 14.34 |
|
||||
| Homeownership rate | 76.54 |
|
||||
| Unemployment rate | 6.08 |
|
||||
| Median home value | 218000 |
|
||||
| Gini index | 0.4612 |
|
||||
| Vacancy rate | 12.61 |
|
||||
| White | 113129 |
|
||||
| Black | 41593 |
|
||||
| Asian | 1679 |
|
||||
| Native | 265 |
|
||||
| Hispanic/Latino | 12577 |
|
||||
| Bachelor's or higher | 54367 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Allendale County, SC"
|
||||
classification: county
|
||||
fips: "45005"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 7661
|
||||
population_under_18: 1396
|
||||
population_18_64: 4546
|
||||
population_65_plus: 1719
|
||||
median_household_income: 32328
|
||||
poverty_rate: 28.15
|
||||
homeownership_rate: 61.7
|
||||
unemployment_rate: 8.49
|
||||
median_home_value: 76200
|
||||
gini_index: 0.554
|
||||
vacancy_rate: 20.05
|
||||
race_white: 1877
|
||||
race_black: 5081
|
||||
race_asian: 313
|
||||
race_native: 72
|
||||
hispanic: 585
|
||||
bachelors_plus: 1250
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Allendale County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7661 |
|
||||
| Under 18 | 1396 |
|
||||
| 18–64 | 4546 |
|
||||
| 65+ | 1719 |
|
||||
| Median household income | 32328 |
|
||||
| Poverty rate | 28.15 |
|
||||
| Homeownership rate | 61.7 |
|
||||
| Unemployment rate | 8.49 |
|
||||
| Median home value | 76200 |
|
||||
| Gini index | 0.554 |
|
||||
| Vacancy rate | 20.05 |
|
||||
| White | 1877 |
|
||||
| Black | 5081 |
|
||||
| Asian | 313 |
|
||||
| Native | 72 |
|
||||
| Hispanic/Latino | 585 |
|
||||
| Bachelor's or higher | 1250 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Anderson County, SC"
|
||||
classification: county
|
||||
fips: "45007"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 210478
|
||||
population_under_18: 47554
|
||||
population_18_64: 124119
|
||||
population_65_plus: 38805
|
||||
median_household_income: 66651
|
||||
poverty_rate: 14.57
|
||||
homeownership_rate: 74.85
|
||||
unemployment_rate: 5.26
|
||||
median_home_value: 231900
|
||||
gini_index: 0.4668
|
||||
vacancy_rate: 9.12
|
||||
race_white: 161072
|
||||
race_black: 28586
|
||||
race_asian: 2221
|
||||
race_native: 1367
|
||||
hispanic: 10853
|
||||
bachelors_plus: 52481
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Anderson County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 210478 |
|
||||
| Under 18 | 47554 |
|
||||
| 18–64 | 124119 |
|
||||
| 65+ | 38805 |
|
||||
| Median household income | 66651 |
|
||||
| Poverty rate | 14.57 |
|
||||
| Homeownership rate | 74.85 |
|
||||
| Unemployment rate | 5.26 |
|
||||
| Median home value | 231900 |
|
||||
| Gini index | 0.4668 |
|
||||
| Vacancy rate | 9.12 |
|
||||
| White | 161072 |
|
||||
| Black | 28586 |
|
||||
| Asian | 2221 |
|
||||
| Native | 1367 |
|
||||
| Hispanic/Latino | 10853 |
|
||||
| Bachelor's or higher | 52481 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bamberg County, SC"
|
||||
classification: county
|
||||
fips: "45009"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 13042
|
||||
population_under_18: 2382
|
||||
population_18_64: 7543
|
||||
population_65_plus: 3117
|
||||
median_household_income: 44370
|
||||
poverty_rate: 24.3
|
||||
homeownership_rate: 70.39
|
||||
unemployment_rate: 14.98
|
||||
median_home_value: 97800
|
||||
gini_index: 0.4751
|
||||
vacancy_rate: 29.43
|
||||
race_white: 4912
|
||||
race_black: 7763
|
||||
race_asian: 66
|
||||
race_native: 41
|
||||
hispanic: 183
|
||||
bachelors_plus: 2280
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bamberg County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13042 |
|
||||
| Under 18 | 2382 |
|
||||
| 18–64 | 7543 |
|
||||
| 65+ | 3117 |
|
||||
| Median household income | 44370 |
|
||||
| Poverty rate | 24.3 |
|
||||
| Homeownership rate | 70.39 |
|
||||
| Unemployment rate | 14.98 |
|
||||
| Median home value | 97800 |
|
||||
| Gini index | 0.4751 |
|
||||
| Vacancy rate | 29.43 |
|
||||
| White | 4912 |
|
||||
| Black | 7763 |
|
||||
| Asian | 66 |
|
||||
| Native | 41 |
|
||||
| Hispanic/Latino | 183 |
|
||||
| Bachelor's or higher | 2280 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Barnwell County, SC"
|
||||
classification: county
|
||||
fips: "45011"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 20521
|
||||
population_under_18: 4870
|
||||
population_18_64: 11724
|
||||
population_65_plus: 3927
|
||||
median_household_income: 46626
|
||||
poverty_rate: 25.01
|
||||
homeownership_rate: 70.93
|
||||
unemployment_rate: 7.05
|
||||
median_home_value: 106000
|
||||
gini_index: 0.4937
|
||||
vacancy_rate: 18.24
|
||||
race_white: 10716
|
||||
race_black: 8783
|
||||
race_asian: 120
|
||||
race_native: 25
|
||||
hispanic: 595
|
||||
bachelors_plus: 2710
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Barnwell County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20521 |
|
||||
| Under 18 | 4870 |
|
||||
| 18–64 | 11724 |
|
||||
| 65+ | 3927 |
|
||||
| Median household income | 46626 |
|
||||
| Poverty rate | 25.01 |
|
||||
| Homeownership rate | 70.93 |
|
||||
| Unemployment rate | 7.05 |
|
||||
| Median home value | 106000 |
|
||||
| Gini index | 0.4937 |
|
||||
| Vacancy rate | 18.24 |
|
||||
| White | 10716 |
|
||||
| Black | 8783 |
|
||||
| Asian | 120 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 595 |
|
||||
| Bachelor's or higher | 2710 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Beaufort County, SC"
|
||||
classification: county
|
||||
fips: "45013"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 195289
|
||||
population_under_18: 34071
|
||||
population_18_64: 105785
|
||||
population_65_plus: 55433
|
||||
median_household_income: 86573
|
||||
poverty_rate: 9.63
|
||||
homeownership_rate: 75.94
|
||||
unemployment_rate: 2.62
|
||||
median_home_value: 455600
|
||||
gini_index: 0.4803
|
||||
vacancy_rate: 20.2
|
||||
race_white: 135185
|
||||
race_black: 30745
|
||||
race_asian: 2314
|
||||
race_native: 501
|
||||
hispanic: 24168
|
||||
bachelors_plus: 92777
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Beaufort County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 195289 |
|
||||
| Under 18 | 34071 |
|
||||
| 18–64 | 105785 |
|
||||
| 65+ | 55433 |
|
||||
| Median household income | 86573 |
|
||||
| Poverty rate | 9.63 |
|
||||
| Homeownership rate | 75.94 |
|
||||
| Unemployment rate | 2.62 |
|
||||
| Median home value | 455600 |
|
||||
| Gini index | 0.4803 |
|
||||
| Vacancy rate | 20.2 |
|
||||
| White | 135185 |
|
||||
| Black | 30745 |
|
||||
| Asian | 2314 |
|
||||
| Native | 501 |
|
||||
| Hispanic/Latino | 24168 |
|
||||
| Bachelor's or higher | 92777 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Berkeley County, SC"
|
||||
classification: county
|
||||
fips: "45015"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 246802
|
||||
population_under_18: 58289
|
||||
population_18_64: 151898
|
||||
population_65_plus: 36615
|
||||
median_household_income: 84358
|
||||
poverty_rate: 9.92
|
||||
homeownership_rate: 74.55
|
||||
unemployment_rate: 3.19
|
||||
median_home_value: 310300
|
||||
gini_index: 0.4217
|
||||
vacancy_rate: 6.85
|
||||
race_white: 154062
|
||||
race_black: 56699
|
||||
race_asian: 6365
|
||||
race_native: 1205
|
||||
hispanic: 22587
|
||||
bachelors_plus: 68941
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Berkeley County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 246802 |
|
||||
| Under 18 | 58289 |
|
||||
| 18–64 | 151898 |
|
||||
| 65+ | 36615 |
|
||||
| Median household income | 84358 |
|
||||
| Poverty rate | 9.92 |
|
||||
| Homeownership rate | 74.55 |
|
||||
| Unemployment rate | 3.19 |
|
||||
| Median home value | 310300 |
|
||||
| Gini index | 0.4217 |
|
||||
| Vacancy rate | 6.85 |
|
||||
| White | 154062 |
|
||||
| Black | 56699 |
|
||||
| Asian | 6365 |
|
||||
| Native | 1205 |
|
||||
| Hispanic/Latino | 22587 |
|
||||
| Bachelor's or higher | 68941 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Calhoun County, SC"
|
||||
classification: county
|
||||
fips: "45017"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 14182
|
||||
population_under_18: 2639
|
||||
population_18_64: 8081
|
||||
population_65_plus: 3462
|
||||
median_household_income: 58682
|
||||
poverty_rate: 12.94
|
||||
homeownership_rate: 85.03
|
||||
unemployment_rate: 5.85
|
||||
median_home_value: 172100
|
||||
gini_index: 0.4791
|
||||
vacancy_rate: 12.58
|
||||
race_white: 7803
|
||||
race_black: 5526
|
||||
race_asian: 30
|
||||
race_native: 0
|
||||
hispanic: 557
|
||||
bachelors_plus: 3453
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calhoun County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14182 |
|
||||
| Under 18 | 2639 |
|
||||
| 18–64 | 8081 |
|
||||
| 65+ | 3462 |
|
||||
| Median household income | 58682 |
|
||||
| Poverty rate | 12.94 |
|
||||
| Homeownership rate | 85.03 |
|
||||
| Unemployment rate | 5.85 |
|
||||
| Median home value | 172100 |
|
||||
| Gini index | 0.4791 |
|
||||
| Vacancy rate | 12.58 |
|
||||
| White | 7803 |
|
||||
| Black | 5526 |
|
||||
| Asian | 30 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 557 |
|
||||
| Bachelor's or higher | 3453 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Charleston County, SC"
|
||||
classification: county
|
||||
fips: "45019"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 420264
|
||||
population_under_18: 81885
|
||||
population_18_64: 263351
|
||||
population_65_plus: 75028
|
||||
median_household_income: 88494
|
||||
poverty_rate: 11.32
|
||||
homeownership_rate: 63.89
|
||||
unemployment_rate: 3.45
|
||||
median_home_value: 489100
|
||||
gini_index: 0.5114
|
||||
vacancy_rate: 14.69
|
||||
race_white: 276973
|
||||
race_black: 96255
|
||||
race_asian: 7521
|
||||
race_native: 1909
|
||||
hispanic: 30143
|
||||
bachelors_plus: 213030
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Charleston County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 420264 |
|
||||
| Under 18 | 81885 |
|
||||
| 18–64 | 263351 |
|
||||
| 65+ | 75028 |
|
||||
| Median household income | 88494 |
|
||||
| Poverty rate | 11.32 |
|
||||
| Homeownership rate | 63.89 |
|
||||
| Unemployment rate | 3.45 |
|
||||
| Median home value | 489100 |
|
||||
| Gini index | 0.5114 |
|
||||
| Vacancy rate | 14.69 |
|
||||
| White | 276973 |
|
||||
| Black | 96255 |
|
||||
| Asian | 7521 |
|
||||
| Native | 1909 |
|
||||
| Hispanic/Latino | 30143 |
|
||||
| Bachelor's or higher | 213030 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cherokee County, SC"
|
||||
classification: county
|
||||
fips: "45021"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 56647
|
||||
population_under_18: 12874
|
||||
population_18_64: 33842
|
||||
population_65_plus: 9931
|
||||
median_household_income: 50288
|
||||
poverty_rate: 18.42
|
||||
homeownership_rate: 73.83
|
||||
unemployment_rate: 6.26
|
||||
median_home_value: 142000
|
||||
gini_index: 0.4545
|
||||
vacancy_rate: 12.27
|
||||
race_white: 39840
|
||||
race_black: 10628
|
||||
race_asian: 324
|
||||
race_native: 141
|
||||
hispanic: 3137
|
||||
bachelors_plus: 9885
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cherokee County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 56647 |
|
||||
| Under 18 | 12874 |
|
||||
| 18–64 | 33842 |
|
||||
| 65+ | 9931 |
|
||||
| Median household income | 50288 |
|
||||
| Poverty rate | 18.42 |
|
||||
| Homeownership rate | 73.83 |
|
||||
| Unemployment rate | 6.26 |
|
||||
| Median home value | 142000 |
|
||||
| Gini index | 0.4545 |
|
||||
| Vacancy rate | 12.27 |
|
||||
| White | 39840 |
|
||||
| Black | 10628 |
|
||||
| Asian | 324 |
|
||||
| Native | 141 |
|
||||
| Hispanic/Latino | 3137 |
|
||||
| Bachelor's or higher | 9885 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chester County, SC"
|
||||
classification: county
|
||||
fips: "45023"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 32182
|
||||
population_under_18: 7183
|
||||
population_18_64: 18810
|
||||
population_65_plus: 6189
|
||||
median_household_income: 52458
|
||||
poverty_rate: 18.68
|
||||
homeownership_rate: 78.43
|
||||
unemployment_rate: 5.56
|
||||
median_home_value: 158300
|
||||
gini_index: 0.4413
|
||||
vacancy_rate: 11.13
|
||||
race_white: 18737
|
||||
race_black: 11183
|
||||
race_asian: 126
|
||||
race_native: 49
|
||||
hispanic: 974
|
||||
bachelors_plus: 4357
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chester County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 32182 |
|
||||
| Under 18 | 7183 |
|
||||
| 18–64 | 18810 |
|
||||
| 65+ | 6189 |
|
||||
| Median household income | 52458 |
|
||||
| Poverty rate | 18.68 |
|
||||
| Homeownership rate | 78.43 |
|
||||
| Unemployment rate | 5.56 |
|
||||
| Median home value | 158300 |
|
||||
| Gini index | 0.4413 |
|
||||
| Vacancy rate | 11.13 |
|
||||
| White | 18737 |
|
||||
| Black | 11183 |
|
||||
| Asian | 126 |
|
||||
| Native | 49 |
|
||||
| Hispanic/Latino | 974 |
|
||||
| Bachelor's or higher | 4357 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chesterfield County, SC"
|
||||
classification: county
|
||||
fips: "45025"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 43784
|
||||
population_under_18: 9709
|
||||
population_18_64: 25743
|
||||
population_65_plus: 8332
|
||||
median_household_income: 49235
|
||||
poverty_rate: 20.34
|
||||
homeownership_rate: 72.77
|
||||
unemployment_rate: 7.5
|
||||
median_home_value: 116200
|
||||
gini_index: 0.4836
|
||||
vacancy_rate: 15.88
|
||||
race_white: 26464
|
||||
race_black: 13165
|
||||
race_asian: 202
|
||||
race_native: 287
|
||||
hispanic: 2572
|
||||
bachelors_plus: 6047
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chesterfield County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 43784 |
|
||||
| Under 18 | 9709 |
|
||||
| 18–64 | 25743 |
|
||||
| 65+ | 8332 |
|
||||
| Median household income | 49235 |
|
||||
| Poverty rate | 20.34 |
|
||||
| Homeownership rate | 72.77 |
|
||||
| Unemployment rate | 7.5 |
|
||||
| Median home value | 116200 |
|
||||
| Gini index | 0.4836 |
|
||||
| Vacancy rate | 15.88 |
|
||||
| White | 26464 |
|
||||
| Black | 13165 |
|
||||
| Asian | 202 |
|
||||
| Native | 287 |
|
||||
| Hispanic/Latino | 2572 |
|
||||
| Bachelor's or higher | 6047 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clarendon County, SC"
|
||||
classification: county
|
||||
fips: "45027"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 30986
|
||||
population_under_18: 5642
|
||||
population_18_64: 17617
|
||||
population_65_plus: 7727
|
||||
median_household_income: 52401
|
||||
poverty_rate: 15.43
|
||||
homeownership_rate: 72.94
|
||||
unemployment_rate: 6.85
|
||||
median_home_value: 158000
|
||||
gini_index: 0.4714
|
||||
vacancy_rate: 23.2
|
||||
race_white: 15667
|
||||
race_black: 13687
|
||||
race_asian: 260
|
||||
race_native: 121
|
||||
hispanic: 1005
|
||||
bachelors_plus: 5524
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clarendon County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30986 |
|
||||
| Under 18 | 5642 |
|
||||
| 18–64 | 17617 |
|
||||
| 65+ | 7727 |
|
||||
| Median household income | 52401 |
|
||||
| Poverty rate | 15.43 |
|
||||
| Homeownership rate | 72.94 |
|
||||
| Unemployment rate | 6.85 |
|
||||
| Median home value | 158000 |
|
||||
| Gini index | 0.4714 |
|
||||
| Vacancy rate | 23.2 |
|
||||
| White | 15667 |
|
||||
| Black | 13687 |
|
||||
| Asian | 260 |
|
||||
| Native | 121 |
|
||||
| Hispanic/Latino | 1005 |
|
||||
| Bachelor's or higher | 5524 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Colleton County, SC"
|
||||
classification: county
|
||||
fips: "45029"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 38783
|
||||
population_under_18: 8792
|
||||
population_18_64: 22062
|
||||
population_65_plus: 7929
|
||||
median_household_income: 51114
|
||||
poverty_rate: 19.58
|
||||
homeownership_rate: 73.29
|
||||
unemployment_rate: 9.87
|
||||
median_home_value: 162500
|
||||
gini_index: 0.465
|
||||
vacancy_rate: 18.3
|
||||
race_white: 22225
|
||||
race_black: 13094
|
||||
race_asian: 172
|
||||
race_native: 126
|
||||
hispanic: 1767
|
||||
bachelors_plus: 6303
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Colleton County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 38783 |
|
||||
| Under 18 | 8792 |
|
||||
| 18–64 | 22062 |
|
||||
| 65+ | 7929 |
|
||||
| Median household income | 51114 |
|
||||
| Poverty rate | 19.58 |
|
||||
| Homeownership rate | 73.29 |
|
||||
| Unemployment rate | 9.87 |
|
||||
| Median home value | 162500 |
|
||||
| Gini index | 0.465 |
|
||||
| Vacancy rate | 18.3 |
|
||||
| White | 22225 |
|
||||
| Black | 13094 |
|
||||
| Asian | 172 |
|
||||
| Native | 126 |
|
||||
| Hispanic/Latino | 1767 |
|
||||
| Bachelor's or higher | 6303 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Darlington County, SC"
|
||||
classification: county
|
||||
fips: "45031"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 62558
|
||||
population_under_18: 13894
|
||||
population_18_64: 36240
|
||||
population_65_plus: 12424
|
||||
median_household_income: 48581
|
||||
poverty_rate: 21.09
|
||||
homeownership_rate: 70.91
|
||||
unemployment_rate: 6.65
|
||||
median_home_value: 158200
|
||||
gini_index: 0.5234
|
||||
vacancy_rate: 14.12
|
||||
race_white: 33788
|
||||
race_black: 25447
|
||||
race_asian: 364
|
||||
race_native: 184
|
||||
hispanic: 1552
|
||||
bachelors_plus: 12052
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Darlington County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 62558 |
|
||||
| Under 18 | 13894 |
|
||||
| 18–64 | 36240 |
|
||||
| 65+ | 12424 |
|
||||
| Median household income | 48581 |
|
||||
| Poverty rate | 21.09 |
|
||||
| Homeownership rate | 70.91 |
|
||||
| Unemployment rate | 6.65 |
|
||||
| Median home value | 158200 |
|
||||
| Gini index | 0.5234 |
|
||||
| Vacancy rate | 14.12 |
|
||||
| White | 33788 |
|
||||
| Black | 25447 |
|
||||
| Asian | 364 |
|
||||
| Native | 184 |
|
||||
| Hispanic/Latino | 1552 |
|
||||
| Bachelor's or higher | 12052 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dillon County, SC"
|
||||
classification: county
|
||||
fips: "45033"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 27862
|
||||
population_under_18: 7048
|
||||
population_18_64: 15804
|
||||
population_65_plus: 5010
|
||||
median_household_income: 46605
|
||||
poverty_rate: 27.66
|
||||
homeownership_rate: 64.67
|
||||
unemployment_rate: 8.95
|
||||
median_home_value: 85400
|
||||
gini_index: 0.4526
|
||||
vacancy_rate: 16.15
|
||||
race_white: 12439
|
||||
race_black: 12609
|
||||
race_asian: 9
|
||||
race_native: 619
|
||||
hispanic: 979
|
||||
bachelors_plus: 3572
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dillon County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27862 |
|
||||
| Under 18 | 7048 |
|
||||
| 18–64 | 15804 |
|
||||
| 65+ | 5010 |
|
||||
| Median household income | 46605 |
|
||||
| Poverty rate | 27.66 |
|
||||
| Homeownership rate | 64.67 |
|
||||
| Unemployment rate | 8.95 |
|
||||
| Median home value | 85400 |
|
||||
| Gini index | 0.4526 |
|
||||
| Vacancy rate | 16.15 |
|
||||
| White | 12439 |
|
||||
| Black | 12609 |
|
||||
| Asian | 9 |
|
||||
| Native | 619 |
|
||||
| Hispanic/Latino | 979 |
|
||||
| Bachelor's or higher | 3572 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dorchester County, SC"
|
||||
classification: county
|
||||
fips: "45035"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 167201
|
||||
population_under_18: 40253
|
||||
population_18_64: 101541
|
||||
population_65_plus: 25407
|
||||
median_household_income: 78198
|
||||
poverty_rate: 11.38
|
||||
homeownership_rate: 75.53
|
||||
unemployment_rate: 4.94
|
||||
median_home_value: 329300
|
||||
gini_index: 0.42
|
||||
vacancy_rate: 6.9
|
||||
race_white: 103549
|
||||
race_black: 42160
|
||||
race_asian: 3531
|
||||
race_native: 429
|
||||
hispanic: 12058
|
||||
bachelors_plus: 47029
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dorchester County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 167201 |
|
||||
| Under 18 | 40253 |
|
||||
| 18–64 | 101541 |
|
||||
| 65+ | 25407 |
|
||||
| Median household income | 78198 |
|
||||
| Poverty rate | 11.38 |
|
||||
| Homeownership rate | 75.53 |
|
||||
| Unemployment rate | 4.94 |
|
||||
| Median home value | 329300 |
|
||||
| Gini index | 0.42 |
|
||||
| Vacancy rate | 6.9 |
|
||||
| White | 103549 |
|
||||
| Black | 42160 |
|
||||
| Asian | 3531 |
|
||||
| Native | 429 |
|
||||
| Hispanic/Latino | 12058 |
|
||||
| Bachelor's or higher | 47029 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Edgefield County, SC"
|
||||
classification: county
|
||||
fips: "45037"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 27476
|
||||
population_under_18: 4557
|
||||
population_18_64: 17498
|
||||
population_65_plus: 5421
|
||||
median_household_income: 73029
|
||||
poverty_rate: 17.77
|
||||
homeownership_rate: 80.1
|
||||
unemployment_rate: 4.78
|
||||
median_home_value: 202700
|
||||
gini_index: 0.4522
|
||||
vacancy_rate: 15.16
|
||||
race_white: 15993
|
||||
race_black: 8432
|
||||
race_asian: 111
|
||||
race_native: 35
|
||||
hispanic: 1976
|
||||
bachelors_plus: 6362
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Edgefield County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27476 |
|
||||
| Under 18 | 4557 |
|
||||
| 18–64 | 17498 |
|
||||
| 65+ | 5421 |
|
||||
| Median household income | 73029 |
|
||||
| Poverty rate | 17.77 |
|
||||
| Homeownership rate | 80.1 |
|
||||
| Unemployment rate | 4.78 |
|
||||
| Median home value | 202700 |
|
||||
| Gini index | 0.4522 |
|
||||
| Vacancy rate | 15.16 |
|
||||
| White | 15993 |
|
||||
| Black | 8432 |
|
||||
| Asian | 111 |
|
||||
| Native | 35 |
|
||||
| Hispanic/Latino | 1976 |
|
||||
| Bachelor's or higher | 6362 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fairfield County, SC"
|
||||
classification: county
|
||||
fips: "45039"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 20550
|
||||
population_under_18: 3691
|
||||
population_18_64: 11918
|
||||
population_65_plus: 4941
|
||||
median_household_income: 47885
|
||||
poverty_rate: 15.65
|
||||
homeownership_rate: 74.65
|
||||
unemployment_rate: 5.46
|
||||
median_home_value: 151200
|
||||
gini_index: 0.4807
|
||||
vacancy_rate: 18.84
|
||||
race_white: 8034
|
||||
race_black: 11307
|
||||
race_asian: 21
|
||||
race_native: 16
|
||||
hispanic: 516
|
||||
bachelors_plus: 3132
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fairfield County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20550 |
|
||||
| Under 18 | 3691 |
|
||||
| 18–64 | 11918 |
|
||||
| 65+ | 4941 |
|
||||
| Median household income | 47885 |
|
||||
| Poverty rate | 15.65 |
|
||||
| Homeownership rate | 74.65 |
|
||||
| Unemployment rate | 5.46 |
|
||||
| Median home value | 151200 |
|
||||
| Gini index | 0.4807 |
|
||||
| Vacancy rate | 18.84 |
|
||||
| White | 8034 |
|
||||
| Black | 11307 |
|
||||
| Asian | 21 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 516 |
|
||||
| Bachelor's or higher | 3132 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Florence County, SC"
|
||||
classification: county
|
||||
fips: "45041"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 137117
|
||||
population_under_18: 32288
|
||||
population_18_64: 80022
|
||||
population_65_plus: 24807
|
||||
median_household_income: 58305
|
||||
poverty_rate: 18.66
|
||||
homeownership_rate: 64.5
|
||||
unemployment_rate: 5.6
|
||||
median_home_value: 177900
|
||||
gini_index: 0.4867
|
||||
vacancy_rate: 14.87
|
||||
race_white: 68104
|
||||
race_black: 59096
|
||||
race_asian: 2230
|
||||
race_native: 214
|
||||
hispanic: 4591
|
||||
bachelors_plus: 31830
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Florence County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 137117 |
|
||||
| Under 18 | 32288 |
|
||||
| 18–64 | 80022 |
|
||||
| 65+ | 24807 |
|
||||
| Median household income | 58305 |
|
||||
| Poverty rate | 18.66 |
|
||||
| Homeownership rate | 64.5 |
|
||||
| Unemployment rate | 5.6 |
|
||||
| Median home value | 177900 |
|
||||
| Gini index | 0.4867 |
|
||||
| Vacancy rate | 14.87 |
|
||||
| White | 68104 |
|
||||
| Black | 59096 |
|
||||
| Asian | 2230 |
|
||||
| Native | 214 |
|
||||
| Hispanic/Latino | 4591 |
|
||||
| Bachelor's or higher | 31830 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Georgetown County, SC"
|
||||
classification: county
|
||||
fips: "45043"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 64811
|
||||
population_under_18: 10994
|
||||
population_18_64: 33914
|
||||
population_65_plus: 19903
|
||||
median_household_income: 68713
|
||||
poverty_rate: 14.97
|
||||
homeownership_rate: 83.95
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 289500
|
||||
gini_index: 0.4941
|
||||
vacancy_rate: 27.02
|
||||
race_white: 43061
|
||||
race_black: 18109
|
||||
race_asian: 184
|
||||
race_native: 90
|
||||
hispanic: 2353
|
||||
bachelors_plus: 21784
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Georgetown County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 64811 |
|
||||
| Under 18 | 10994 |
|
||||
| 18–64 | 33914 |
|
||||
| 65+ | 19903 |
|
||||
| Median household income | 68713 |
|
||||
| Poverty rate | 14.97 |
|
||||
| Homeownership rate | 83.95 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 289500 |
|
||||
| Gini index | 0.4941 |
|
||||
| Vacancy rate | 27.02 |
|
||||
| White | 43061 |
|
||||
| Black | 18109 |
|
||||
| Asian | 184 |
|
||||
| Native | 90 |
|
||||
| Hispanic/Latino | 2353 |
|
||||
| Bachelor's or higher | 21784 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greenville County, SC"
|
||||
classification: county
|
||||
fips: "45045"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 548166
|
||||
population_under_18: 125442
|
||||
population_18_64: 331040
|
||||
population_65_plus: 91684
|
||||
median_household_income: 76932
|
||||
poverty_rate: 10.83
|
||||
homeownership_rate: 68.93
|
||||
unemployment_rate: 4.36
|
||||
median_home_value: 299000
|
||||
gini_index: 0.4661
|
||||
vacancy_rate: 7.43
|
||||
race_white: 366157
|
||||
race_black: 85988
|
||||
race_asian: 13813
|
||||
race_native: 3377
|
||||
hispanic: 63570
|
||||
bachelors_plus: 212477
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greenville County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 548166 |
|
||||
| Under 18 | 125442 |
|
||||
| 18–64 | 331040 |
|
||||
| 65+ | 91684 |
|
||||
| Median household income | 76932 |
|
||||
| Poverty rate | 10.83 |
|
||||
| Homeownership rate | 68.93 |
|
||||
| Unemployment rate | 4.36 |
|
||||
| Median home value | 299000 |
|
||||
| Gini index | 0.4661 |
|
||||
| Vacancy rate | 7.43 |
|
||||
| White | 366157 |
|
||||
| Black | 85988 |
|
||||
| Asian | 13813 |
|
||||
| Native | 3377 |
|
||||
| Hispanic/Latino | 63570 |
|
||||
| Bachelor's or higher | 212477 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greenwood County, SC"
|
||||
classification: county
|
||||
fips: "45047"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 69489
|
||||
population_under_18: 15553
|
||||
population_18_64: 40476
|
||||
population_65_plus: 13460
|
||||
median_household_income: 52830
|
||||
poverty_rate: 15.08
|
||||
homeownership_rate: 67.01
|
||||
unemployment_rate: 5.47
|
||||
median_home_value: 180500
|
||||
gini_index: 0.4706
|
||||
vacancy_rate: 12.04
|
||||
race_white: 43340
|
||||
race_black: 21748
|
||||
race_asian: 600
|
||||
race_native: 400
|
||||
hispanic: 5019
|
||||
bachelors_plus: 16029
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greenwood County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 69489 |
|
||||
| Under 18 | 15553 |
|
||||
| 18–64 | 40476 |
|
||||
| 65+ | 13460 |
|
||||
| Median household income | 52830 |
|
||||
| Poverty rate | 15.08 |
|
||||
| Homeownership rate | 67.01 |
|
||||
| Unemployment rate | 5.47 |
|
||||
| Median home value | 180500 |
|
||||
| Gini index | 0.4706 |
|
||||
| Vacancy rate | 12.04 |
|
||||
| White | 43340 |
|
||||
| Black | 21748 |
|
||||
| Asian | 600 |
|
||||
| Native | 400 |
|
||||
| Hispanic/Latino | 5019 |
|
||||
| Bachelor's or higher | 16029 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hampton County, SC"
|
||||
classification: county
|
||||
fips: "45049"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 18254
|
||||
population_under_18: 3911
|
||||
population_18_64: 10754
|
||||
population_65_plus: 3589
|
||||
median_household_income: 44711
|
||||
poverty_rate: 20.69
|
||||
homeownership_rate: 73.44
|
||||
unemployment_rate: 9.49
|
||||
median_home_value: 112000
|
||||
gini_index: 0.4541
|
||||
vacancy_rate: 16.43
|
||||
race_white: 7509
|
||||
race_black: 9594
|
||||
race_asian: 179
|
||||
race_native: 38
|
||||
hispanic: 757
|
||||
bachelors_plus: 2123
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hampton County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18254 |
|
||||
| Under 18 | 3911 |
|
||||
| 18–64 | 10754 |
|
||||
| 65+ | 3589 |
|
||||
| Median household income | 44711 |
|
||||
| Poverty rate | 20.69 |
|
||||
| Homeownership rate | 73.44 |
|
||||
| Unemployment rate | 9.49 |
|
||||
| Median home value | 112000 |
|
||||
| Gini index | 0.4541 |
|
||||
| Vacancy rate | 16.43 |
|
||||
| White | 7509 |
|
||||
| Black | 9594 |
|
||||
| Asian | 179 |
|
||||
| Native | 38 |
|
||||
| Hispanic/Latino | 757 |
|
||||
| Bachelor's or higher | 2123 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Horry County, SC"
|
||||
classification: county
|
||||
fips: "45051"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 383016
|
||||
population_under_18: 64964
|
||||
population_18_64: 217073
|
||||
population_65_plus: 100979
|
||||
median_household_income: 66880
|
||||
poverty_rate: 13.24
|
||||
homeownership_rate: 77.26
|
||||
unemployment_rate: 4.88
|
||||
median_home_value: 287700
|
||||
gini_index: 0.4497
|
||||
vacancy_rate: 26.97
|
||||
race_white: 293496
|
||||
race_black: 45064
|
||||
race_asian: 5250
|
||||
race_native: 1034
|
||||
hispanic: 28001
|
||||
bachelors_plus: 105764
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Horry County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 383016 |
|
||||
| Under 18 | 64964 |
|
||||
| 18–64 | 217073 |
|
||||
| 65+ | 100979 |
|
||||
| Median household income | 66880 |
|
||||
| Poverty rate | 13.24 |
|
||||
| Homeownership rate | 77.26 |
|
||||
| Unemployment rate | 4.88 |
|
||||
| Median home value | 287700 |
|
||||
| Gini index | 0.4497 |
|
||||
| Vacancy rate | 26.97 |
|
||||
| White | 293496 |
|
||||
| Black | 45064 |
|
||||
| Asian | 5250 |
|
||||
| Native | 1034 |
|
||||
| Hispanic/Latino | 28001 |
|
||||
| Bachelor's or higher | 105764 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jasper County, SC"
|
||||
classification: county
|
||||
fips: "45053"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 32166
|
||||
population_under_18: 5883
|
||||
population_18_64: 18856
|
||||
population_65_plus: 7427
|
||||
median_household_income: 65613
|
||||
poverty_rate: 17.83
|
||||
homeownership_rate: 77.16
|
||||
unemployment_rate: 4.57
|
||||
median_home_value: 325500
|
||||
gini_index: 0.4413
|
||||
vacancy_rate: 11.11
|
||||
race_white: 15468
|
||||
race_black: 10572
|
||||
race_asian: 286
|
||||
race_native: 334
|
||||
hispanic: 5661
|
||||
bachelors_plus: 8000
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jasper County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 32166 |
|
||||
| Under 18 | 5883 |
|
||||
| 18–64 | 18856 |
|
||||
| 65+ | 7427 |
|
||||
| Median household income | 65613 |
|
||||
| Poverty rate | 17.83 |
|
||||
| Homeownership rate | 77.16 |
|
||||
| Unemployment rate | 4.57 |
|
||||
| Median home value | 325500 |
|
||||
| Gini index | 0.4413 |
|
||||
| Vacancy rate | 11.11 |
|
||||
| White | 15468 |
|
||||
| Black | 10572 |
|
||||
| Asian | 286 |
|
||||
| Native | 334 |
|
||||
| Hispanic/Latino | 5661 |
|
||||
| Bachelor's or higher | 8000 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kershaw County, SC"
|
||||
classification: county
|
||||
fips: "45055"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 68314
|
||||
population_under_18: 15860
|
||||
population_18_64: 39530
|
||||
population_65_plus: 12924
|
||||
median_household_income: 68231
|
||||
poverty_rate: 13.16
|
||||
homeownership_rate: 82.04
|
||||
unemployment_rate: 4.75
|
||||
median_home_value: 217100
|
||||
gini_index: 0.4537
|
||||
vacancy_rate: 10.74
|
||||
race_white: 45586
|
||||
race_black: 16215
|
||||
race_asian: 474
|
||||
race_native: 334
|
||||
hispanic: 4057
|
||||
bachelors_plus: 15665
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kershaw County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 68314 |
|
||||
| Under 18 | 15860 |
|
||||
| 18–64 | 39530 |
|
||||
| 65+ | 12924 |
|
||||
| Median household income | 68231 |
|
||||
| Poverty rate | 13.16 |
|
||||
| Homeownership rate | 82.04 |
|
||||
| Unemployment rate | 4.75 |
|
||||
| Median home value | 217100 |
|
||||
| Gini index | 0.4537 |
|
||||
| Vacancy rate | 10.74 |
|
||||
| White | 45586 |
|
||||
| Black | 16215 |
|
||||
| Asian | 474 |
|
||||
| Native | 334 |
|
||||
| Hispanic/Latino | 4057 |
|
||||
| Bachelor's or higher | 15665 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lancaster County, SC"
|
||||
classification: county
|
||||
fips: "45057"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 104475
|
||||
population_under_18: 22523
|
||||
population_18_64: 59217
|
||||
population_65_plus: 22735
|
||||
median_household_income: 78869
|
||||
poverty_rate: 11.42
|
||||
homeownership_rate: 83.26
|
||||
unemployment_rate: 4.29
|
||||
median_home_value: 329900
|
||||
gini_index: 0.4607
|
||||
vacancy_rate: 8.45
|
||||
race_white: 71819
|
||||
race_black: 20156
|
||||
race_asian: 2636
|
||||
race_native: 113
|
||||
hispanic: 7808
|
||||
bachelors_plus: 33979
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lancaster County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 104475 |
|
||||
| Under 18 | 22523 |
|
||||
| 18–64 | 59217 |
|
||||
| 65+ | 22735 |
|
||||
| Median household income | 78869 |
|
||||
| Poverty rate | 11.42 |
|
||||
| Homeownership rate | 83.26 |
|
||||
| Unemployment rate | 4.29 |
|
||||
| Median home value | 329900 |
|
||||
| Gini index | 0.4607 |
|
||||
| Vacancy rate | 8.45 |
|
||||
| White | 71819 |
|
||||
| Black | 20156 |
|
||||
| Asian | 2636 |
|
||||
| Native | 113 |
|
||||
| Hispanic/Latino | 7808 |
|
||||
| Bachelor's or higher | 33979 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Laurens County, SC"
|
||||
classification: county
|
||||
fips: "45059"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 68666
|
||||
population_under_18: 14980
|
||||
population_18_64: 40530
|
||||
population_65_plus: 13156
|
||||
median_household_income: 57623
|
||||
poverty_rate: 18.13
|
||||
homeownership_rate: 71.48
|
||||
unemployment_rate: 4.49
|
||||
median_home_value: 170600
|
||||
gini_index: 0.4302
|
||||
vacancy_rate: 15.82
|
||||
race_white: 46545
|
||||
race_black: 15761
|
||||
race_asian: 422
|
||||
race_native: 471
|
||||
hispanic: 4614
|
||||
bachelors_plus: 11154
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Laurens County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 68666 |
|
||||
| Under 18 | 14980 |
|
||||
| 18–64 | 40530 |
|
||||
| 65+ | 13156 |
|
||||
| Median household income | 57623 |
|
||||
| Poverty rate | 18.13 |
|
||||
| Homeownership rate | 71.48 |
|
||||
| Unemployment rate | 4.49 |
|
||||
| Median home value | 170600 |
|
||||
| Gini index | 0.4302 |
|
||||
| Vacancy rate | 15.82 |
|
||||
| White | 46545 |
|
||||
| Black | 15761 |
|
||||
| Asian | 422 |
|
||||
| Native | 471 |
|
||||
| Hispanic/Latino | 4614 |
|
||||
| Bachelor's or higher | 11154 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lee County, SC"
|
||||
classification: county
|
||||
fips: "45061"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 16166
|
||||
population_under_18: 3022
|
||||
population_18_64: 9789
|
||||
population_65_plus: 3355
|
||||
median_household_income: 44760
|
||||
poverty_rate: 24.98
|
||||
homeownership_rate: 70.49
|
||||
unemployment_rate: 6.66
|
||||
median_home_value: 104600
|
||||
gini_index: 0.4503
|
||||
vacancy_rate: 16.46
|
||||
race_white: 5512
|
||||
race_black: 10051
|
||||
race_asian: 26
|
||||
race_native: 21
|
||||
hispanic: 390
|
||||
bachelors_plus: 1841
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16166 |
|
||||
| Under 18 | 3022 |
|
||||
| 18–64 | 9789 |
|
||||
| 65+ | 3355 |
|
||||
| Median household income | 44760 |
|
||||
| Poverty rate | 24.98 |
|
||||
| Homeownership rate | 70.49 |
|
||||
| Unemployment rate | 6.66 |
|
||||
| Median home value | 104600 |
|
||||
| Gini index | 0.4503 |
|
||||
| Vacancy rate | 16.46 |
|
||||
| White | 5512 |
|
||||
| Black | 10051 |
|
||||
| Asian | 26 |
|
||||
| Native | 21 |
|
||||
| Hispanic/Latino | 390 |
|
||||
| Bachelor's or higher | 1841 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lexington County, SC"
|
||||
classification: county
|
||||
fips: "45063"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 304887
|
||||
population_under_18: 70033
|
||||
population_18_64: 182765
|
||||
population_65_plus: 52089
|
||||
median_household_income: 77408
|
||||
poverty_rate: 11.11
|
||||
homeownership_rate: 77.4
|
||||
unemployment_rate: 4.46
|
||||
median_home_value: 234500
|
||||
gini_index: 0.4289
|
||||
vacancy_rate: 8.24
|
||||
race_white: 219424
|
||||
race_black: 46578
|
||||
race_asian: 6738
|
||||
race_native: 792
|
||||
hispanic: 24118
|
||||
bachelors_plus: 99915
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lexington County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 304887 |
|
||||
| Under 18 | 70033 |
|
||||
| 18–64 | 182765 |
|
||||
| 65+ | 52089 |
|
||||
| Median household income | 77408 |
|
||||
| Poverty rate | 11.11 |
|
||||
| Homeownership rate | 77.4 |
|
||||
| Unemployment rate | 4.46 |
|
||||
| Median home value | 234500 |
|
||||
| Gini index | 0.4289 |
|
||||
| Vacancy rate | 8.24 |
|
||||
| White | 219424 |
|
||||
| Black | 46578 |
|
||||
| Asian | 6738 |
|
||||
| Native | 792 |
|
||||
| Hispanic/Latino | 24118 |
|
||||
| Bachelor's or higher | 99915 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marion County, SC"
|
||||
classification: county
|
||||
fips: "45067"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 28664
|
||||
population_under_18: 6333
|
||||
population_18_64: 16128
|
||||
population_65_plus: 6203
|
||||
median_household_income: 36301
|
||||
poverty_rate: 29.99
|
||||
homeownership_rate: 62.63
|
||||
unemployment_rate: 7.24
|
||||
median_home_value: 93200
|
||||
gini_index: 0.4938
|
||||
vacancy_rate: 16.05
|
||||
race_white: 11234
|
||||
race_black: 15736
|
||||
race_asian: 3
|
||||
race_native: 185
|
||||
hispanic: 789
|
||||
bachelors_plus: 4169
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marion County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28664 |
|
||||
| Under 18 | 6333 |
|
||||
| 18–64 | 16128 |
|
||||
| 65+ | 6203 |
|
||||
| Median household income | 36301 |
|
||||
| Poverty rate | 29.99 |
|
||||
| Homeownership rate | 62.63 |
|
||||
| Unemployment rate | 7.24 |
|
||||
| Median home value | 93200 |
|
||||
| Gini index | 0.4938 |
|
||||
| Vacancy rate | 16.05 |
|
||||
| White | 11234 |
|
||||
| Black | 15736 |
|
||||
| Asian | 3 |
|
||||
| Native | 185 |
|
||||
| Hispanic/Latino | 789 |
|
||||
| Bachelor's or higher | 4169 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marlboro County, SC"
|
||||
classification: county
|
||||
fips: "45069"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 25975
|
||||
population_under_18: 5171
|
||||
population_18_64: 15845
|
||||
population_65_plus: 4959
|
||||
median_household_income: 34301
|
||||
poverty_rate: 28.51
|
||||
homeownership_rate: 62.99
|
||||
unemployment_rate: 9.92
|
||||
median_home_value: 82000
|
||||
gini_index: 0.4992
|
||||
vacancy_rate: 18.95
|
||||
race_white: 10179
|
||||
race_black: 12429
|
||||
race_asian: 107
|
||||
race_native: 786
|
||||
hispanic: 708
|
||||
bachelors_plus: 2221
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marlboro County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25975 |
|
||||
| Under 18 | 5171 |
|
||||
| 18–64 | 15845 |
|
||||
| 65+ | 4959 |
|
||||
| Median household income | 34301 |
|
||||
| Poverty rate | 28.51 |
|
||||
| Homeownership rate | 62.99 |
|
||||
| Unemployment rate | 9.92 |
|
||||
| Median home value | 82000 |
|
||||
| Gini index | 0.4992 |
|
||||
| Vacancy rate | 18.95 |
|
||||
| White | 10179 |
|
||||
| Black | 12429 |
|
||||
| Asian | 107 |
|
||||
| Native | 786 |
|
||||
| Hispanic/Latino | 708 |
|
||||
| Bachelor's or higher | 2221 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "McCormick County, SC"
|
||||
classification: county
|
||||
fips: "45065"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 9760
|
||||
population_under_18: 992
|
||||
population_18_64: 4916
|
||||
population_65_plus: 3852
|
||||
median_household_income: 55798
|
||||
poverty_rate: 17.61
|
||||
homeownership_rate: 87.9
|
||||
unemployment_rate: 4.36
|
||||
median_home_value: 168700
|
||||
gini_index: 0.4617
|
||||
vacancy_rate: 26.01
|
||||
race_white: 5477
|
||||
race_black: 3913
|
||||
race_asian: 16
|
||||
race_native: 4
|
||||
hispanic: 80
|
||||
bachelors_plus: 2562
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# McCormick County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9760 |
|
||||
| Under 18 | 992 |
|
||||
| 18–64 | 4916 |
|
||||
| 65+ | 3852 |
|
||||
| Median household income | 55798 |
|
||||
| Poverty rate | 17.61 |
|
||||
| Homeownership rate | 87.9 |
|
||||
| Unemployment rate | 4.36 |
|
||||
| Median home value | 168700 |
|
||||
| Gini index | 0.4617 |
|
||||
| Vacancy rate | 26.01 |
|
||||
| White | 5477 |
|
||||
| Black | 3913 |
|
||||
| Asian | 16 |
|
||||
| Native | 4 |
|
||||
| Hispanic/Latino | 80 |
|
||||
| Bachelor's or higher | 2562 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Newberry County, SC"
|
||||
classification: county
|
||||
fips: "45071"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 38435
|
||||
population_under_18: 8231
|
||||
population_18_64: 22351
|
||||
population_65_plus: 7853
|
||||
median_household_income: 61780
|
||||
poverty_rate: 17.36
|
||||
homeownership_rate: 73.1
|
||||
unemployment_rate: 4.45
|
||||
median_home_value: 173300
|
||||
gini_index: 0.4407
|
||||
vacancy_rate: 17.42
|
||||
race_white: 23731
|
||||
race_black: 11088
|
||||
race_asian: 182
|
||||
race_native: 92
|
||||
hispanic: 3551
|
||||
bachelors_plus: 8608
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Newberry County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 38435 |
|
||||
| Under 18 | 8231 |
|
||||
| 18–64 | 22351 |
|
||||
| 65+ | 7853 |
|
||||
| Median household income | 61780 |
|
||||
| Poverty rate | 17.36 |
|
||||
| Homeownership rate | 73.1 |
|
||||
| Unemployment rate | 4.45 |
|
||||
| Median home value | 173300 |
|
||||
| Gini index | 0.4407 |
|
||||
| Vacancy rate | 17.42 |
|
||||
| White | 23731 |
|
||||
| Black | 11088 |
|
||||
| Asian | 182 |
|
||||
| Native | 92 |
|
||||
| Hispanic/Latino | 3551 |
|
||||
| Bachelor's or higher | 8608 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Oconee County, SC"
|
||||
classification: county
|
||||
fips: "45073"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 80469
|
||||
population_under_18: 15374
|
||||
population_18_64: 45080
|
||||
population_65_plus: 20015
|
||||
median_household_income: 62388
|
||||
poverty_rate: 17.57
|
||||
homeownership_rate: 76.21
|
||||
unemployment_rate: 5.88
|
||||
median_home_value: 237100
|
||||
gini_index: 0.4947
|
||||
vacancy_rate: 18.02
|
||||
race_white: 67741
|
||||
race_black: 4291
|
||||
race_asian: 575
|
||||
race_native: 358
|
||||
hispanic: 5022
|
||||
bachelors_plus: 23640
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Oconee County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 80469 |
|
||||
| Under 18 | 15374 |
|
||||
| 18–64 | 45080 |
|
||||
| 65+ | 20015 |
|
||||
| Median household income | 62388 |
|
||||
| Poverty rate | 17.57 |
|
||||
| Homeownership rate | 76.21 |
|
||||
| Unemployment rate | 5.88 |
|
||||
| Median home value | 237100 |
|
||||
| Gini index | 0.4947 |
|
||||
| Vacancy rate | 18.02 |
|
||||
| White | 67741 |
|
||||
| Black | 4291 |
|
||||
| Asian | 575 |
|
||||
| Native | 358 |
|
||||
| Hispanic/Latino | 5022 |
|
||||
| Bachelor's or higher | 23640 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Orangeburg County, SC"
|
||||
classification: county
|
||||
fips: "45075"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 83253
|
||||
population_under_18: 17850
|
||||
population_18_64: 47988
|
||||
population_65_plus: 17415
|
||||
median_household_income: 45675
|
||||
poverty_rate: 22.44
|
||||
homeownership_rate: 66.96
|
||||
unemployment_rate: 8.31
|
||||
median_home_value: 115800
|
||||
gini_index: 0.4919
|
||||
vacancy_rate: 20.35
|
||||
race_white: 28290
|
||||
race_black: 50605
|
||||
race_asian: 832
|
||||
race_native: 232
|
||||
hispanic: 2231
|
||||
bachelors_plus: 16145
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Orangeburg County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 83253 |
|
||||
| Under 18 | 17850 |
|
||||
| 18–64 | 47988 |
|
||||
| 65+ | 17415 |
|
||||
| Median household income | 45675 |
|
||||
| Poverty rate | 22.44 |
|
||||
| Homeownership rate | 66.96 |
|
||||
| Unemployment rate | 8.31 |
|
||||
| Median home value | 115800 |
|
||||
| Gini index | 0.4919 |
|
||||
| Vacancy rate | 20.35 |
|
||||
| White | 28290 |
|
||||
| Black | 50605 |
|
||||
| Asian | 832 |
|
||||
| Native | 232 |
|
||||
| Hispanic/Latino | 2231 |
|
||||
| Bachelor's or higher | 16145 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pickens County, SC"
|
||||
classification: county
|
||||
fips: "45077"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 134629
|
||||
population_under_18: 25021
|
||||
population_18_64: 86282
|
||||
population_65_plus: 23326
|
||||
median_household_income: 61064
|
||||
poverty_rate: 17.17
|
||||
homeownership_rate: 70.9
|
||||
unemployment_rate: 3.63
|
||||
median_home_value: 231900
|
||||
gini_index: 0.4933
|
||||
vacancy_rate: 10.67
|
||||
race_white: 113363
|
||||
race_black: 7765
|
||||
race_asian: 2209
|
||||
race_native: 312
|
||||
hispanic: 7236
|
||||
bachelors_plus: 35080
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pickens County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 134629 |
|
||||
| Under 18 | 25021 |
|
||||
| 18–64 | 86282 |
|
||||
| 65+ | 23326 |
|
||||
| Median household income | 61064 |
|
||||
| Poverty rate | 17.17 |
|
||||
| Homeownership rate | 70.9 |
|
||||
| Unemployment rate | 3.63 |
|
||||
| Median home value | 231900 |
|
||||
| Gini index | 0.4933 |
|
||||
| Vacancy rate | 10.67 |
|
||||
| White | 113363 |
|
||||
| Black | 7765 |
|
||||
| Asian | 2209 |
|
||||
| Native | 312 |
|
||||
| Hispanic/Latino | 7236 |
|
||||
| Bachelor's or higher | 35080 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Richland County, SC"
|
||||
classification: county
|
||||
fips: "45079"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 422117
|
||||
population_under_18: 90969
|
||||
population_18_64: 271680
|
||||
population_65_plus: 59468
|
||||
median_household_income: 63784
|
||||
poverty_rate: 17.2
|
||||
homeownership_rate: 60.27
|
||||
unemployment_rate: 6.45
|
||||
median_home_value: 242800
|
||||
gini_index: 0.4851
|
||||
vacancy_rate: 10.47
|
||||
race_white: 170439
|
||||
race_black: 200284
|
||||
race_asian: 12651
|
||||
race_native: 885
|
||||
hispanic: 27169
|
||||
bachelors_plus: 155853
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Richland County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 422117 |
|
||||
| Under 18 | 90969 |
|
||||
| 18–64 | 271680 |
|
||||
| 65+ | 59468 |
|
||||
| Median household income | 63784 |
|
||||
| Poverty rate | 17.2 |
|
||||
| Homeownership rate | 60.27 |
|
||||
| Unemployment rate | 6.45 |
|
||||
| Median home value | 242800 |
|
||||
| Gini index | 0.4851 |
|
||||
| Vacancy rate | 10.47 |
|
||||
| White | 170439 |
|
||||
| Black | 200284 |
|
||||
| Asian | 12651 |
|
||||
| Native | 885 |
|
||||
| Hispanic/Latino | 27169 |
|
||||
| Bachelor's or higher | 155853 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Saluda County, SC"
|
||||
classification: county
|
||||
fips: "45081"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 19131
|
||||
population_under_18: 4196
|
||||
population_18_64: 10995
|
||||
population_65_plus: 3940
|
||||
median_household_income: 51009
|
||||
poverty_rate: 18.7
|
||||
homeownership_rate: 78.68
|
||||
unemployment_rate: 3.22
|
||||
median_home_value: 146500
|
||||
gini_index: 0.4525
|
||||
vacancy_rate: 19.63
|
||||
race_white: 11275
|
||||
race_black: 4063
|
||||
race_asian: 71
|
||||
race_native: 76
|
||||
hispanic: 3275
|
||||
bachelors_plus: 3924
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Saluda County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19131 |
|
||||
| Under 18 | 4196 |
|
||||
| 18–64 | 10995 |
|
||||
| 65+ | 3940 |
|
||||
| Median household income | 51009 |
|
||||
| Poverty rate | 18.7 |
|
||||
| Homeownership rate | 78.68 |
|
||||
| Unemployment rate | 3.22 |
|
||||
| Median home value | 146500 |
|
||||
| Gini index | 0.4525 |
|
||||
| Vacancy rate | 19.63 |
|
||||
| White | 11275 |
|
||||
| Black | 4063 |
|
||||
| Asian | 71 |
|
||||
| Native | 76 |
|
||||
| Hispanic/Latino | 3275 |
|
||||
| Bachelor's or higher | 3924 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Spartanburg County, SC"
|
||||
classification: county
|
||||
fips: "45083"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 347852
|
||||
population_under_18: 81285
|
||||
population_18_64: 209892
|
||||
population_65_plus: 56675
|
||||
median_household_income: 66234
|
||||
poverty_rate: 14.5
|
||||
homeownership_rate: 72.98
|
||||
unemployment_rate: 4.33
|
||||
median_home_value: 233300
|
||||
gini_index: 0.4492
|
||||
vacancy_rate: 8.67
|
||||
race_white: 231820
|
||||
race_black: 67447
|
||||
race_asian: 8385
|
||||
race_native: 660
|
||||
hispanic: 32322
|
||||
bachelors_plus: 81731
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Spartanburg County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 347852 |
|
||||
| Under 18 | 81285 |
|
||||
| 18–64 | 209892 |
|
||||
| 65+ | 56675 |
|
||||
| Median household income | 66234 |
|
||||
| Poverty rate | 14.5 |
|
||||
| Homeownership rate | 72.98 |
|
||||
| Unemployment rate | 4.33 |
|
||||
| Median home value | 233300 |
|
||||
| Gini index | 0.4492 |
|
||||
| Vacancy rate | 8.67 |
|
||||
| White | 231820 |
|
||||
| Black | 67447 |
|
||||
| Asian | 8385 |
|
||||
| Native | 660 |
|
||||
| Hispanic/Latino | 32322 |
|
||||
| Bachelor's or higher | 81731 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sumter County, SC"
|
||||
classification: county
|
||||
fips: "45085"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 104725
|
||||
population_under_18: 24823
|
||||
population_18_64: 61296
|
||||
population_65_plus: 18606
|
||||
median_household_income: 56693
|
||||
poverty_rate: 16.56
|
||||
homeownership_rate: 68.13
|
||||
unemployment_rate: 6.87
|
||||
median_home_value: 165300
|
||||
gini_index: 0.4615
|
||||
vacancy_rate: 13.66
|
||||
race_white: 46981
|
||||
race_black: 48127
|
||||
race_asian: 1553
|
||||
race_native: 568
|
||||
hispanic: 4655
|
||||
bachelors_plus: 22623
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sumter County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 104725 |
|
||||
| Under 18 | 24823 |
|
||||
| 18–64 | 61296 |
|
||||
| 65+ | 18606 |
|
||||
| Median household income | 56693 |
|
||||
| Poverty rate | 16.56 |
|
||||
| Homeownership rate | 68.13 |
|
||||
| Unemployment rate | 6.87 |
|
||||
| Median home value | 165300 |
|
||||
| Gini index | 0.4615 |
|
||||
| Vacancy rate | 13.66 |
|
||||
| White | 46981 |
|
||||
| Black | 48127 |
|
||||
| Asian | 1553 |
|
||||
| Native | 568 |
|
||||
| Hispanic/Latino | 4655 |
|
||||
| Bachelor's or higher | 22623 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Union County, SC"
|
||||
classification: county
|
||||
fips: "45087"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 26885
|
||||
population_under_18: 5590
|
||||
population_18_64: 15485
|
||||
population_65_plus: 5810
|
||||
median_household_income: 41621
|
||||
poverty_rate: 22.62
|
||||
homeownership_rate: 71.28
|
||||
unemployment_rate: 7.94
|
||||
median_home_value: 103600
|
||||
gini_index: 0.4691
|
||||
vacancy_rate: 14.16
|
||||
race_white: 17346
|
||||
race_black: 7475
|
||||
race_asian: 43
|
||||
race_native: 81
|
||||
hispanic: 559
|
||||
bachelors_plus: 3601
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Union County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26885 |
|
||||
| Under 18 | 5590 |
|
||||
| 18–64 | 15485 |
|
||||
| 65+ | 5810 |
|
||||
| Median household income | 41621 |
|
||||
| Poverty rate | 22.62 |
|
||||
| Homeownership rate | 71.28 |
|
||||
| Unemployment rate | 7.94 |
|
||||
| Median home value | 103600 |
|
||||
| Gini index | 0.4691 |
|
||||
| Vacancy rate | 14.16 |
|
||||
| White | 17346 |
|
||||
| Black | 7475 |
|
||||
| Asian | 43 |
|
||||
| Native | 81 |
|
||||
| Hispanic/Latino | 559 |
|
||||
| Bachelor's or higher | 3601 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Williamsburg County, SC"
|
||||
classification: county
|
||||
fips: "45089"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 30282
|
||||
population_under_18: 5882
|
||||
population_18_64: 17533
|
||||
population_65_plus: 6867
|
||||
median_household_income: 46213
|
||||
poverty_rate: 23.33
|
||||
homeownership_rate: 76.37
|
||||
unemployment_rate: 3.96
|
||||
median_home_value: 104500
|
||||
gini_index: 0.4987
|
||||
vacancy_rate: 17.55
|
||||
race_white: 9950
|
||||
race_black: 19185
|
||||
race_asian: 238
|
||||
race_native: 145
|
||||
hispanic: 758
|
||||
bachelors_plus: 5354
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Williamsburg County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30282 |
|
||||
| Under 18 | 5882 |
|
||||
| 18–64 | 17533 |
|
||||
| 65+ | 6867 |
|
||||
| Median household income | 46213 |
|
||||
| Poverty rate | 23.33 |
|
||||
| Homeownership rate | 76.37 |
|
||||
| Unemployment rate | 3.96 |
|
||||
| Median home value | 104500 |
|
||||
| Gini index | 0.4987 |
|
||||
| Vacancy rate | 17.55 |
|
||||
| White | 9950 |
|
||||
| Black | 19185 |
|
||||
| Asian | 238 |
|
||||
| Native | 145 |
|
||||
| Hispanic/Latino | 758 |
|
||||
| Bachelor's or higher | 5354 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "York County, SC"
|
||||
classification: county
|
||||
fips: "45091"
|
||||
state: "SC"
|
||||
demographics:
|
||||
population: 293673
|
||||
population_under_18: 69346
|
||||
population_18_64: 179194
|
||||
population_65_plus: 45133
|
||||
median_household_income: 89095
|
||||
poverty_rate: 8.37
|
||||
homeownership_rate: 74.53
|
||||
unemployment_rate: 4.15
|
||||
median_home_value: 361300
|
||||
gini_index: 0.4331
|
||||
vacancy_rate: 5.69
|
||||
race_white: 200002
|
||||
race_black: 54027
|
||||
race_asian: 8875
|
||||
race_native: 1587
|
||||
hispanic: 21772
|
||||
bachelors_plus: 108530
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# York County, SC
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 293673 |
|
||||
| Under 18 | 69346 |
|
||||
| 18–64 | 179194 |
|
||||
| 65+ | 45133 |
|
||||
| Median household income | 89095 |
|
||||
| Poverty rate | 8.37 |
|
||||
| Homeownership rate | 74.53 |
|
||||
| Unemployment rate | 4.15 |
|
||||
| Median home value | 361300 |
|
||||
| Gini index | 0.4331 |
|
||||
| Vacancy rate | 5.69 |
|
||||
| White | 200002 |
|
||||
| Black | 54027 |
|
||||
| Asian | 8875 |
|
||||
| Native | 1587 |
|
||||
| Hispanic/Latino | 21772 |
|
||||
| Bachelor's or higher | 108530 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "SC-01"
|
||||
classification: congressional-district
|
||||
state: "SC"
|
||||
district: "SC-01"
|
||||
demographics:
|
||||
population: 797468
|
||||
population_under_18: 183507
|
||||
population_18_64: 248406
|
||||
population_65_plus: 365555
|
||||
median_household_income: 95136
|
||||
poverty_rate: 7.27
|
||||
homeownership_rate: 76.59
|
||||
unemployment_rate: 2.59
|
||||
median_home_value: 466400
|
||||
gini_index: 0.4549
|
||||
vacancy_rate: 11.64
|
||||
race_white: 557015
|
||||
race_black: 126917
|
||||
race_asian: 18886
|
||||
hispanic: 69598
|
||||
bachelors_plus: 258317
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# SC-01
|
||||
|
||||
Congressional district SC-01.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 797468 |
|
||||
| Under 18 | 183507 |
|
||||
| 18–64 | 248406 |
|
||||
| 65+ | 365555 |
|
||||
| Median household income | 95136 |
|
||||
| Poverty rate | 7.27 |
|
||||
| Homeownership rate | 76.59 |
|
||||
| Unemployment rate | 2.59 |
|
||||
| Median home value | 466400 |
|
||||
| Gini index | 0.4549 |
|
||||
| Vacancy rate | 11.64 |
|
||||
| White | 557015 |
|
||||
| Black | 126917 |
|
||||
| Asian | 18886 |
|
||||
| Hispanic/Latino | 69598 |
|
||||
| Bachelor's or higher | 258317 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "SC-02"
|
||||
classification: congressional-district
|
||||
state: "SC"
|
||||
district: "SC-02"
|
||||
demographics:
|
||||
population: 764414
|
||||
population_under_18: 186957
|
||||
population_18_64: 247477
|
||||
population_65_plus: 329980
|
||||
median_household_income: 77683
|
||||
poverty_rate: 11.38
|
||||
homeownership_rate: 74.94
|
||||
unemployment_rate: 5.12
|
||||
median_home_value: 273300
|
||||
gini_index: 0.45
|
||||
vacancy_rate: 9.8
|
||||
race_white: 465999
|
||||
race_black: 195987
|
||||
race_asian: 19233
|
||||
hispanic: 58061
|
||||
bachelors_plus: 200726
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# SC-02
|
||||
|
||||
Congressional district SC-02.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 764414 |
|
||||
| Under 18 | 186957 |
|
||||
| 18–64 | 247477 |
|
||||
| 65+ | 329980 |
|
||||
| Median household income | 77683 |
|
||||
| Poverty rate | 11.38 |
|
||||
| Homeownership rate | 74.94 |
|
||||
| Unemployment rate | 5.12 |
|
||||
| Median home value | 273300 |
|
||||
| Gini index | 0.45 |
|
||||
| Vacancy rate | 9.8 |
|
||||
| White | 465999 |
|
||||
| Black | 195987 |
|
||||
| Asian | 19233 |
|
||||
| Hispanic/Latino | 58061 |
|
||||
| Bachelor's or higher | 200726 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "SC-03"
|
||||
classification: congressional-district
|
||||
state: "SC"
|
||||
district: "SC-03"
|
||||
demographics:
|
||||
population: 766747
|
||||
population_under_18: 184454
|
||||
population_18_64: 232253
|
||||
population_65_plus: 350040
|
||||
median_household_income: 65919
|
||||
poverty_rate: 15.24
|
||||
homeownership_rate: 75.28
|
||||
unemployment_rate: 5.18
|
||||
median_home_value: 255400
|
||||
gini_index: 0.4713
|
||||
vacancy_rate: 11.59
|
||||
race_white: 566352
|
||||
race_black: 117063
|
||||
race_asian: 8700
|
||||
hispanic: 53227
|
||||
bachelors_plus: 147274
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# SC-03
|
||||
|
||||
Congressional district SC-03.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 766747 |
|
||||
| Under 18 | 184454 |
|
||||
| 18–64 | 232253 |
|
||||
| 65+ | 350040 |
|
||||
| Median household income | 65919 |
|
||||
| Poverty rate | 15.24 |
|
||||
| Homeownership rate | 75.28 |
|
||||
| Unemployment rate | 5.18 |
|
||||
| Median home value | 255400 |
|
||||
| Gini index | 0.4713 |
|
||||
| Vacancy rate | 11.59 |
|
||||
| White | 566352 |
|
||||
| Black | 117063 |
|
||||
| Asian | 8700 |
|
||||
| Hispanic/Latino | 53227 |
|
||||
| Bachelor's or higher | 147274 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,59 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "SC-04"
|
||||
classification: congressional-district
|
||||
state: "SC"
|
||||
district: "SC-04"
|
||||
demographics:
|
||||
population: 810387
|
||||
population_under_18: 203356
|
||||
population_18_64: 274400
|
||||
population_65_plus: 332631
|
||||
median_household_income: 78299
|
||||
poverty_rate: 10.73
|
||||
homeownership_rate: 68.44
|
||||
unemployment_rate: 4.23
|
||||
median_home_value: 309800
|
||||
gini_index: 0.4476
|
||||
vacancy_rate: 7.13
|
||||
race_white: 529805
|
||||
race_black: 136514
|
||||
race_asian: 23101
|
||||
hispanic: 99462
|
||||
bachelors_plus: 205311
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, congressional-district, sc]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# SC-04
|
||||
|
||||
Congressional district SC-04.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 810387 |
|
||||
| Under 18 | 203356 |
|
||||
| 18–64 | 274400 |
|
||||
| 65+ | 332631 |
|
||||
| Median household income | 78299 |
|
||||
| Poverty rate | 10.73 |
|
||||
| Homeownership rate | 68.44 |
|
||||
| Unemployment rate | 4.23 |
|
||||
| Median home value | 309800 |
|
||||
| Gini index | 0.4476 |
|
||||
| Vacancy rate | 7.13 |
|
||||
| White | 529805 |
|
||||
| Black | 136514 |
|
||||
| Asian | 23101 |
|
||||
| Hispanic/Latino | 99462 |
|
||||
| Bachelor's or higher | 205311 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user