Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Accomack County, VA"
|
||||
classification: county
|
||||
fips: "51001"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 33335
|
||||
population_under_18: 6829
|
||||
population_18_64: 17936
|
||||
population_65_plus: 8570
|
||||
median_household_income: 58993
|
||||
poverty_rate: 13.92
|
||||
homeownership_rate: 71.43
|
||||
unemployment_rate: 3.4
|
||||
median_home_value: 204300
|
||||
gini_index: 0.4495
|
||||
vacancy_rate: 34.49
|
||||
race_white: 19765
|
||||
race_black: 9061
|
||||
race_asian: 240
|
||||
race_native: 81
|
||||
hispanic: 3649
|
||||
bachelors_plus: 7384
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Accomack County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33335 |
|
||||
| Under 18 | 6829 |
|
||||
| 18–64 | 17936 |
|
||||
| 65+ | 8570 |
|
||||
| Median household income | 58993 |
|
||||
| Poverty rate | 13.92 |
|
||||
| Homeownership rate | 71.43 |
|
||||
| Unemployment rate | 3.4 |
|
||||
| Median home value | 204300 |
|
||||
| Gini index | 0.4495 |
|
||||
| Vacancy rate | 34.49 |
|
||||
| White | 19765 |
|
||||
| Black | 9061 |
|
||||
| Asian | 240 |
|
||||
| Native | 81 |
|
||||
| Hispanic/Latino | 3649 |
|
||||
| Bachelor's or higher | 7384 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Albemarle County, VA"
|
||||
classification: county
|
||||
fips: "51003"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 114919
|
||||
population_under_18: 22438
|
||||
population_18_64: 69012
|
||||
population_65_plus: 23469
|
||||
median_household_income: 104392
|
||||
poverty_rate: 7.67
|
||||
homeownership_rate: 65.93
|
||||
unemployment_rate: 3.4
|
||||
median_home_value: 495400
|
||||
gini_index: 0.4759
|
||||
vacancy_rate: 6.61
|
||||
race_white: 85958
|
||||
race_black: 10584
|
||||
race_asian: 6680
|
||||
race_native: 399
|
||||
hispanic: 8647
|
||||
bachelors_plus: 73129
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Albemarle County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 114919 |
|
||||
| Under 18 | 22438 |
|
||||
| 18–64 | 69012 |
|
||||
| 65+ | 23469 |
|
||||
| Median household income | 104392 |
|
||||
| Poverty rate | 7.67 |
|
||||
| Homeownership rate | 65.93 |
|
||||
| Unemployment rate | 3.4 |
|
||||
| Median home value | 495400 |
|
||||
| Gini index | 0.4759 |
|
||||
| Vacancy rate | 6.61 |
|
||||
| White | 85958 |
|
||||
| Black | 10584 |
|
||||
| Asian | 6680 |
|
||||
| Native | 399 |
|
||||
| Hispanic/Latino | 8647 |
|
||||
| Bachelor's or higher | 73129 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alexandria city, VA"
|
||||
classification: county
|
||||
fips: "51510"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 159102
|
||||
population_under_18: 29067
|
||||
population_18_64: 71441
|
||||
population_65_plus: 58594
|
||||
median_household_income: 124593
|
||||
poverty_rate: 5.94
|
||||
homeownership_rate: 43.18
|
||||
unemployment_rate: 2.08
|
||||
median_home_value: 704200
|
||||
gini_index: 0.4401
|
||||
vacancy_rate: 3.25
|
||||
race_white: 80547
|
||||
race_black: 33966
|
||||
race_asian: 11628
|
||||
race_native: 1887
|
||||
hispanic: 29519
|
||||
bachelors_plus: 130281
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alexandria city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 159102 |
|
||||
| Under 18 | 29067 |
|
||||
| 18–64 | 71441 |
|
||||
| 65+ | 58594 |
|
||||
| Median household income | 124593 |
|
||||
| Poverty rate | 5.94 |
|
||||
| Homeownership rate | 43.18 |
|
||||
| Unemployment rate | 2.08 |
|
||||
| Median home value | 704200 |
|
||||
| Gini index | 0.4401 |
|
||||
| Vacancy rate | 3.25 |
|
||||
| White | 80547 |
|
||||
| Black | 33966 |
|
||||
| Asian | 11628 |
|
||||
| Native | 1887 |
|
||||
| Hispanic/Latino | 29519 |
|
||||
| Bachelor's or higher | 130281 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alleghany County, VA"
|
||||
classification: county
|
||||
fips: "51005"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 14859
|
||||
population_under_18: 2743
|
||||
population_18_64: 8211
|
||||
population_65_plus: 3905
|
||||
median_household_income: 56188
|
||||
poverty_rate: 11.64
|
||||
homeownership_rate: 82.28
|
||||
unemployment_rate: 2.28
|
||||
median_home_value: 125800
|
||||
gini_index: 0.4706
|
||||
vacancy_rate: 19.34
|
||||
race_white: 13664
|
||||
race_black: 778
|
||||
race_asian: 60
|
||||
race_native: 16
|
||||
hispanic: 237
|
||||
bachelors_plus: 2314
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alleghany County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14859 |
|
||||
| Under 18 | 2743 |
|
||||
| 18–64 | 8211 |
|
||||
| 65+ | 3905 |
|
||||
| Median household income | 56188 |
|
||||
| Poverty rate | 11.64 |
|
||||
| Homeownership rate | 82.28 |
|
||||
| Unemployment rate | 2.28 |
|
||||
| Median home value | 125800 |
|
||||
| Gini index | 0.4706 |
|
||||
| Vacancy rate | 19.34 |
|
||||
| White | 13664 |
|
||||
| Black | 778 |
|
||||
| Asian | 60 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 237 |
|
||||
| Bachelor's or higher | 2314 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Amelia County, VA"
|
||||
classification: county
|
||||
fips: "51007"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 13462
|
||||
population_under_18: 2716
|
||||
population_18_64: 7760
|
||||
population_65_plus: 2986
|
||||
median_household_income: 76717
|
||||
poverty_rate: 9.7
|
||||
homeownership_rate: 82.5
|
||||
unemployment_rate: 3.78
|
||||
median_home_value: 282400
|
||||
gini_index: 0.3861
|
||||
vacancy_rate: 6.84
|
||||
race_white: 9732
|
||||
race_black: 2627
|
||||
race_asian: 24
|
||||
race_native: 0
|
||||
hispanic: 528
|
||||
bachelors_plus: 2270
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Amelia County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13462 |
|
||||
| Under 18 | 2716 |
|
||||
| 18–64 | 7760 |
|
||||
| 65+ | 2986 |
|
||||
| Median household income | 76717 |
|
||||
| Poverty rate | 9.7 |
|
||||
| Homeownership rate | 82.5 |
|
||||
| Unemployment rate | 3.78 |
|
||||
| Median home value | 282400 |
|
||||
| Gini index | 0.3861 |
|
||||
| Vacancy rate | 6.84 |
|
||||
| White | 9732 |
|
||||
| Black | 2627 |
|
||||
| Asian | 24 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 528 |
|
||||
| Bachelor's or higher | 2270 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Amherst County, VA"
|
||||
classification: county
|
||||
fips: "51009"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 31485
|
||||
population_under_18: 6296
|
||||
population_18_64: 18330
|
||||
population_65_plus: 6859
|
||||
median_household_income: 68724
|
||||
poverty_rate: 10.77
|
||||
homeownership_rate: 80.84
|
||||
unemployment_rate: 4.65
|
||||
median_home_value: 212400
|
||||
gini_index: 0.4399
|
||||
vacancy_rate: 11.63
|
||||
race_white: 23348
|
||||
race_black: 5358
|
||||
race_asian: 217
|
||||
race_native: 67
|
||||
hispanic: 926
|
||||
bachelors_plus: 7606
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Amherst County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31485 |
|
||||
| Under 18 | 6296 |
|
||||
| 18–64 | 18330 |
|
||||
| 65+ | 6859 |
|
||||
| Median household income | 68724 |
|
||||
| Poverty rate | 10.77 |
|
||||
| Homeownership rate | 80.84 |
|
||||
| Unemployment rate | 4.65 |
|
||||
| Median home value | 212400 |
|
||||
| Gini index | 0.4399 |
|
||||
| Vacancy rate | 11.63 |
|
||||
| White | 23348 |
|
||||
| Black | 5358 |
|
||||
| Asian | 217 |
|
||||
| Native | 67 |
|
||||
| Hispanic/Latino | 926 |
|
||||
| Bachelor's or higher | 7606 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Appomattox County, VA"
|
||||
classification: county
|
||||
fips: "51011"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 16610
|
||||
population_under_18: 3661
|
||||
population_18_64: 9440
|
||||
population_65_plus: 3509
|
||||
median_household_income: 62853
|
||||
poverty_rate: 13.99
|
||||
homeownership_rate: 75.78
|
||||
unemployment_rate: 5.12
|
||||
median_home_value: 207600
|
||||
gini_index: 0.4199
|
||||
vacancy_rate: 10.99
|
||||
race_white: 12820
|
||||
race_black: 2637
|
||||
race_asian: 66
|
||||
race_native: 1
|
||||
hispanic: 399
|
||||
bachelors_plus: 2760
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Appomattox County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16610 |
|
||||
| Under 18 | 3661 |
|
||||
| 18–64 | 9440 |
|
||||
| 65+ | 3509 |
|
||||
| Median household income | 62853 |
|
||||
| Poverty rate | 13.99 |
|
||||
| Homeownership rate | 75.78 |
|
||||
| Unemployment rate | 5.12 |
|
||||
| Median home value | 207600 |
|
||||
| Gini index | 0.4199 |
|
||||
| Vacancy rate | 10.99 |
|
||||
| White | 12820 |
|
||||
| Black | 2637 |
|
||||
| Asian | 66 |
|
||||
| Native | 1 |
|
||||
| Hispanic/Latino | 399 |
|
||||
| Bachelor's or higher | 2760 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Arlington County, VA"
|
||||
classification: county
|
||||
fips: "51013"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 236254
|
||||
population_under_18: 42601
|
||||
population_18_64: 165530
|
||||
population_65_plus: 28123
|
||||
median_household_income: 142114
|
||||
poverty_rate: 7.39
|
||||
homeownership_rate: 41.26
|
||||
unemployment_rate: 3.3
|
||||
median_home_value: 895000
|
||||
gini_index: 0.4604
|
||||
vacancy_rate: 8.15
|
||||
race_white: 142640
|
||||
race_black: 22327
|
||||
race_asian: 24923
|
||||
race_native: 1476
|
||||
hispanic: 37572
|
||||
bachelors_plus: 206673
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Arlington County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 236254 |
|
||||
| Under 18 | 42601 |
|
||||
| 18–64 | 165530 |
|
||||
| 65+ | 28123 |
|
||||
| Median household income | 142114 |
|
||||
| Poverty rate | 7.39 |
|
||||
| Homeownership rate | 41.26 |
|
||||
| Unemployment rate | 3.3 |
|
||||
| Median home value | 895000 |
|
||||
| Gini index | 0.4604 |
|
||||
| Vacancy rate | 8.15 |
|
||||
| White | 142640 |
|
||||
| Black | 22327 |
|
||||
| Asian | 24923 |
|
||||
| Native | 1476 |
|
||||
| Hispanic/Latino | 37572 |
|
||||
| Bachelor's or higher | 206673 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Augusta County, VA"
|
||||
classification: county
|
||||
fips: "51015"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 78033
|
||||
population_under_18: 14340
|
||||
population_18_64: 46067
|
||||
population_65_plus: 17626
|
||||
median_household_income: 82049
|
||||
poverty_rate: 6.64
|
||||
homeownership_rate: 80.19
|
||||
unemployment_rate: 2.42
|
||||
median_home_value: 306100
|
||||
gini_index: 0.416
|
||||
vacancy_rate: 6.12
|
||||
race_white: 69697
|
||||
race_black: 3339
|
||||
race_asian: 345
|
||||
race_native: 93
|
||||
hispanic: 3132
|
||||
bachelors_plus: 19539
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Augusta County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 78033 |
|
||||
| Under 18 | 14340 |
|
||||
| 18–64 | 46067 |
|
||||
| 65+ | 17626 |
|
||||
| Median household income | 82049 |
|
||||
| Poverty rate | 6.64 |
|
||||
| Homeownership rate | 80.19 |
|
||||
| Unemployment rate | 2.42 |
|
||||
| Median home value | 306100 |
|
||||
| Gini index | 0.416 |
|
||||
| Vacancy rate | 6.12 |
|
||||
| White | 69697 |
|
||||
| Black | 3339 |
|
||||
| Asian | 345 |
|
||||
| Native | 93 |
|
||||
| Hispanic/Latino | 3132 |
|
||||
| Bachelor's or higher | 19539 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bath County, VA"
|
||||
classification: county
|
||||
fips: "51017"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 4100
|
||||
population_under_18: 710
|
||||
population_18_64: 2273
|
||||
population_65_plus: 1117
|
||||
median_household_income: 56184
|
||||
poverty_rate: 23.78
|
||||
homeownership_rate: 71.3
|
||||
unemployment_rate: 1.32
|
||||
median_home_value: 206700
|
||||
gini_index: 0.4911
|
||||
vacancy_rate: 43.56
|
||||
race_white: 3766
|
||||
race_black: 140
|
||||
race_asian: 10
|
||||
race_native: 0
|
||||
hispanic: 125
|
||||
bachelors_plus: 735
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bath County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4100 |
|
||||
| Under 18 | 710 |
|
||||
| 18–64 | 2273 |
|
||||
| 65+ | 1117 |
|
||||
| Median household income | 56184 |
|
||||
| Poverty rate | 23.78 |
|
||||
| Homeownership rate | 71.3 |
|
||||
| Unemployment rate | 1.32 |
|
||||
| Median home value | 206700 |
|
||||
| Gini index | 0.4911 |
|
||||
| Vacancy rate | 43.56 |
|
||||
| White | 3766 |
|
||||
| Black | 140 |
|
||||
| Asian | 10 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 125 |
|
||||
| Bachelor's or higher | 735 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bedford County, VA"
|
||||
classification: county
|
||||
fips: "51019"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 80894
|
||||
population_under_18: 15743
|
||||
population_18_64: 46331
|
||||
population_65_plus: 18820
|
||||
median_household_income: 78937
|
||||
poverty_rate: 8.06
|
||||
homeownership_rate: 84.66
|
||||
unemployment_rate: 3.07
|
||||
median_home_value: 297400
|
||||
gini_index: 0.4332
|
||||
vacancy_rate: 11.62
|
||||
race_white: 69252
|
||||
race_black: 5108
|
||||
race_asian: 1044
|
||||
race_native: 160
|
||||
hispanic: 2283
|
||||
bachelors_plus: 27797
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bedford County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 80894 |
|
||||
| Under 18 | 15743 |
|
||||
| 18–64 | 46331 |
|
||||
| 65+ | 18820 |
|
||||
| Median household income | 78937 |
|
||||
| Poverty rate | 8.06 |
|
||||
| Homeownership rate | 84.66 |
|
||||
| Unemployment rate | 3.07 |
|
||||
| Median home value | 297400 |
|
||||
| Gini index | 0.4332 |
|
||||
| Vacancy rate | 11.62 |
|
||||
| White | 69252 |
|
||||
| Black | 5108 |
|
||||
| Asian | 1044 |
|
||||
| Native | 160 |
|
||||
| Hispanic/Latino | 2283 |
|
||||
| Bachelor's or higher | 27797 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bland County, VA"
|
||||
classification: county
|
||||
fips: "51021"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 6199
|
||||
population_under_18: 854
|
||||
population_18_64: 3799
|
||||
population_65_plus: 1546
|
||||
median_household_income: 61216
|
||||
poverty_rate: 13.58
|
||||
homeownership_rate: 86.49
|
||||
unemployment_rate: 2.29
|
||||
median_home_value: 152100
|
||||
gini_index: 0.4141
|
||||
vacancy_rate: 25.98
|
||||
race_white: 5771
|
||||
race_black: 262
|
||||
race_asian: 6
|
||||
race_native: 2
|
||||
hispanic: 73
|
||||
bachelors_plus: 1165
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bland County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6199 |
|
||||
| Under 18 | 854 |
|
||||
| 18–64 | 3799 |
|
||||
| 65+ | 1546 |
|
||||
| Median household income | 61216 |
|
||||
| Poverty rate | 13.58 |
|
||||
| Homeownership rate | 86.49 |
|
||||
| Unemployment rate | 2.29 |
|
||||
| Median home value | 152100 |
|
||||
| Gini index | 0.4141 |
|
||||
| Vacancy rate | 25.98 |
|
||||
| White | 5771 |
|
||||
| Black | 262 |
|
||||
| Asian | 6 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 73 |
|
||||
| Bachelor's or higher | 1165 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Botetourt County, VA"
|
||||
classification: county
|
||||
fips: "51023"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 34004
|
||||
population_under_18: 6324
|
||||
population_18_64: 19408
|
||||
population_65_plus: 8272
|
||||
median_household_income: 81213
|
||||
poverty_rate: 6.16
|
||||
homeownership_rate: 85.53
|
||||
unemployment_rate: 2.4
|
||||
median_home_value: 289200
|
||||
gini_index: 0.4044
|
||||
vacancy_rate: 12.27
|
||||
race_white: 30833
|
||||
race_black: 872
|
||||
race_asian: 244
|
||||
race_native: 70
|
||||
hispanic: 850
|
||||
bachelors_plus: 10096
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Botetourt County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34004 |
|
||||
| Under 18 | 6324 |
|
||||
| 18–64 | 19408 |
|
||||
| 65+ | 8272 |
|
||||
| Median household income | 81213 |
|
||||
| Poverty rate | 6.16 |
|
||||
| Homeownership rate | 85.53 |
|
||||
| Unemployment rate | 2.4 |
|
||||
| Median home value | 289200 |
|
||||
| Gini index | 0.4044 |
|
||||
| Vacancy rate | 12.27 |
|
||||
| White | 30833 |
|
||||
| Black | 872 |
|
||||
| Asian | 244 |
|
||||
| Native | 70 |
|
||||
| Hispanic/Latino | 850 |
|
||||
| Bachelor's or higher | 10096 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bristol city, VA"
|
||||
classification: county
|
||||
fips: "51520"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 16849
|
||||
population_under_18: 3798
|
||||
population_18_64: 4880
|
||||
population_65_plus: 8171
|
||||
median_household_income: 50404
|
||||
poverty_rate: 17.95
|
||||
homeownership_rate: 63.63
|
||||
unemployment_rate: 6.32
|
||||
median_home_value: 184100
|
||||
gini_index: 0.465
|
||||
vacancy_rate: 16.38
|
||||
race_white: 14334
|
||||
race_black: 969
|
||||
race_asian: 76
|
||||
race_native: 0
|
||||
hispanic: 465
|
||||
bachelors_plus: 4177
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bristol city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16849 |
|
||||
| Under 18 | 3798 |
|
||||
| 18–64 | 4880 |
|
||||
| 65+ | 8171 |
|
||||
| Median household income | 50404 |
|
||||
| Poverty rate | 17.95 |
|
||||
| Homeownership rate | 63.63 |
|
||||
| Unemployment rate | 6.32 |
|
||||
| Median home value | 184100 |
|
||||
| Gini index | 0.465 |
|
||||
| Vacancy rate | 16.38 |
|
||||
| White | 14334 |
|
||||
| Black | 969 |
|
||||
| Asian | 76 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 465 |
|
||||
| Bachelor's or higher | 4177 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Brunswick County, VA"
|
||||
classification: county
|
||||
fips: "51025"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 15841
|
||||
population_under_18: 2423
|
||||
population_18_64: 9879
|
||||
population_65_plus: 3539
|
||||
median_household_income: 53084
|
||||
poverty_rate: 14.94
|
||||
homeownership_rate: 74.45
|
||||
unemployment_rate: 3.34
|
||||
median_home_value: 142700
|
||||
gini_index: 0.4554
|
||||
vacancy_rate: 18.6
|
||||
race_white: 6535
|
||||
race_black: 8198
|
||||
race_asian: 87
|
||||
race_native: 60
|
||||
hispanic: 456
|
||||
bachelors_plus: 2739
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brunswick County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15841 |
|
||||
| Under 18 | 2423 |
|
||||
| 18–64 | 9879 |
|
||||
| 65+ | 3539 |
|
||||
| Median household income | 53084 |
|
||||
| Poverty rate | 14.94 |
|
||||
| Homeownership rate | 74.45 |
|
||||
| Unemployment rate | 3.34 |
|
||||
| Median home value | 142700 |
|
||||
| Gini index | 0.4554 |
|
||||
| Vacancy rate | 18.6 |
|
||||
| White | 6535 |
|
||||
| Black | 8198 |
|
||||
| Asian | 87 |
|
||||
| Native | 60 |
|
||||
| Hispanic/Latino | 456 |
|
||||
| Bachelor's or higher | 2739 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Buchanan County, VA"
|
||||
classification: county
|
||||
fips: "51027"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 19415
|
||||
population_under_18: 3252
|
||||
population_18_64: 11530
|
||||
population_65_plus: 4633
|
||||
median_household_income: 42886
|
||||
poverty_rate: 25.22
|
||||
homeownership_rate: 83.07
|
||||
unemployment_rate: 3.86
|
||||
median_home_value: 94900
|
||||
gini_index: 0.4653
|
||||
vacancy_rate: 27.04
|
||||
race_white: 18205
|
||||
race_black: 751
|
||||
race_asian: 152
|
||||
race_native: 8
|
||||
hispanic: 213
|
||||
bachelors_plus: 2522
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Buchanan County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 19415 |
|
||||
| Under 18 | 3252 |
|
||||
| 18–64 | 11530 |
|
||||
| 65+ | 4633 |
|
||||
| Median household income | 42886 |
|
||||
| Poverty rate | 25.22 |
|
||||
| Homeownership rate | 83.07 |
|
||||
| Unemployment rate | 3.86 |
|
||||
| Median home value | 94900 |
|
||||
| Gini index | 0.4653 |
|
||||
| Vacancy rate | 27.04 |
|
||||
| White | 18205 |
|
||||
| Black | 751 |
|
||||
| Asian | 152 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 213 |
|
||||
| Bachelor's or higher | 2522 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Buckingham County, VA"
|
||||
classification: county
|
||||
fips: "51029"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 16976
|
||||
population_under_18: 3017
|
||||
population_18_64: 10423
|
||||
population_65_plus: 3536
|
||||
median_household_income: 60828
|
||||
poverty_rate: 12.46
|
||||
homeownership_rate: 77.32
|
||||
unemployment_rate: 4.73
|
||||
median_home_value: 173400
|
||||
gini_index: 0.4147
|
||||
vacancy_rate: 13.87
|
||||
race_white: 10432
|
||||
race_black: 5195
|
||||
race_asian: 65
|
||||
race_native: 25
|
||||
hispanic: 447
|
||||
bachelors_plus: 2419
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Buckingham County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16976 |
|
||||
| Under 18 | 3017 |
|
||||
| 18–64 | 10423 |
|
||||
| 65+ | 3536 |
|
||||
| Median household income | 60828 |
|
||||
| Poverty rate | 12.46 |
|
||||
| Homeownership rate | 77.32 |
|
||||
| Unemployment rate | 4.73 |
|
||||
| Median home value | 173400 |
|
||||
| Gini index | 0.4147 |
|
||||
| Vacancy rate | 13.87 |
|
||||
| White | 10432 |
|
||||
| Black | 5195 |
|
||||
| Asian | 65 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 447 |
|
||||
| Bachelor's or higher | 2419 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Buena Vista city, VA"
|
||||
classification: county
|
||||
fips: "51530"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 6593
|
||||
population_under_18: 1971
|
||||
population_18_64: 1990
|
||||
population_65_plus: 2632
|
||||
median_household_income: 57833
|
||||
poverty_rate: 18.84
|
||||
homeownership_rate: 56.5
|
||||
unemployment_rate: 1.43
|
||||
median_home_value: 156200
|
||||
gini_index: 0.3978
|
||||
vacancy_rate: 13.39
|
||||
race_white: 5583
|
||||
race_black: 134
|
||||
race_asian: 68
|
||||
race_native: 83
|
||||
hispanic: 15
|
||||
bachelors_plus: 1339
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Buena Vista city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6593 |
|
||||
| Under 18 | 1971 |
|
||||
| 18–64 | 1990 |
|
||||
| 65+ | 2632 |
|
||||
| Median household income | 57833 |
|
||||
| Poverty rate | 18.84 |
|
||||
| Homeownership rate | 56.5 |
|
||||
| Unemployment rate | 1.43 |
|
||||
| Median home value | 156200 |
|
||||
| Gini index | 0.3978 |
|
||||
| Vacancy rate | 13.39 |
|
||||
| White | 5583 |
|
||||
| Black | 134 |
|
||||
| Asian | 68 |
|
||||
| Native | 83 |
|
||||
| Hispanic/Latino | 15 |
|
||||
| Bachelor's or higher | 1339 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Campbell County, VA"
|
||||
classification: county
|
||||
fips: "51031"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 55312
|
||||
population_under_18: 10718
|
||||
population_18_64: 32823
|
||||
population_65_plus: 11771
|
||||
median_household_income: 66165
|
||||
poverty_rate: 10.81
|
||||
homeownership_rate: 74.95
|
||||
unemployment_rate: 3.71
|
||||
median_home_value: 211600
|
||||
gini_index: 0.4152
|
||||
vacancy_rate: 12.9
|
||||
race_white: 42771
|
||||
race_black: 7860
|
||||
race_asian: 576
|
||||
race_native: 18
|
||||
hispanic: 1924
|
||||
bachelors_plus: 13892
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Campbell County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 55312 |
|
||||
| Under 18 | 10718 |
|
||||
| 18–64 | 32823 |
|
||||
| 65+ | 11771 |
|
||||
| Median household income | 66165 |
|
||||
| Poverty rate | 10.81 |
|
||||
| Homeownership rate | 74.95 |
|
||||
| Unemployment rate | 3.71 |
|
||||
| Median home value | 211600 |
|
||||
| Gini index | 0.4152 |
|
||||
| Vacancy rate | 12.9 |
|
||||
| White | 42771 |
|
||||
| Black | 7860 |
|
||||
| Asian | 576 |
|
||||
| Native | 18 |
|
||||
| Hispanic/Latino | 1924 |
|
||||
| Bachelor's or higher | 13892 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Caroline County, VA"
|
||||
classification: county
|
||||
fips: "51033"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 32098
|
||||
population_under_18: 7275
|
||||
population_18_64: 19469
|
||||
population_65_plus: 5354
|
||||
median_household_income: 87407
|
||||
poverty_rate: 11.25
|
||||
homeownership_rate: 82.35
|
||||
unemployment_rate: 5.26
|
||||
median_home_value: 307700
|
||||
gini_index: 0.4011
|
||||
vacancy_rate: 7.21
|
||||
race_white: 19782
|
||||
race_black: 7628
|
||||
race_asian: 339
|
||||
race_native: 96
|
||||
hispanic: 2464
|
||||
bachelors_plus: 6801
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Caroline County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 32098 |
|
||||
| Under 18 | 7275 |
|
||||
| 18–64 | 19469 |
|
||||
| 65+ | 5354 |
|
||||
| Median household income | 87407 |
|
||||
| Poverty rate | 11.25 |
|
||||
| Homeownership rate | 82.35 |
|
||||
| Unemployment rate | 5.26 |
|
||||
| Median home value | 307700 |
|
||||
| Gini index | 0.4011 |
|
||||
| Vacancy rate | 7.21 |
|
||||
| White | 19782 |
|
||||
| Black | 7628 |
|
||||
| Asian | 339 |
|
||||
| Native | 96 |
|
||||
| Hispanic/Latino | 2464 |
|
||||
| Bachelor's or higher | 6801 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Carroll County, VA"
|
||||
classification: county
|
||||
fips: "51035"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 29157
|
||||
population_under_18: 5126
|
||||
population_18_64: 16405
|
||||
population_65_plus: 7626
|
||||
median_household_income: 54484
|
||||
poverty_rate: 15.33
|
||||
homeownership_rate: 77.11
|
||||
unemployment_rate: 5.54
|
||||
median_home_value: 156500
|
||||
gini_index: 0.4414
|
||||
vacancy_rate: 24.68
|
||||
race_white: 27402
|
||||
race_black: 71
|
||||
race_asian: 82
|
||||
race_native: 49
|
||||
hispanic: 1191
|
||||
bachelors_plus: 4921
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carroll County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 29157 |
|
||||
| Under 18 | 5126 |
|
||||
| 18–64 | 16405 |
|
||||
| 65+ | 7626 |
|
||||
| Median household income | 54484 |
|
||||
| Poverty rate | 15.33 |
|
||||
| Homeownership rate | 77.11 |
|
||||
| Unemployment rate | 5.54 |
|
||||
| Median home value | 156500 |
|
||||
| Gini index | 0.4414 |
|
||||
| Vacancy rate | 24.68 |
|
||||
| White | 27402 |
|
||||
| Black | 71 |
|
||||
| Asian | 82 |
|
||||
| Native | 49 |
|
||||
| Hispanic/Latino | 1191 |
|
||||
| Bachelor's or higher | 4921 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Charles City County, VA"
|
||||
classification: county
|
||||
fips: "51036"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 6627
|
||||
population_under_18: 941
|
||||
population_18_64: 3904
|
||||
population_65_plus: 1782
|
||||
median_household_income: 75417
|
||||
poverty_rate: 9.45
|
||||
homeownership_rate: 86.26
|
||||
unemployment_rate: 3.9
|
||||
median_home_value: 241400
|
||||
gini_index: 0.4647
|
||||
vacancy_rate: 10.98
|
||||
race_white: 2977
|
||||
race_black: 2701
|
||||
race_asian: 71
|
||||
race_native: 367
|
||||
hispanic: 138
|
||||
bachelors_plus: 1198
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Charles City County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6627 |
|
||||
| Under 18 | 941 |
|
||||
| 18–64 | 3904 |
|
||||
| 65+ | 1782 |
|
||||
| Median household income | 75417 |
|
||||
| Poverty rate | 9.45 |
|
||||
| Homeownership rate | 86.26 |
|
||||
| Unemployment rate | 3.9 |
|
||||
| Median home value | 241400 |
|
||||
| Gini index | 0.4647 |
|
||||
| Vacancy rate | 10.98 |
|
||||
| White | 2977 |
|
||||
| Black | 2701 |
|
||||
| Asian | 71 |
|
||||
| Native | 367 |
|
||||
| Hispanic/Latino | 138 |
|
||||
| Bachelor's or higher | 1198 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Charlotte County, VA"
|
||||
classification: county
|
||||
fips: "51037"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 11422
|
||||
population_under_18: 2454
|
||||
population_18_64: 6372
|
||||
population_65_plus: 2596
|
||||
median_household_income: 58000
|
||||
poverty_rate: 18.94
|
||||
homeownership_rate: 74.72
|
||||
unemployment_rate: 2.39
|
||||
median_home_value: 144100
|
||||
gini_index: 0.4761
|
||||
vacancy_rate: 21.25
|
||||
race_white: 7812
|
||||
race_black: 2847
|
||||
race_asian: 22
|
||||
race_native: 0
|
||||
hispanic: 295
|
||||
bachelors_plus: 2343
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Charlotte County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11422 |
|
||||
| Under 18 | 2454 |
|
||||
| 18–64 | 6372 |
|
||||
| 65+ | 2596 |
|
||||
| Median household income | 58000 |
|
||||
| Poverty rate | 18.94 |
|
||||
| Homeownership rate | 74.72 |
|
||||
| Unemployment rate | 2.39 |
|
||||
| Median home value | 144100 |
|
||||
| Gini index | 0.4761 |
|
||||
| Vacancy rate | 21.25 |
|
||||
| White | 7812 |
|
||||
| Black | 2847 |
|
||||
| Asian | 22 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 295 |
|
||||
| Bachelor's or higher | 2343 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Charlottesville city, VA"
|
||||
classification: county
|
||||
fips: "51540"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 45437
|
||||
population_under_18: 9262
|
||||
population_18_64: 20866
|
||||
population_65_plus: 15309
|
||||
median_household_income: 74824
|
||||
poverty_rate: 19.65
|
||||
homeownership_rate: 44.24
|
||||
unemployment_rate: 3.7
|
||||
median_home_value: 486700
|
||||
gini_index: 0.5315
|
||||
vacancy_rate: 8.31
|
||||
race_white: 30209
|
||||
race_black: 7103
|
||||
race_asian: 3207
|
||||
race_native: 30
|
||||
hispanic: 3132
|
||||
bachelors_plus: 28510
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Charlottesville city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45437 |
|
||||
| Under 18 | 9262 |
|
||||
| 18–64 | 20866 |
|
||||
| 65+ | 15309 |
|
||||
| Median household income | 74824 |
|
||||
| Poverty rate | 19.65 |
|
||||
| Homeownership rate | 44.24 |
|
||||
| Unemployment rate | 3.7 |
|
||||
| Median home value | 486700 |
|
||||
| Gini index | 0.5315 |
|
||||
| Vacancy rate | 8.31 |
|
||||
| White | 30209 |
|
||||
| Black | 7103 |
|
||||
| Asian | 3207 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 3132 |
|
||||
| Bachelor's or higher | 28510 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chesapeake city, VA"
|
||||
classification: county
|
||||
fips: "51550"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 254997
|
||||
population_under_18: 69377
|
||||
population_18_64: 84222
|
||||
population_65_plus: 101398
|
||||
median_household_income: 89265
|
||||
poverty_rate: 11.79
|
||||
homeownership_rate: 72.21
|
||||
unemployment_rate: 4.64
|
||||
median_home_value: 388600
|
||||
gini_index: 0.4279
|
||||
vacancy_rate: 2.94
|
||||
race_white: 138007
|
||||
race_black: 75527
|
||||
race_asian: 11300
|
||||
race_native: 557
|
||||
hispanic: 20969
|
||||
bachelors_plus: 82424
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chesapeake city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 254997 |
|
||||
| Under 18 | 69377 |
|
||||
| 18–64 | 84222 |
|
||||
| 65+ | 101398 |
|
||||
| Median household income | 89265 |
|
||||
| Poverty rate | 11.79 |
|
||||
| Homeownership rate | 72.21 |
|
||||
| Unemployment rate | 4.64 |
|
||||
| Median home value | 388600 |
|
||||
| Gini index | 0.4279 |
|
||||
| Vacancy rate | 2.94 |
|
||||
| White | 138007 |
|
||||
| Black | 75527 |
|
||||
| Asian | 11300 |
|
||||
| Native | 557 |
|
||||
| Hispanic/Latino | 20969 |
|
||||
| Bachelor's or higher | 82424 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chesterfield County, VA"
|
||||
classification: county
|
||||
fips: "51041"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 377869
|
||||
population_under_18: 89540
|
||||
population_18_64: 227498
|
||||
population_65_plus: 60831
|
||||
median_household_income: 101931
|
||||
poverty_rate: 7.06
|
||||
homeownership_rate: 76.73
|
||||
unemployment_rate: 4.64
|
||||
median_home_value: 366000
|
||||
gini_index: 0.4224
|
||||
vacancy_rate: 3.81
|
||||
race_white: 218762
|
||||
race_black: 88373
|
||||
race_asian: 13687
|
||||
race_native: 1276
|
||||
hispanic: 44796
|
||||
bachelors_plus: 155630
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chesterfield County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 377869 |
|
||||
| Under 18 | 89540 |
|
||||
| 18–64 | 227498 |
|
||||
| 65+ | 60831 |
|
||||
| Median household income | 101931 |
|
||||
| Poverty rate | 7.06 |
|
||||
| Homeownership rate | 76.73 |
|
||||
| Unemployment rate | 4.64 |
|
||||
| Median home value | 366000 |
|
||||
| Gini index | 0.4224 |
|
||||
| Vacancy rate | 3.81 |
|
||||
| White | 218762 |
|
||||
| Black | 88373 |
|
||||
| Asian | 13687 |
|
||||
| Native | 1276 |
|
||||
| Hispanic/Latino | 44796 |
|
||||
| Bachelor's or higher | 155630 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clarke County, VA"
|
||||
classification: county
|
||||
fips: "51043"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 15216
|
||||
population_under_18: 2982
|
||||
population_18_64: 8731
|
||||
population_65_plus: 3503
|
||||
median_household_income: 117111
|
||||
poverty_rate: 7.01
|
||||
homeownership_rate: 81.48
|
||||
unemployment_rate: 2.71
|
||||
median_home_value: 550100
|
||||
gini_index: 0.4395
|
||||
vacancy_rate: 10.12
|
||||
race_white: 12754
|
||||
race_black: 964
|
||||
race_asian: 149
|
||||
race_native: 48
|
||||
hispanic: 1184
|
||||
bachelors_plus: 6167
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clarke County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15216 |
|
||||
| Under 18 | 2982 |
|
||||
| 18–64 | 8731 |
|
||||
| 65+ | 3503 |
|
||||
| Median household income | 117111 |
|
||||
| Poverty rate | 7.01 |
|
||||
| Homeownership rate | 81.48 |
|
||||
| Unemployment rate | 2.71 |
|
||||
| Median home value | 550100 |
|
||||
| Gini index | 0.4395 |
|
||||
| Vacancy rate | 10.12 |
|
||||
| White | 12754 |
|
||||
| Black | 964 |
|
||||
| Asian | 149 |
|
||||
| Native | 48 |
|
||||
| Hispanic/Latino | 1184 |
|
||||
| Bachelor's or higher | 6167 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Colonial Heights city, VA"
|
||||
classification: county
|
||||
fips: "51570"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 18352
|
||||
population_under_18: 4787
|
||||
population_18_64: 5903
|
||||
population_65_plus: 7662
|
||||
median_household_income: 76505
|
||||
poverty_rate: 7.91
|
||||
homeownership_rate: 68.09
|
||||
unemployment_rate: 3.58
|
||||
median_home_value: 246600
|
||||
gini_index: 0.4209
|
||||
vacancy_rate: 7.2
|
||||
race_white: 12149
|
||||
race_black: 3542
|
||||
race_asian: 686
|
||||
race_native: 150
|
||||
hispanic: 1528
|
||||
bachelors_plus: 4817
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Colonial Heights city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18352 |
|
||||
| Under 18 | 4787 |
|
||||
| 18–64 | 5903 |
|
||||
| 65+ | 7662 |
|
||||
| Median household income | 76505 |
|
||||
| Poverty rate | 7.91 |
|
||||
| Homeownership rate | 68.09 |
|
||||
| Unemployment rate | 3.58 |
|
||||
| Median home value | 246600 |
|
||||
| Gini index | 0.4209 |
|
||||
| Vacancy rate | 7.2 |
|
||||
| White | 12149 |
|
||||
| Black | 3542 |
|
||||
| Asian | 686 |
|
||||
| Native | 150 |
|
||||
| Hispanic/Latino | 1528 |
|
||||
| Bachelor's or higher | 4817 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Covington city, VA"
|
||||
classification: county
|
||||
fips: "51580"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 5680
|
||||
population_under_18: 1549
|
||||
population_18_64: 1551
|
||||
population_65_plus: 2580
|
||||
median_household_income: 41944
|
||||
poverty_rate: 25.68
|
||||
homeownership_rate: 70.11
|
||||
unemployment_rate: 2.75
|
||||
median_home_value: 83500
|
||||
gini_index: 0.402
|
||||
vacancy_rate: 15.12
|
||||
race_white: 4525
|
||||
race_black: 720
|
||||
race_asian: 76
|
||||
race_native: 0
|
||||
hispanic: 202
|
||||
bachelors_plus: 526
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Covington city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5680 |
|
||||
| Under 18 | 1549 |
|
||||
| 18–64 | 1551 |
|
||||
| 65+ | 2580 |
|
||||
| Median household income | 41944 |
|
||||
| Poverty rate | 25.68 |
|
||||
| Homeownership rate | 70.11 |
|
||||
| Unemployment rate | 2.75 |
|
||||
| Median home value | 83500 |
|
||||
| Gini index | 0.402 |
|
||||
| Vacancy rate | 15.12 |
|
||||
| White | 4525 |
|
||||
| Black | 720 |
|
||||
| Asian | 76 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 202 |
|
||||
| Bachelor's or higher | 526 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Craig County, VA"
|
||||
classification: county
|
||||
fips: "51045"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 4856
|
||||
population_under_18: 1122
|
||||
population_18_64: 2819
|
||||
population_65_plus: 915
|
||||
median_household_income: 69057
|
||||
poverty_rate: 13.75
|
||||
homeownership_rate: 83.75
|
||||
unemployment_rate: 2.17
|
||||
median_home_value: 189000
|
||||
gini_index: 0.4005
|
||||
vacancy_rate: 27.65
|
||||
race_white: 4652
|
||||
race_black: 3
|
||||
race_asian: 0
|
||||
race_native: 0
|
||||
hispanic: 72
|
||||
bachelors_plus: 934
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Craig County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4856 |
|
||||
| Under 18 | 1122 |
|
||||
| 18–64 | 2819 |
|
||||
| 65+ | 915 |
|
||||
| Median household income | 69057 |
|
||||
| Poverty rate | 13.75 |
|
||||
| Homeownership rate | 83.75 |
|
||||
| Unemployment rate | 2.17 |
|
||||
| Median home value | 189000 |
|
||||
| Gini index | 0.4005 |
|
||||
| Vacancy rate | 27.65 |
|
||||
| White | 4652 |
|
||||
| Black | 3 |
|
||||
| Asian | 0 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 72 |
|
||||
| Bachelor's or higher | 934 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Culpeper County, VA"
|
||||
classification: county
|
||||
fips: "51047"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 54397
|
||||
population_under_18: 13685
|
||||
population_18_64: 31662
|
||||
population_65_plus: 9050
|
||||
median_household_income: 100049
|
||||
poverty_rate: 7.85
|
||||
homeownership_rate: 75.04
|
||||
unemployment_rate: 2.59
|
||||
median_home_value: 409200
|
||||
gini_index: 0.4101
|
||||
vacancy_rate: 4.29
|
||||
race_white: 36381
|
||||
race_black: 6994
|
||||
race_asian: 613
|
||||
race_native: 154
|
||||
hispanic: 8473
|
||||
bachelors_plus: 13388
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Culpeper County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 54397 |
|
||||
| Under 18 | 13685 |
|
||||
| 18–64 | 31662 |
|
||||
| 65+ | 9050 |
|
||||
| Median household income | 100049 |
|
||||
| Poverty rate | 7.85 |
|
||||
| Homeownership rate | 75.04 |
|
||||
| Unemployment rate | 2.59 |
|
||||
| Median home value | 409200 |
|
||||
| Gini index | 0.4101 |
|
||||
| Vacancy rate | 4.29 |
|
||||
| White | 36381 |
|
||||
| Black | 6994 |
|
||||
| Asian | 613 |
|
||||
| Native | 154 |
|
||||
| Hispanic/Latino | 8473 |
|
||||
| Bachelor's or higher | 13388 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cumberland County, VA"
|
||||
classification: county
|
||||
fips: "51049"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 9818
|
||||
population_under_18: 1919
|
||||
population_18_64: 5587
|
||||
population_65_plus: 2312
|
||||
median_household_income: 55325
|
||||
poverty_rate: 8.54
|
||||
homeownership_rate: 75.94
|
||||
unemployment_rate: 3.29
|
||||
median_home_value: 239300
|
||||
gini_index: 0.4838
|
||||
vacancy_rate: 15.33
|
||||
race_white: 6290
|
||||
race_black: 2887
|
||||
race_asian: 0
|
||||
race_native: 5
|
||||
hispanic: 201
|
||||
bachelors_plus: 2103
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cumberland County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9818 |
|
||||
| Under 18 | 1919 |
|
||||
| 18–64 | 5587 |
|
||||
| 65+ | 2312 |
|
||||
| Median household income | 55325 |
|
||||
| Poverty rate | 8.54 |
|
||||
| Homeownership rate | 75.94 |
|
||||
| Unemployment rate | 3.29 |
|
||||
| Median home value | 239300 |
|
||||
| Gini index | 0.4838 |
|
||||
| Vacancy rate | 15.33 |
|
||||
| White | 6290 |
|
||||
| Black | 2887 |
|
||||
| Asian | 0 |
|
||||
| Native | 5 |
|
||||
| Hispanic/Latino | 201 |
|
||||
| Bachelor's or higher | 2103 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Danville city, VA"
|
||||
classification: county
|
||||
fips: "51590"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 42214
|
||||
population_under_18: 10537
|
||||
population_18_64: 12620
|
||||
population_65_plus: 19057
|
||||
median_household_income: 44423
|
||||
poverty_rate: 24.65
|
||||
homeownership_rate: 47.78
|
||||
unemployment_rate: 5.56
|
||||
median_home_value: 119100
|
||||
gini_index: 0.4877
|
||||
vacancy_rate: 14.79
|
||||
race_white: 16795
|
||||
race_black: 21517
|
||||
race_asian: 522
|
||||
race_native: 31
|
||||
hispanic: 2348
|
||||
bachelors_plus: 8128
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Danville city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 42214 |
|
||||
| Under 18 | 10537 |
|
||||
| 18–64 | 12620 |
|
||||
| 65+ | 19057 |
|
||||
| Median household income | 44423 |
|
||||
| Poverty rate | 24.65 |
|
||||
| Homeownership rate | 47.78 |
|
||||
| Unemployment rate | 5.56 |
|
||||
| Median home value | 119100 |
|
||||
| Gini index | 0.4877 |
|
||||
| Vacancy rate | 14.79 |
|
||||
| White | 16795 |
|
||||
| Black | 21517 |
|
||||
| Asian | 522 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 2348 |
|
||||
| Bachelor's or higher | 8128 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dickenson County, VA"
|
||||
classification: county
|
||||
fips: "51051"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 13733
|
||||
population_under_18: 2627
|
||||
population_18_64: 7729
|
||||
population_65_plus: 3377
|
||||
median_household_income: 47254
|
||||
poverty_rate: 17.33
|
||||
homeownership_rate: 76.07
|
||||
unemployment_rate: 2.26
|
||||
median_home_value: 102700
|
||||
gini_index: 0.4339
|
||||
vacancy_rate: 19.38
|
||||
race_white: 13423
|
||||
race_black: 134
|
||||
race_asian: 13
|
||||
race_native: 30
|
||||
hispanic: 101
|
||||
bachelors_plus: 1290
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dickenson County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13733 |
|
||||
| Under 18 | 2627 |
|
||||
| 18–64 | 7729 |
|
||||
| 65+ | 3377 |
|
||||
| Median household income | 47254 |
|
||||
| Poverty rate | 17.33 |
|
||||
| Homeownership rate | 76.07 |
|
||||
| Unemployment rate | 2.26 |
|
||||
| Median home value | 102700 |
|
||||
| Gini index | 0.4339 |
|
||||
| Vacancy rate | 19.38 |
|
||||
| White | 13423 |
|
||||
| Black | 134 |
|
||||
| Asian | 13 |
|
||||
| Native | 30 |
|
||||
| Hispanic/Latino | 101 |
|
||||
| Bachelor's or higher | 1290 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dinwiddie County, VA"
|
||||
classification: county
|
||||
fips: "51053"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 28191
|
||||
population_under_18: 5632
|
||||
population_18_64: 17144
|
||||
population_65_plus: 5415
|
||||
median_household_income: 83704
|
||||
poverty_rate: 11.66
|
||||
homeownership_rate: 79.61
|
||||
unemployment_rate: 4.6
|
||||
median_home_value: 257800
|
||||
gini_index: 0.4321
|
||||
vacancy_rate: 11.02
|
||||
race_white: 18028
|
||||
race_black: 8415
|
||||
race_asian: 168
|
||||
race_native: 7
|
||||
hispanic: 1236
|
||||
bachelors_plus: 5286
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dinwiddie County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28191 |
|
||||
| Under 18 | 5632 |
|
||||
| 18–64 | 17144 |
|
||||
| 65+ | 5415 |
|
||||
| Median household income | 83704 |
|
||||
| Poverty rate | 11.66 |
|
||||
| Homeownership rate | 79.61 |
|
||||
| Unemployment rate | 4.6 |
|
||||
| Median home value | 257800 |
|
||||
| Gini index | 0.4321 |
|
||||
| Vacancy rate | 11.02 |
|
||||
| White | 18028 |
|
||||
| Black | 8415 |
|
||||
| Asian | 168 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 1236 |
|
||||
| Bachelor's or higher | 5286 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Emporia city, VA"
|
||||
classification: county
|
||||
fips: "51595"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 5547
|
||||
population_under_18: 1660
|
||||
population_18_64: 1665
|
||||
population_65_plus: 2222
|
||||
median_household_income: 51899
|
||||
poverty_rate: 15.81
|
||||
homeownership_rate: 38.11
|
||||
unemployment_rate: 2.95
|
||||
median_home_value: 148500
|
||||
gini_index: 0.4385
|
||||
vacancy_rate: 20.87
|
||||
race_white: 1087
|
||||
race_black: 3569
|
||||
race_asian: 32
|
||||
race_native: 0
|
||||
hispanic: 436
|
||||
bachelors_plus: 797
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Emporia city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5547 |
|
||||
| Under 18 | 1660 |
|
||||
| 18–64 | 1665 |
|
||||
| 65+ | 2222 |
|
||||
| Median household income | 51899 |
|
||||
| Poverty rate | 15.81 |
|
||||
| Homeownership rate | 38.11 |
|
||||
| Unemployment rate | 2.95 |
|
||||
| Median home value | 148500 |
|
||||
| Gini index | 0.4385 |
|
||||
| Vacancy rate | 20.87 |
|
||||
| White | 1087 |
|
||||
| Black | 3569 |
|
||||
| Asian | 32 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 436 |
|
||||
| Bachelor's or higher | 797 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Essex County, VA"
|
||||
classification: county
|
||||
fips: "51057"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 10623
|
||||
population_under_18: 1900
|
||||
population_18_64: 6147
|
||||
population_65_plus: 2576
|
||||
median_household_income: 56520
|
||||
poverty_rate: 12.3
|
||||
homeownership_rate: 71.73
|
||||
unemployment_rate: 3.86
|
||||
median_home_value: 238100
|
||||
gini_index: 0.4928
|
||||
vacancy_rate: 23.47
|
||||
race_white: 5819
|
||||
race_black: 3941
|
||||
race_asian: 107
|
||||
race_native: 11
|
||||
hispanic: 488
|
||||
bachelors_plus: 1854
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Essex County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10623 |
|
||||
| Under 18 | 1900 |
|
||||
| 18–64 | 6147 |
|
||||
| 65+ | 2576 |
|
||||
| Median household income | 56520 |
|
||||
| Poverty rate | 12.3 |
|
||||
| Homeownership rate | 71.73 |
|
||||
| Unemployment rate | 3.86 |
|
||||
| Median home value | 238100 |
|
||||
| Gini index | 0.4928 |
|
||||
| Vacancy rate | 23.47 |
|
||||
| White | 5819 |
|
||||
| Black | 3941 |
|
||||
| Asian | 107 |
|
||||
| Native | 11 |
|
||||
| Hispanic/Latino | 488 |
|
||||
| Bachelor's or higher | 1854 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fairfax city, VA"
|
||||
classification: county
|
||||
fips: "51600"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 25026
|
||||
population_under_18: 6782
|
||||
population_18_64: 8474
|
||||
population_65_plus: 9770
|
||||
median_household_income: 132348
|
||||
poverty_rate: 9.1
|
||||
homeownership_rate: 69.9
|
||||
unemployment_rate: 3.27
|
||||
median_home_value: 722600
|
||||
gini_index: 0.4619
|
||||
vacancy_rate: 1.7
|
||||
race_white: 13215
|
||||
race_black: 1585
|
||||
race_asian: 4597
|
||||
race_native: 61
|
||||
hispanic: 4728
|
||||
bachelors_plus: 15004
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fairfax city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25026 |
|
||||
| Under 18 | 6782 |
|
||||
| 18–64 | 8474 |
|
||||
| 65+ | 9770 |
|
||||
| Median household income | 132348 |
|
||||
| Poverty rate | 9.1 |
|
||||
| Homeownership rate | 69.9 |
|
||||
| Unemployment rate | 3.27 |
|
||||
| Median home value | 722600 |
|
||||
| Gini index | 0.4619 |
|
||||
| Vacancy rate | 1.7 |
|
||||
| White | 13215 |
|
||||
| Black | 1585 |
|
||||
| Asian | 4597 |
|
||||
| Native | 61 |
|
||||
| Hispanic/Latino | 4728 |
|
||||
| Bachelor's or higher | 15004 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fairfax County, VA"
|
||||
classification: county
|
||||
fips: "51059"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 1147837
|
||||
population_under_18: 262310
|
||||
population_18_64: 713592
|
||||
population_65_plus: 171935
|
||||
median_household_income: 153637
|
||||
poverty_rate: 5.94
|
||||
homeownership_rate: 68.63
|
||||
unemployment_rate: 4.24
|
||||
median_home_value: 732800
|
||||
gini_index: 0.4304
|
||||
vacancy_rate: 3.71
|
||||
race_white: 564082
|
||||
race_black: 110478
|
||||
race_asian: 228940
|
||||
race_native: 5846
|
||||
hispanic: 202057
|
||||
bachelors_plus: 774272
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fairfax County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1147837 |
|
||||
| Under 18 | 262310 |
|
||||
| 18–64 | 713592 |
|
||||
| 65+ | 171935 |
|
||||
| Median household income | 153637 |
|
||||
| Poverty rate | 5.94 |
|
||||
| Homeownership rate | 68.63 |
|
||||
| Unemployment rate | 4.24 |
|
||||
| Median home value | 732800 |
|
||||
| Gini index | 0.4304 |
|
||||
| Vacancy rate | 3.71 |
|
||||
| White | 564082 |
|
||||
| Black | 110478 |
|
||||
| Asian | 228940 |
|
||||
| Native | 5846 |
|
||||
| Hispanic/Latino | 202057 |
|
||||
| Bachelor's or higher | 774272 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Falls Church city, VA"
|
||||
classification: county
|
||||
fips: "51610"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 14710
|
||||
population_under_18: 4013
|
||||
population_18_64: 4335
|
||||
population_65_plus: 6362
|
||||
median_household_income: 143262
|
||||
poverty_rate: 4.02
|
||||
homeownership_rate: 52.53
|
||||
unemployment_rate: 4.98
|
||||
median_home_value: 1055600
|
||||
gini_index: 0.4564
|
||||
vacancy_rate: 4.74
|
||||
race_white: 10333
|
||||
race_black: 559
|
||||
race_asian: 1344
|
||||
race_native: 17
|
||||
hispanic: 1587
|
||||
bachelors_plus: 13423
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Falls Church city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14710 |
|
||||
| Under 18 | 4013 |
|
||||
| 18–64 | 4335 |
|
||||
| 65+ | 6362 |
|
||||
| Median household income | 143262 |
|
||||
| Poverty rate | 4.02 |
|
||||
| Homeownership rate | 52.53 |
|
||||
| Unemployment rate | 4.98 |
|
||||
| Median home value | 1055600 |
|
||||
| Gini index | 0.4564 |
|
||||
| Vacancy rate | 4.74 |
|
||||
| White | 10333 |
|
||||
| Black | 559 |
|
||||
| Asian | 1344 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 1587 |
|
||||
| Bachelor's or higher | 13423 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fauquier County, VA"
|
||||
classification: county
|
||||
fips: "51061"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 74577
|
||||
population_under_18: 17358
|
||||
population_18_64: 44416
|
||||
population_65_plus: 12803
|
||||
median_household_income: 130189
|
||||
poverty_rate: 6.76
|
||||
homeownership_rate: 78.84
|
||||
unemployment_rate: 2.86
|
||||
median_home_value: 573700
|
||||
gini_index: 0.4159
|
||||
vacancy_rate: 6.64
|
||||
race_white: 59529
|
||||
race_black: 4688
|
||||
race_asian: 1308
|
||||
race_native: 156
|
||||
hispanic: 9257
|
||||
bachelors_plus: 29805
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fauquier County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 74577 |
|
||||
| Under 18 | 17358 |
|
||||
| 18–64 | 44416 |
|
||||
| 65+ | 12803 |
|
||||
| Median household income | 130189 |
|
||||
| Poverty rate | 6.76 |
|
||||
| Homeownership rate | 78.84 |
|
||||
| Unemployment rate | 2.86 |
|
||||
| Median home value | 573700 |
|
||||
| Gini index | 0.4159 |
|
||||
| Vacancy rate | 6.64 |
|
||||
| White | 59529 |
|
||||
| Black | 4688 |
|
||||
| Asian | 1308 |
|
||||
| Native | 156 |
|
||||
| Hispanic/Latino | 9257 |
|
||||
| Bachelor's or higher | 29805 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Floyd County, VA"
|
||||
classification: county
|
||||
fips: "51063"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 15593
|
||||
population_under_18: 2909
|
||||
population_18_64: 8876
|
||||
population_65_plus: 3808
|
||||
median_household_income: 62191
|
||||
poverty_rate: 9.84
|
||||
homeownership_rate: 83.9
|
||||
unemployment_rate: 3.56
|
||||
median_home_value: 225400
|
||||
gini_index: 0.4693
|
||||
vacancy_rate: 16.92
|
||||
race_white: 14439
|
||||
race_black: 404
|
||||
race_asian: 62
|
||||
race_native: 19
|
||||
hispanic: 469
|
||||
bachelors_plus: 3927
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Floyd County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15593 |
|
||||
| Under 18 | 2909 |
|
||||
| 18–64 | 8876 |
|
||||
| 65+ | 3808 |
|
||||
| Median household income | 62191 |
|
||||
| Poverty rate | 9.84 |
|
||||
| Homeownership rate | 83.9 |
|
||||
| Unemployment rate | 3.56 |
|
||||
| Median home value | 225400 |
|
||||
| Gini index | 0.4693 |
|
||||
| Vacancy rate | 16.92 |
|
||||
| White | 14439 |
|
||||
| Black | 404 |
|
||||
| Asian | 62 |
|
||||
| Native | 19 |
|
||||
| Hispanic/Latino | 469 |
|
||||
| Bachelor's or higher | 3927 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fluvanna County, VA"
|
||||
classification: county
|
||||
fips: "51065"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 28092
|
||||
population_under_18: 5458
|
||||
population_18_64: 16537
|
||||
population_65_plus: 6097
|
||||
median_household_income: 96768
|
||||
poverty_rate: 7.68
|
||||
homeownership_rate: 88.69
|
||||
unemployment_rate: 4.2
|
||||
median_home_value: 314100
|
||||
gini_index: 0.4082
|
||||
vacancy_rate: 10.14
|
||||
race_white: 21323
|
||||
race_black: 3311
|
||||
race_asian: 251
|
||||
race_native: 56
|
||||
hispanic: 1288
|
||||
bachelors_plus: 10505
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fluvanna County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28092 |
|
||||
| Under 18 | 5458 |
|
||||
| 18–64 | 16537 |
|
||||
| 65+ | 6097 |
|
||||
| Median household income | 96768 |
|
||||
| Poverty rate | 7.68 |
|
||||
| Homeownership rate | 88.69 |
|
||||
| Unemployment rate | 4.2 |
|
||||
| Median home value | 314100 |
|
||||
| Gini index | 0.4082 |
|
||||
| Vacancy rate | 10.14 |
|
||||
| White | 21323 |
|
||||
| Black | 3311 |
|
||||
| Asian | 251 |
|
||||
| Native | 56 |
|
||||
| Hispanic/Latino | 1288 |
|
||||
| Bachelor's or higher | 10505 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin city, VA"
|
||||
classification: county
|
||||
fips: "51620"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 8250
|
||||
population_under_18: 2355
|
||||
population_18_64: 2414
|
||||
population_65_plus: 3481
|
||||
median_household_income: 63245
|
||||
poverty_rate: 19.35
|
||||
homeownership_rate: 53.88
|
||||
unemployment_rate: 7.93
|
||||
median_home_value: 256600
|
||||
gini_index: 0.4259
|
||||
vacancy_rate: 11.66
|
||||
race_white: 3141
|
||||
race_black: 4601
|
||||
race_asian: 3
|
||||
race_native: 0
|
||||
hispanic: 261
|
||||
bachelors_plus: 2118
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8250 |
|
||||
| Under 18 | 2355 |
|
||||
| 18–64 | 2414 |
|
||||
| 65+ | 3481 |
|
||||
| Median household income | 63245 |
|
||||
| Poverty rate | 19.35 |
|
||||
| Homeownership rate | 53.88 |
|
||||
| Unemployment rate | 7.93 |
|
||||
| Median home value | 256600 |
|
||||
| Gini index | 0.4259 |
|
||||
| Vacancy rate | 11.66 |
|
||||
| White | 3141 |
|
||||
| Black | 4601 |
|
||||
| Asian | 3 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 261 |
|
||||
| Bachelor's or higher | 2118 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Franklin County, VA"
|
||||
classification: county
|
||||
fips: "51067"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 55130
|
||||
population_under_18: 10201
|
||||
population_18_64: 31364
|
||||
population_65_plus: 13565
|
||||
median_household_income: 68849
|
||||
poverty_rate: 12.65
|
||||
homeownership_rate: 78.47
|
||||
unemployment_rate: 2.36
|
||||
median_home_value: 240400
|
||||
gini_index: 0.4691
|
||||
vacancy_rate: 19.04
|
||||
race_white: 47606
|
||||
race_black: 3781
|
||||
race_asian: 329
|
||||
race_native: 247
|
||||
hispanic: 2062
|
||||
bachelors_plus: 13726
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Franklin County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 55130 |
|
||||
| Under 18 | 10201 |
|
||||
| 18–64 | 31364 |
|
||||
| 65+ | 13565 |
|
||||
| Median household income | 68849 |
|
||||
| Poverty rate | 12.65 |
|
||||
| Homeownership rate | 78.47 |
|
||||
| Unemployment rate | 2.36 |
|
||||
| Median home value | 240400 |
|
||||
| Gini index | 0.4691 |
|
||||
| Vacancy rate | 19.04 |
|
||||
| White | 47606 |
|
||||
| Black | 3781 |
|
||||
| Asian | 329 |
|
||||
| Native | 247 |
|
||||
| Hispanic/Latino | 2062 |
|
||||
| Bachelor's or higher | 13726 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Frederick County, VA"
|
||||
classification: county
|
||||
fips: "51069"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 95008
|
||||
population_under_18: 21524
|
||||
population_18_64: 55653
|
||||
population_65_plus: 17831
|
||||
median_household_income: 97606
|
||||
poverty_rate: 6.81
|
||||
homeownership_rate: 79.32
|
||||
unemployment_rate: 4.24
|
||||
median_home_value: 386000
|
||||
gini_index: 0.4139
|
||||
vacancy_rate: 5.1
|
||||
race_white: 75587
|
||||
race_black: 4235
|
||||
race_asian: 1910
|
||||
race_native: 554
|
||||
hispanic: 11843
|
||||
bachelors_plus: 29727
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Frederick County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 95008 |
|
||||
| Under 18 | 21524 |
|
||||
| 18–64 | 55653 |
|
||||
| 65+ | 17831 |
|
||||
| Median household income | 97606 |
|
||||
| Poverty rate | 6.81 |
|
||||
| Homeownership rate | 79.32 |
|
||||
| Unemployment rate | 4.24 |
|
||||
| Median home value | 386000 |
|
||||
| Gini index | 0.4139 |
|
||||
| Vacancy rate | 5.1 |
|
||||
| White | 75587 |
|
||||
| Black | 4235 |
|
||||
| Asian | 1910 |
|
||||
| Native | 554 |
|
||||
| Hispanic/Latino | 11843 |
|
||||
| Bachelor's or higher | 29727 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Fredericksburg city, VA"
|
||||
classification: county
|
||||
fips: "51630"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 28873
|
||||
population_under_18: 7734
|
||||
population_18_64: 11423
|
||||
population_65_plus: 9716
|
||||
median_household_income: 86071
|
||||
poverty_rate: 13.19
|
||||
homeownership_rate: 39.74
|
||||
unemployment_rate: 5.06
|
||||
median_home_value: 483700
|
||||
gini_index: 0.4568
|
||||
vacancy_rate: 5.63
|
||||
race_white: 16428
|
||||
race_black: 5733
|
||||
race_asian: 1154
|
||||
race_native: 34
|
||||
hispanic: 3628
|
||||
bachelors_plus: 11610
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Fredericksburg city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28873 |
|
||||
| Under 18 | 7734 |
|
||||
| 18–64 | 11423 |
|
||||
| 65+ | 9716 |
|
||||
| Median household income | 86071 |
|
||||
| Poverty rate | 13.19 |
|
||||
| Homeownership rate | 39.74 |
|
||||
| Unemployment rate | 5.06 |
|
||||
| Median home value | 483700 |
|
||||
| Gini index | 0.4568 |
|
||||
| Vacancy rate | 5.63 |
|
||||
| White | 16428 |
|
||||
| Black | 5733 |
|
||||
| Asian | 1154 |
|
||||
| Native | 34 |
|
||||
| Hispanic/Latino | 3628 |
|
||||
| Bachelor's or higher | 11610 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Galax city, VA"
|
||||
classification: county
|
||||
fips: "51640"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 6726
|
||||
population_under_18: 1757
|
||||
population_18_64: 1708
|
||||
population_65_plus: 3261
|
||||
median_household_income: 38675
|
||||
poverty_rate: 31.1
|
||||
homeownership_rate: 56.32
|
||||
unemployment_rate: 5.09
|
||||
median_home_value: 141300
|
||||
gini_index: 0.5417
|
||||
vacancy_rate: 14.03
|
||||
race_white: 5409
|
||||
race_black: 331
|
||||
race_asian: 19
|
||||
race_native: 13
|
||||
hispanic: 950
|
||||
bachelors_plus: 1178
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Galax city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6726 |
|
||||
| Under 18 | 1757 |
|
||||
| 18–64 | 1708 |
|
||||
| 65+ | 3261 |
|
||||
| Median household income | 38675 |
|
||||
| Poverty rate | 31.1 |
|
||||
| Homeownership rate | 56.32 |
|
||||
| Unemployment rate | 5.09 |
|
||||
| Median home value | 141300 |
|
||||
| Gini index | 0.5417 |
|
||||
| Vacancy rate | 14.03 |
|
||||
| White | 5409 |
|
||||
| Black | 331 |
|
||||
| Asian | 19 |
|
||||
| Native | 13 |
|
||||
| Hispanic/Latino | 950 |
|
||||
| Bachelor's or higher | 1178 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Giles County, VA"
|
||||
classification: county
|
||||
fips: "51071"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 16557
|
||||
population_under_18: 3274
|
||||
population_18_64: 9701
|
||||
population_65_plus: 3582
|
||||
median_household_income: 65691
|
||||
poverty_rate: 9.34
|
||||
homeownership_rate: 78.9
|
||||
unemployment_rate: 2.15
|
||||
median_home_value: 151100
|
||||
gini_index: 0.4067
|
||||
vacancy_rate: 19.67
|
||||
race_white: 15570
|
||||
race_black: 456
|
||||
race_asian: 76
|
||||
race_native: 2
|
||||
hispanic: 291
|
||||
bachelors_plus: 3203
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Giles County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16557 |
|
||||
| Under 18 | 3274 |
|
||||
| 18–64 | 9701 |
|
||||
| 65+ | 3582 |
|
||||
| Median household income | 65691 |
|
||||
| Poverty rate | 9.34 |
|
||||
| Homeownership rate | 78.9 |
|
||||
| Unemployment rate | 2.15 |
|
||||
| Median home value | 151100 |
|
||||
| Gini index | 0.4067 |
|
||||
| Vacancy rate | 19.67 |
|
||||
| White | 15570 |
|
||||
| Black | 456 |
|
||||
| Asian | 76 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 291 |
|
||||
| Bachelor's or higher | 3203 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gloucester County, VA"
|
||||
classification: county
|
||||
fips: "51073"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 39526
|
||||
population_under_18: 7876
|
||||
population_18_64: 23383
|
||||
population_65_plus: 8267
|
||||
median_household_income: 84306
|
||||
poverty_rate: 5.17
|
||||
homeownership_rate: 80.38
|
||||
unemployment_rate: 2.97
|
||||
median_home_value: 331000
|
||||
gini_index: 0.3967
|
||||
vacancy_rate: 11.76
|
||||
race_white: 32841
|
||||
race_black: 3215
|
||||
race_asian: 328
|
||||
race_native: 72
|
||||
hispanic: 1680
|
||||
bachelors_plus: 10144
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gloucester County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39526 |
|
||||
| Under 18 | 7876 |
|
||||
| 18–64 | 23383 |
|
||||
| 65+ | 8267 |
|
||||
| Median household income | 84306 |
|
||||
| Poverty rate | 5.17 |
|
||||
| Homeownership rate | 80.38 |
|
||||
| Unemployment rate | 2.97 |
|
||||
| Median home value | 331000 |
|
||||
| Gini index | 0.3967 |
|
||||
| Vacancy rate | 11.76 |
|
||||
| White | 32841 |
|
||||
| Black | 3215 |
|
||||
| Asian | 328 |
|
||||
| Native | 72 |
|
||||
| Hispanic/Latino | 1680 |
|
||||
| Bachelor's or higher | 10144 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Goochland County, VA"
|
||||
classification: county
|
||||
fips: "51075"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 26410
|
||||
population_under_18: 4272
|
||||
population_18_64: 15503
|
||||
population_65_plus: 6635
|
||||
median_household_income: 118931
|
||||
poverty_rate: 5.14
|
||||
homeownership_rate: 84.94
|
||||
unemployment_rate: 1.66
|
||||
median_home_value: 500600
|
||||
gini_index: 0.4654
|
||||
vacancy_rate: 7.73
|
||||
race_white: 20703
|
||||
race_black: 3611
|
||||
race_asian: 501
|
||||
race_native: 16
|
||||
hispanic: 1004
|
||||
bachelors_plus: 13312
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Goochland County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26410 |
|
||||
| Under 18 | 4272 |
|
||||
| 18–64 | 15503 |
|
||||
| 65+ | 6635 |
|
||||
| Median household income | 118931 |
|
||||
| Poverty rate | 5.14 |
|
||||
| Homeownership rate | 84.94 |
|
||||
| Unemployment rate | 1.66 |
|
||||
| Median home value | 500600 |
|
||||
| Gini index | 0.4654 |
|
||||
| Vacancy rate | 7.73 |
|
||||
| White | 20703 |
|
||||
| Black | 3611 |
|
||||
| Asian | 501 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 1004 |
|
||||
| Bachelor's or higher | 13312 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grayson County, VA"
|
||||
classification: county
|
||||
fips: "51077"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 15287
|
||||
population_under_18: 2480
|
||||
population_18_64: 8832
|
||||
population_65_plus: 3975
|
||||
median_household_income: 47730
|
||||
poverty_rate: 16.47
|
||||
homeownership_rate: 80.43
|
||||
unemployment_rate: 3.59
|
||||
median_home_value: 150100
|
||||
gini_index: 0.5014
|
||||
vacancy_rate: 29.28
|
||||
race_white: 13405
|
||||
race_black: 841
|
||||
race_asian: 157
|
||||
race_native: 0
|
||||
hispanic: 641
|
||||
bachelors_plus: 2398
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grayson County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15287 |
|
||||
| Under 18 | 2480 |
|
||||
| 18–64 | 8832 |
|
||||
| 65+ | 3975 |
|
||||
| Median household income | 47730 |
|
||||
| Poverty rate | 16.47 |
|
||||
| Homeownership rate | 80.43 |
|
||||
| Unemployment rate | 3.59 |
|
||||
| Median home value | 150100 |
|
||||
| Gini index | 0.5014 |
|
||||
| Vacancy rate | 29.28 |
|
||||
| White | 13405 |
|
||||
| Black | 841 |
|
||||
| Asian | 157 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 641 |
|
||||
| Bachelor's or higher | 2398 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greene County, VA"
|
||||
classification: county
|
||||
fips: "51079"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 21155
|
||||
population_under_18: 4850
|
||||
population_18_64: 12178
|
||||
population_65_plus: 4127
|
||||
median_household_income: 89808
|
||||
poverty_rate: 13.74
|
||||
homeownership_rate: 83.42
|
||||
unemployment_rate: 1.81
|
||||
median_home_value: 343300
|
||||
gini_index: 0.4282
|
||||
vacancy_rate: 9.26
|
||||
race_white: 16708
|
||||
race_black: 1563
|
||||
race_asian: 464
|
||||
race_native: 8
|
||||
hispanic: 1578
|
||||
bachelors_plus: 6475
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greene County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21155 |
|
||||
| Under 18 | 4850 |
|
||||
| 18–64 | 12178 |
|
||||
| 65+ | 4127 |
|
||||
| Median household income | 89808 |
|
||||
| Poverty rate | 13.74 |
|
||||
| Homeownership rate | 83.42 |
|
||||
| Unemployment rate | 1.81 |
|
||||
| Median home value | 343300 |
|
||||
| Gini index | 0.4282 |
|
||||
| Vacancy rate | 9.26 |
|
||||
| White | 16708 |
|
||||
| Black | 1563 |
|
||||
| Asian | 464 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 1578 |
|
||||
| Bachelor's or higher | 6475 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Greensville County, VA"
|
||||
classification: county
|
||||
fips: "51081"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 11275
|
||||
population_under_18: 1720
|
||||
population_18_64: 7717
|
||||
population_65_plus: 1838
|
||||
median_household_income: 54668
|
||||
poverty_rate: 14.25
|
||||
homeownership_rate: 66.33
|
||||
unemployment_rate: 6.31
|
||||
median_home_value: 159400
|
||||
gini_index: 0.4153
|
||||
vacancy_rate: 20.54
|
||||
race_white: 4015
|
||||
race_black: 6344
|
||||
race_asian: 26
|
||||
race_native: 18
|
||||
hispanic: 325
|
||||
bachelors_plus: 1541
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Greensville County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11275 |
|
||||
| Under 18 | 1720 |
|
||||
| 18–64 | 7717 |
|
||||
| 65+ | 1838 |
|
||||
| Median household income | 54668 |
|
||||
| Poverty rate | 14.25 |
|
||||
| Homeownership rate | 66.33 |
|
||||
| Unemployment rate | 6.31 |
|
||||
| Median home value | 159400 |
|
||||
| Gini index | 0.4153 |
|
||||
| Vacancy rate | 20.54 |
|
||||
| White | 4015 |
|
||||
| Black | 6344 |
|
||||
| Asian | 26 |
|
||||
| Native | 18 |
|
||||
| Hispanic/Latino | 325 |
|
||||
| Bachelor's or higher | 1541 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Halifax County, VA"
|
||||
classification: county
|
||||
fips: "51083"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 33639
|
||||
population_under_18: 6850
|
||||
population_18_64: 18163
|
||||
population_65_plus: 8626
|
||||
median_household_income: 52013
|
||||
poverty_rate: 17.35
|
||||
homeownership_rate: 74.6
|
||||
unemployment_rate: 4.24
|
||||
median_home_value: 155700
|
||||
gini_index: 0.4584
|
||||
vacancy_rate: 21.96
|
||||
race_white: 20154
|
||||
race_black: 11685
|
||||
race_asian: 210
|
||||
race_native: 31
|
||||
hispanic: 885
|
||||
bachelors_plus: 6698
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Halifax County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33639 |
|
||||
| Under 18 | 6850 |
|
||||
| 18–64 | 18163 |
|
||||
| 65+ | 8626 |
|
||||
| Median household income | 52013 |
|
||||
| Poverty rate | 17.35 |
|
||||
| Homeownership rate | 74.6 |
|
||||
| Unemployment rate | 4.24 |
|
||||
| Median home value | 155700 |
|
||||
| Gini index | 0.4584 |
|
||||
| Vacancy rate | 21.96 |
|
||||
| White | 20154 |
|
||||
| Black | 11685 |
|
||||
| Asian | 210 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 885 |
|
||||
| Bachelor's or higher | 6698 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hampton city, VA"
|
||||
classification: county
|
||||
fips: "51650"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 137557
|
||||
population_under_18: 33579
|
||||
population_18_64: 49481
|
||||
population_65_plus: 54497
|
||||
median_household_income: 69621
|
||||
poverty_rate: 12.72
|
||||
homeownership_rate: 56.92
|
||||
unemployment_rate: 6.34
|
||||
median_home_value: 245700
|
||||
gini_index: 0.4337
|
||||
vacancy_rate: 7.24
|
||||
race_white: 50457
|
||||
race_black: 67805
|
||||
race_asian: 3131
|
||||
race_native: 418
|
||||
hispanic: 9447
|
||||
bachelors_plus: 36966
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hampton city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 137557 |
|
||||
| Under 18 | 33579 |
|
||||
| 18–64 | 49481 |
|
||||
| 65+ | 54497 |
|
||||
| Median household income | 69621 |
|
||||
| Poverty rate | 12.72 |
|
||||
| Homeownership rate | 56.92 |
|
||||
| Unemployment rate | 6.34 |
|
||||
| Median home value | 245700 |
|
||||
| Gini index | 0.4337 |
|
||||
| Vacancy rate | 7.24 |
|
||||
| White | 50457 |
|
||||
| Black | 67805 |
|
||||
| Asian | 3131 |
|
||||
| Native | 418 |
|
||||
| Hispanic/Latino | 9447 |
|
||||
| Bachelor's or higher | 36966 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hanover County, VA"
|
||||
classification: county
|
||||
fips: "51085"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 112879
|
||||
population_under_18: 24361
|
||||
population_18_64: 66846
|
||||
population_65_plus: 21672
|
||||
median_household_income: 112805
|
||||
poverty_rate: 5.69
|
||||
homeownership_rate: 82.12
|
||||
unemployment_rate: 2.72
|
||||
median_home_value: 400400
|
||||
gini_index: 0.4246
|
||||
vacancy_rate: 4.26
|
||||
race_white: 91982
|
||||
race_black: 9497
|
||||
race_asian: 2414
|
||||
race_native: 167
|
||||
hispanic: 4474
|
||||
bachelors_plus: 46492
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hanover County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 112879 |
|
||||
| Under 18 | 24361 |
|
||||
| 18–64 | 66846 |
|
||||
| 65+ | 21672 |
|
||||
| Median household income | 112805 |
|
||||
| Poverty rate | 5.69 |
|
||||
| Homeownership rate | 82.12 |
|
||||
| Unemployment rate | 2.72 |
|
||||
| Median home value | 400400 |
|
||||
| Gini index | 0.4246 |
|
||||
| Vacancy rate | 4.26 |
|
||||
| White | 91982 |
|
||||
| Black | 9497 |
|
||||
| Asian | 2414 |
|
||||
| Native | 167 |
|
||||
| Hispanic/Latino | 4474 |
|
||||
| Bachelor's or higher | 46492 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Harrisonburg city, VA"
|
||||
classification: county
|
||||
fips: "51660"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 51392
|
||||
population_under_18: 15547
|
||||
population_18_64: 21926
|
||||
population_65_plus: 13919
|
||||
median_household_income: 62254
|
||||
poverty_rate: 25.71
|
||||
homeownership_rate: 39.49
|
||||
unemployment_rate: 6.86
|
||||
median_home_value: 299100
|
||||
gini_index: 0.4543
|
||||
vacancy_rate: 7.0
|
||||
race_white: 33036
|
||||
race_black: 3938
|
||||
race_asian: 1837
|
||||
race_native: 271
|
||||
hispanic: 12119
|
||||
bachelors_plus: 14450
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Harrisonburg city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 51392 |
|
||||
| Under 18 | 15547 |
|
||||
| 18–64 | 21926 |
|
||||
| 65+ | 13919 |
|
||||
| Median household income | 62254 |
|
||||
| Poverty rate | 25.71 |
|
||||
| Homeownership rate | 39.49 |
|
||||
| Unemployment rate | 6.86 |
|
||||
| Median home value | 299100 |
|
||||
| Gini index | 0.4543 |
|
||||
| Vacancy rate | 7.0 |
|
||||
| White | 33036 |
|
||||
| Black | 3938 |
|
||||
| Asian | 1837 |
|
||||
| Native | 271 |
|
||||
| Hispanic/Latino | 12119 |
|
||||
| Bachelor's or higher | 14450 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Henrico County, VA"
|
||||
classification: county
|
||||
fips: "51087"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 335744
|
||||
population_under_18: 73554
|
||||
population_18_64: 205272
|
||||
population_65_plus: 56918
|
||||
median_household_income: 88783
|
||||
poverty_rate: 8.79
|
||||
homeownership_rate: 64.48
|
||||
unemployment_rate: 3.88
|
||||
median_home_value: 359200
|
||||
gini_index: 0.4713
|
||||
vacancy_rate: 5.21
|
||||
race_white: 169578
|
||||
race_black: 98584
|
||||
race_asian: 31613
|
||||
race_native: 745
|
||||
hispanic: 23193
|
||||
bachelors_plus: 155518
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Henrico County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 335744 |
|
||||
| Under 18 | 73554 |
|
||||
| 18–64 | 205272 |
|
||||
| 65+ | 56918 |
|
||||
| Median household income | 88783 |
|
||||
| Poverty rate | 8.79 |
|
||||
| Homeownership rate | 64.48 |
|
||||
| Unemployment rate | 3.88 |
|
||||
| Median home value | 359200 |
|
||||
| Gini index | 0.4713 |
|
||||
| Vacancy rate | 5.21 |
|
||||
| White | 169578 |
|
||||
| Black | 98584 |
|
||||
| Asian | 31613 |
|
||||
| Native | 745 |
|
||||
| Hispanic/Latino | 23193 |
|
||||
| Bachelor's or higher | 155518 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Henry County, VA"
|
||||
classification: county
|
||||
fips: "51089"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 49980
|
||||
population_under_18: 9623
|
||||
population_18_64: 27924
|
||||
population_65_plus: 12433
|
||||
median_household_income: 50760
|
||||
poverty_rate: 16.02
|
||||
homeownership_rate: 75.17
|
||||
unemployment_rate: 4.06
|
||||
median_home_value: 134800
|
||||
gini_index: 0.4523
|
||||
vacancy_rate: 17.17
|
||||
race_white: 34448
|
||||
race_black: 11123
|
||||
race_asian: 260
|
||||
race_native: 127
|
||||
hispanic: 3476
|
||||
bachelors_plus: 7719
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Henry County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 49980 |
|
||||
| Under 18 | 9623 |
|
||||
| 18–64 | 27924 |
|
||||
| 65+ | 12433 |
|
||||
| Median household income | 50760 |
|
||||
| Poverty rate | 16.02 |
|
||||
| Homeownership rate | 75.17 |
|
||||
| Unemployment rate | 4.06 |
|
||||
| Median home value | 134800 |
|
||||
| Gini index | 0.4523 |
|
||||
| Vacancy rate | 17.17 |
|
||||
| White | 34448 |
|
||||
| Black | 11123 |
|
||||
| Asian | 260 |
|
||||
| Native | 127 |
|
||||
| Hispanic/Latino | 3476 |
|
||||
| Bachelor's or higher | 7719 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Highland County, VA"
|
||||
classification: county
|
||||
fips: "51091"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 2296
|
||||
population_under_18: 334
|
||||
population_18_64: 1164
|
||||
population_65_plus: 798
|
||||
median_household_income: 65625
|
||||
poverty_rate: 9.54
|
||||
homeownership_rate: 88.93
|
||||
unemployment_rate: 11.95
|
||||
median_home_value: 200000
|
||||
gini_index: 0.3707
|
||||
vacancy_rate: 46.19
|
||||
race_white: 2179
|
||||
race_black: 0
|
||||
race_asian: 55
|
||||
race_native: 0
|
||||
hispanic: 0
|
||||
bachelors_plus: 718
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Highland County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2296 |
|
||||
| Under 18 | 334 |
|
||||
| 18–64 | 1164 |
|
||||
| 65+ | 798 |
|
||||
| Median household income | 65625 |
|
||||
| Poverty rate | 9.54 |
|
||||
| Homeownership rate | 88.93 |
|
||||
| Unemployment rate | 11.95 |
|
||||
| Median home value | 200000 |
|
||||
| Gini index | 0.3707 |
|
||||
| Vacancy rate | 46.19 |
|
||||
| White | 2179 |
|
||||
| Black | 0 |
|
||||
| Asian | 55 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 0 |
|
||||
| Bachelor's or higher | 718 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hopewell city, VA"
|
||||
classification: county
|
||||
fips: "51670"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 22959
|
||||
population_under_18: 6154
|
||||
population_18_64: 7448
|
||||
population_65_plus: 9357
|
||||
median_household_income: 54729
|
||||
poverty_rate: 21.79
|
||||
homeownership_rate: 57.9
|
||||
unemployment_rate: 9.24
|
||||
median_home_value: 181600
|
||||
gini_index: 0.4643
|
||||
vacancy_rate: 11.42
|
||||
race_white: 9436
|
||||
race_black: 10004
|
||||
race_asian: 247
|
||||
race_native: 6
|
||||
hispanic: 2052
|
||||
bachelors_plus: 2704
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hopewell city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22959 |
|
||||
| Under 18 | 6154 |
|
||||
| 18–64 | 7448 |
|
||||
| 65+ | 9357 |
|
||||
| Median household income | 54729 |
|
||||
| Poverty rate | 21.79 |
|
||||
| Homeownership rate | 57.9 |
|
||||
| Unemployment rate | 9.24 |
|
||||
| Median home value | 181600 |
|
||||
| Gini index | 0.4643 |
|
||||
| Vacancy rate | 11.42 |
|
||||
| White | 9436 |
|
||||
| Black | 10004 |
|
||||
| Asian | 247 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 2052 |
|
||||
| Bachelor's or higher | 2704 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Isle of Wight County, VA"
|
||||
classification: county
|
||||
fips: "51093"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 39974
|
||||
population_under_18: 8502
|
||||
population_18_64: 23445
|
||||
population_65_plus: 8027
|
||||
median_household_income: 95241
|
||||
poverty_rate: 6.75
|
||||
homeownership_rate: 80.13
|
||||
unemployment_rate: 3.88
|
||||
median_home_value: 356500
|
||||
gini_index: 0.4302
|
||||
vacancy_rate: 7.99
|
||||
race_white: 27651
|
||||
race_black: 8543
|
||||
race_asian: 501
|
||||
race_native: 98
|
||||
hispanic: 1653
|
||||
bachelors_plus: 12121
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Isle of Wight County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39974 |
|
||||
| Under 18 | 8502 |
|
||||
| 18–64 | 23445 |
|
||||
| 65+ | 8027 |
|
||||
| Median household income | 95241 |
|
||||
| Poverty rate | 6.75 |
|
||||
| Homeownership rate | 80.13 |
|
||||
| Unemployment rate | 3.88 |
|
||||
| Median home value | 356500 |
|
||||
| Gini index | 0.4302 |
|
||||
| Vacancy rate | 7.99 |
|
||||
| White | 27651 |
|
||||
| Black | 8543 |
|
||||
| Asian | 501 |
|
||||
| Native | 98 |
|
||||
| Hispanic/Latino | 1653 |
|
||||
| Bachelor's or higher | 12121 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "James City County, VA"
|
||||
classification: county
|
||||
fips: "51095"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 81013
|
||||
population_under_18: 15833
|
||||
population_18_64: 43318
|
||||
population_65_plus: 21862
|
||||
median_household_income: 109985
|
||||
poverty_rate: 6.84
|
||||
homeownership_rate: 76.72
|
||||
unemployment_rate: 2.75
|
||||
median_home_value: 447200
|
||||
gini_index: 0.4217
|
||||
vacancy_rate: 7.88
|
||||
race_white: 59107
|
||||
race_black: 10046
|
||||
race_asian: 2063
|
||||
race_native: 22
|
||||
hispanic: 5793
|
||||
bachelors_plus: 45261
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# James City County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 81013 |
|
||||
| Under 18 | 15833 |
|
||||
| 18–64 | 43318 |
|
||||
| 65+ | 21862 |
|
||||
| Median household income | 109985 |
|
||||
| Poverty rate | 6.84 |
|
||||
| Homeownership rate | 76.72 |
|
||||
| Unemployment rate | 2.75 |
|
||||
| Median home value | 447200 |
|
||||
| Gini index | 0.4217 |
|
||||
| Vacancy rate | 7.88 |
|
||||
| White | 59107 |
|
||||
| Black | 10046 |
|
||||
| Asian | 2063 |
|
||||
| Native | 22 |
|
||||
| Hispanic/Latino | 5793 |
|
||||
| Bachelor's or higher | 45261 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "King and Queen County, VA"
|
||||
classification: county
|
||||
fips: "51097"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 6695
|
||||
population_under_18: 1164
|
||||
population_18_64: 3937
|
||||
population_65_plus: 1594
|
||||
median_household_income: 70469
|
||||
poverty_rate: 17.88
|
||||
homeownership_rate: 75.72
|
||||
unemployment_rate: 5.15
|
||||
median_home_value: 231600
|
||||
gini_index: 0.417
|
||||
vacancy_rate: 14.47
|
||||
race_white: 4504
|
||||
race_black: 1463
|
||||
race_asian: 5
|
||||
race_native: 47
|
||||
hispanic: 221
|
||||
bachelors_plus: 1218
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# King and Queen County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6695 |
|
||||
| Under 18 | 1164 |
|
||||
| 18–64 | 3937 |
|
||||
| 65+ | 1594 |
|
||||
| Median household income | 70469 |
|
||||
| Poverty rate | 17.88 |
|
||||
| Homeownership rate | 75.72 |
|
||||
| Unemployment rate | 5.15 |
|
||||
| Median home value | 231600 |
|
||||
| Gini index | 0.417 |
|
||||
| Vacancy rate | 14.47 |
|
||||
| White | 4504 |
|
||||
| Black | 1463 |
|
||||
| Asian | 5 |
|
||||
| Native | 47 |
|
||||
| Hispanic/Latino | 221 |
|
||||
| Bachelor's or higher | 1218 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "King George County, VA"
|
||||
classification: county
|
||||
fips: "51099"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 27896
|
||||
population_under_18: 6809
|
||||
population_18_64: 17100
|
||||
population_65_plus: 3987
|
||||
median_household_income: 116884
|
||||
poverty_rate: 7.48
|
||||
homeownership_rate: 76.19
|
||||
unemployment_rate: 3.71
|
||||
median_home_value: 428300
|
||||
gini_index: 0.3854
|
||||
vacancy_rate: 5.11
|
||||
race_white: 19539
|
||||
race_black: 4202
|
||||
race_asian: 364
|
||||
race_native: 7
|
||||
hispanic: 1932
|
||||
bachelors_plus: 9161
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# King George County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 27896 |
|
||||
| Under 18 | 6809 |
|
||||
| 18–64 | 17100 |
|
||||
| 65+ | 3987 |
|
||||
| Median household income | 116884 |
|
||||
| Poverty rate | 7.48 |
|
||||
| Homeownership rate | 76.19 |
|
||||
| Unemployment rate | 3.71 |
|
||||
| Median home value | 428300 |
|
||||
| Gini index | 0.3854 |
|
||||
| Vacancy rate | 5.11 |
|
||||
| White | 19539 |
|
||||
| Black | 4202 |
|
||||
| Asian | 364 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 1932 |
|
||||
| Bachelor's or higher | 9161 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "King William County, VA"
|
||||
classification: county
|
||||
fips: "51101"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 18593
|
||||
population_under_18: 4224
|
||||
population_18_64: 11240
|
||||
population_65_plus: 3129
|
||||
median_household_income: 86056
|
||||
poverty_rate: 5.86
|
||||
homeownership_rate: 88.87
|
||||
unemployment_rate: 2.29
|
||||
median_home_value: 315700
|
||||
gini_index: 0.3817
|
||||
vacancy_rate: 4.89
|
||||
race_white: 14420
|
||||
race_black: 2795
|
||||
race_asian: 116
|
||||
race_native: 208
|
||||
hispanic: 612
|
||||
bachelors_plus: 3877
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# King William County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18593 |
|
||||
| Under 18 | 4224 |
|
||||
| 18–64 | 11240 |
|
||||
| 65+ | 3129 |
|
||||
| Median household income | 86056 |
|
||||
| Poverty rate | 5.86 |
|
||||
| Homeownership rate | 88.87 |
|
||||
| Unemployment rate | 2.29 |
|
||||
| Median home value | 315700 |
|
||||
| Gini index | 0.3817 |
|
||||
| Vacancy rate | 4.89 |
|
||||
| White | 14420 |
|
||||
| Black | 2795 |
|
||||
| Asian | 116 |
|
||||
| Native | 208 |
|
||||
| Hispanic/Latino | 612 |
|
||||
| Bachelor's or higher | 3877 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lancaster County, VA"
|
||||
classification: county
|
||||
fips: "51103"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 10936
|
||||
population_under_18: 1588
|
||||
population_18_64: 4984
|
||||
population_65_plus: 4364
|
||||
median_household_income: 69713
|
||||
poverty_rate: 10.27
|
||||
homeownership_rate: 81.48
|
||||
unemployment_rate: 9.55
|
||||
median_home_value: 327000
|
||||
gini_index: 0.4937
|
||||
vacancy_rate: 23.95
|
||||
race_white: 7494
|
||||
race_black: 2803
|
||||
race_asian: 69
|
||||
race_native: 6
|
||||
hispanic: 192
|
||||
bachelors_plus: 5198
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lancaster County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10936 |
|
||||
| Under 18 | 1588 |
|
||||
| 18–64 | 4984 |
|
||||
| 65+ | 4364 |
|
||||
| Median household income | 69713 |
|
||||
| Poverty rate | 10.27 |
|
||||
| Homeownership rate | 81.48 |
|
||||
| Unemployment rate | 9.55 |
|
||||
| Median home value | 327000 |
|
||||
| Gini index | 0.4937 |
|
||||
| Vacancy rate | 23.95 |
|
||||
| White | 7494 |
|
||||
| Black | 2803 |
|
||||
| Asian | 69 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 192 |
|
||||
| Bachelor's or higher | 5198 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lee County, VA"
|
||||
classification: county
|
||||
fips: "51105"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 21900
|
||||
population_under_18: 3996
|
||||
population_18_64: 12840
|
||||
population_65_plus: 5064
|
||||
median_household_income: 41827
|
||||
poverty_rate: 28.83
|
||||
homeownership_rate: 73.02
|
||||
unemployment_rate: 9.52
|
||||
median_home_value: 98900
|
||||
gini_index: 0.4745
|
||||
vacancy_rate: 21.42
|
||||
race_white: 20294
|
||||
race_black: 950
|
||||
race_asian: 40
|
||||
race_native: 48
|
||||
hispanic: 525
|
||||
bachelors_plus: 3067
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21900 |
|
||||
| Under 18 | 3996 |
|
||||
| 18–64 | 12840 |
|
||||
| 65+ | 5064 |
|
||||
| Median household income | 41827 |
|
||||
| Poverty rate | 28.83 |
|
||||
| Homeownership rate | 73.02 |
|
||||
| Unemployment rate | 9.52 |
|
||||
| Median home value | 98900 |
|
||||
| Gini index | 0.4745 |
|
||||
| Vacancy rate | 21.42 |
|
||||
| White | 20294 |
|
||||
| Black | 950 |
|
||||
| Asian | 40 |
|
||||
| Native | 48 |
|
||||
| Hispanic/Latino | 525 |
|
||||
| Bachelor's or higher | 3067 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lexington city, VA"
|
||||
classification: county
|
||||
fips: "51678"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 7525
|
||||
population_under_18: 2143
|
||||
population_18_64: 2887
|
||||
population_65_plus: 2495
|
||||
median_household_income: 84517
|
||||
poverty_rate: 14.04
|
||||
homeownership_rate: 53.77
|
||||
unemployment_rate: 0.64
|
||||
median_home_value: 275200
|
||||
gini_index: 0.4491
|
||||
vacancy_rate: 22.12
|
||||
race_white: 6220
|
||||
race_black: 437
|
||||
race_asian: 262
|
||||
race_native: 56
|
||||
hispanic: 472
|
||||
bachelors_plus: 2721
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lexington city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 7525 |
|
||||
| Under 18 | 2143 |
|
||||
| 18–64 | 2887 |
|
||||
| 65+ | 2495 |
|
||||
| Median household income | 84517 |
|
||||
| Poverty rate | 14.04 |
|
||||
| Homeownership rate | 53.77 |
|
||||
| Unemployment rate | 0.64 |
|
||||
| Median home value | 275200 |
|
||||
| Gini index | 0.4491 |
|
||||
| Vacancy rate | 22.12 |
|
||||
| White | 6220 |
|
||||
| Black | 437 |
|
||||
| Asian | 262 |
|
||||
| Native | 56 |
|
||||
| Hispanic/Latino | 472 |
|
||||
| Bachelor's or higher | 2721 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Loudoun County, VA"
|
||||
classification: county
|
||||
fips: "51107"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 432998
|
||||
population_under_18: 115171
|
||||
population_18_64: 270933
|
||||
population_65_plus: 46894
|
||||
median_household_income: 181765
|
||||
poverty_rate: 4.23
|
||||
homeownership_rate: 77.91
|
||||
unemployment_rate: 3.31
|
||||
median_home_value: 743800
|
||||
gini_index: 0.3908
|
||||
vacancy_rate: 2.7
|
||||
race_white: 228302
|
||||
race_black: 33411
|
||||
race_asian: 94508
|
||||
race_native: 1253
|
||||
hispanic: 61750
|
||||
bachelors_plus: 264511
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Loudoun County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 432998 |
|
||||
| Under 18 | 115171 |
|
||||
| 18–64 | 270933 |
|
||||
| 65+ | 46894 |
|
||||
| Median household income | 181765 |
|
||||
| Poverty rate | 4.23 |
|
||||
| Homeownership rate | 77.91 |
|
||||
| Unemployment rate | 3.31 |
|
||||
| Median home value | 743800 |
|
||||
| Gini index | 0.3908 |
|
||||
| Vacancy rate | 2.7 |
|
||||
| White | 228302 |
|
||||
| Black | 33411 |
|
||||
| Asian | 94508 |
|
||||
| Native | 1253 |
|
||||
| Hispanic/Latino | 61750 |
|
||||
| Bachelor's or higher | 264511 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Louisa County, VA"
|
||||
classification: county
|
||||
fips: "51109"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 39980
|
||||
population_under_18: 7993
|
||||
population_18_64: 23583
|
||||
population_65_plus: 8404
|
||||
median_household_income: 86689
|
||||
poverty_rate: 10.03
|
||||
homeownership_rate: 82.23
|
||||
unemployment_rate: 5.84
|
||||
median_home_value: 315300
|
||||
gini_index: 0.4414
|
||||
vacancy_rate: 15.27
|
||||
race_white: 30890
|
||||
race_black: 4640
|
||||
race_asian: 242
|
||||
race_native: 183
|
||||
hispanic: 1659
|
||||
bachelors_plus: 12339
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Louisa County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 39980 |
|
||||
| Under 18 | 7993 |
|
||||
| 18–64 | 23583 |
|
||||
| 65+ | 8404 |
|
||||
| Median household income | 86689 |
|
||||
| Poverty rate | 10.03 |
|
||||
| Homeownership rate | 82.23 |
|
||||
| Unemployment rate | 5.84 |
|
||||
| Median home value | 315300 |
|
||||
| Gini index | 0.4414 |
|
||||
| Vacancy rate | 15.27 |
|
||||
| White | 30890 |
|
||||
| Black | 4640 |
|
||||
| Asian | 242 |
|
||||
| Native | 183 |
|
||||
| Hispanic/Latino | 1659 |
|
||||
| Bachelor's or higher | 12339 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lunenburg County, VA"
|
||||
classification: county
|
||||
fips: "51111"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 12016
|
||||
population_under_18: 2350
|
||||
population_18_64: 6873
|
||||
population_65_plus: 2793
|
||||
median_household_income: 54842
|
||||
poverty_rate: 15.89
|
||||
homeownership_rate: 71.45
|
||||
unemployment_rate: 3.56
|
||||
median_home_value: 150100
|
||||
gini_index: 0.4265
|
||||
vacancy_rate: 19.25
|
||||
race_white: 6908
|
||||
race_black: 3907
|
||||
race_asian: 25
|
||||
race_native: 104
|
||||
hispanic: 738
|
||||
bachelors_plus: 1387
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lunenburg County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12016 |
|
||||
| Under 18 | 2350 |
|
||||
| 18–64 | 6873 |
|
||||
| 65+ | 2793 |
|
||||
| Median household income | 54842 |
|
||||
| Poverty rate | 15.89 |
|
||||
| Homeownership rate | 71.45 |
|
||||
| Unemployment rate | 3.56 |
|
||||
| Median home value | 150100 |
|
||||
| Gini index | 0.4265 |
|
||||
| Vacancy rate | 19.25 |
|
||||
| White | 6908 |
|
||||
| Black | 3907 |
|
||||
| Asian | 25 |
|
||||
| Native | 104 |
|
||||
| Hispanic/Latino | 738 |
|
||||
| Bachelor's or higher | 1387 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lynchburg city, VA"
|
||||
classification: county
|
||||
fips: "51680"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 79497
|
||||
population_under_18: 22669
|
||||
population_18_64: 31327
|
||||
population_65_plus: 25501
|
||||
median_household_income: 57947
|
||||
poverty_rate: 18.6
|
||||
homeownership_rate: 48.87
|
||||
unemployment_rate: 5.33
|
||||
median_home_value: 229800
|
||||
gini_index: 0.4661
|
||||
vacancy_rate: 16.1
|
||||
race_white: 48749
|
||||
race_black: 21589
|
||||
race_asian: 1833
|
||||
race_native: 259
|
||||
hispanic: 4041
|
||||
bachelors_plus: 24122
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lynchburg city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 79497 |
|
||||
| Under 18 | 22669 |
|
||||
| 18–64 | 31327 |
|
||||
| 65+ | 25501 |
|
||||
| Median household income | 57947 |
|
||||
| Poverty rate | 18.6 |
|
||||
| Homeownership rate | 48.87 |
|
||||
| Unemployment rate | 5.33 |
|
||||
| Median home value | 229800 |
|
||||
| Gini index | 0.4661 |
|
||||
| Vacancy rate | 16.1 |
|
||||
| White | 48749 |
|
||||
| Black | 21589 |
|
||||
| Asian | 1833 |
|
||||
| Native | 259 |
|
||||
| Hispanic/Latino | 4041 |
|
||||
| Bachelor's or higher | 24122 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Madison County, VA"
|
||||
classification: county
|
||||
fips: "51113"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 14044
|
||||
population_under_18: 2806
|
||||
population_18_64: 7979
|
||||
population_65_plus: 3259
|
||||
median_household_income: 84323
|
||||
poverty_rate: 10.76
|
||||
homeownership_rate: 77.8
|
||||
unemployment_rate: 4.33
|
||||
median_home_value: 370300
|
||||
gini_index: 0.4229
|
||||
vacancy_rate: 10.72
|
||||
race_white: 11856
|
||||
race_black: 1245
|
||||
race_asian: 53
|
||||
race_native: 2
|
||||
hispanic: 546
|
||||
bachelors_plus: 3949
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Madison County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14044 |
|
||||
| Under 18 | 2806 |
|
||||
| 18–64 | 7979 |
|
||||
| 65+ | 3259 |
|
||||
| Median household income | 84323 |
|
||||
| Poverty rate | 10.76 |
|
||||
| Homeownership rate | 77.8 |
|
||||
| Unemployment rate | 4.33 |
|
||||
| Median home value | 370300 |
|
||||
| Gini index | 0.4229 |
|
||||
| Vacancy rate | 10.72 |
|
||||
| White | 11856 |
|
||||
| Black | 1245 |
|
||||
| Asian | 53 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 546 |
|
||||
| Bachelor's or higher | 3949 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Manassas city, VA"
|
||||
classification: county
|
||||
fips: "51683"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 42976
|
||||
population_under_18: 12657
|
||||
population_18_64: 15312
|
||||
population_65_plus: 15007
|
||||
median_household_income: 113590
|
||||
poverty_rate: 7.74
|
||||
homeownership_rate: 71.47
|
||||
unemployment_rate: 3.8
|
||||
median_home_value: 449900
|
||||
gini_index: 0.4055
|
||||
vacancy_rate: 2.08
|
||||
race_white: 18655
|
||||
race_black: 5153
|
||||
race_asian: 2397
|
||||
race_native: 254
|
||||
hispanic: 18865
|
||||
bachelors_plus: 12569
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Manassas city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 42976 |
|
||||
| Under 18 | 12657 |
|
||||
| 18–64 | 15312 |
|
||||
| 65+ | 15007 |
|
||||
| Median household income | 113590 |
|
||||
| Poverty rate | 7.74 |
|
||||
| Homeownership rate | 71.47 |
|
||||
| Unemployment rate | 3.8 |
|
||||
| Median home value | 449900 |
|
||||
| Gini index | 0.4055 |
|
||||
| Vacancy rate | 2.08 |
|
||||
| White | 18655 |
|
||||
| Black | 5153 |
|
||||
| Asian | 2397 |
|
||||
| Native | 254 |
|
||||
| Hispanic/Latino | 18865 |
|
||||
| Bachelor's or higher | 12569 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Manassas Park city, VA"
|
||||
classification: county
|
||||
fips: "51685"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 16798
|
||||
population_under_18: 4128
|
||||
population_18_64: 6622
|
||||
population_65_plus: 6048
|
||||
median_household_income: 103250
|
||||
poverty_rate: 5.12
|
||||
homeownership_rate: 66.47
|
||||
unemployment_rate: 5.54
|
||||
median_home_value: 395900
|
||||
gini_index: 0.3569
|
||||
vacancy_rate: 6.75
|
||||
race_white: 5543
|
||||
race_black: 2297
|
||||
race_asian: 1747
|
||||
race_native: 845
|
||||
hispanic: 7867
|
||||
bachelors_plus: 4359
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Manassas Park city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 16798 |
|
||||
| Under 18 | 4128 |
|
||||
| 18–64 | 6622 |
|
||||
| 65+ | 6048 |
|
||||
| Median household income | 103250 |
|
||||
| Poverty rate | 5.12 |
|
||||
| Homeownership rate | 66.47 |
|
||||
| Unemployment rate | 5.54 |
|
||||
| Median home value | 395900 |
|
||||
| Gini index | 0.3569 |
|
||||
| Vacancy rate | 6.75 |
|
||||
| White | 5543 |
|
||||
| Black | 2297 |
|
||||
| Asian | 1747 |
|
||||
| Native | 845 |
|
||||
| Hispanic/Latino | 7867 |
|
||||
| Bachelor's or higher | 4359 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Martinsville city, VA"
|
||||
classification: county
|
||||
fips: "51690"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 13658
|
||||
population_under_18: 4092
|
||||
population_18_64: 4004
|
||||
population_65_plus: 5562
|
||||
median_household_income: 46727
|
||||
poverty_rate: 23.5
|
||||
homeownership_rate: 55.42
|
||||
unemployment_rate: 2.91
|
||||
median_home_value: 98400
|
||||
gini_index: 0.5023
|
||||
vacancy_rate: 18.82
|
||||
race_white: 5771
|
||||
race_black: 6004
|
||||
race_asian: 399
|
||||
race_native: 0
|
||||
hispanic: 1168
|
||||
bachelors_plus: 2683
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Martinsville city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13658 |
|
||||
| Under 18 | 4092 |
|
||||
| 18–64 | 4004 |
|
||||
| 65+ | 5562 |
|
||||
| Median household income | 46727 |
|
||||
| Poverty rate | 23.5 |
|
||||
| Homeownership rate | 55.42 |
|
||||
| Unemployment rate | 2.91 |
|
||||
| Median home value | 98400 |
|
||||
| Gini index | 0.5023 |
|
||||
| Vacancy rate | 18.82 |
|
||||
| White | 5771 |
|
||||
| Black | 6004 |
|
||||
| Asian | 399 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 1168 |
|
||||
| Bachelor's or higher | 2683 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mathews County, VA"
|
||||
classification: county
|
||||
fips: "51115"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 8540
|
||||
population_under_18: 1229
|
||||
population_18_64: 4466
|
||||
population_65_plus: 2845
|
||||
median_household_income: 75880
|
||||
poverty_rate: 7.8
|
||||
homeownership_rate: 84.05
|
||||
unemployment_rate: 4.45
|
||||
median_home_value: 360900
|
||||
gini_index: 0.4405
|
||||
vacancy_rate: 27.42
|
||||
race_white: 7326
|
||||
race_black: 825
|
||||
race_asian: 0
|
||||
race_native: 7
|
||||
hispanic: 228
|
||||
bachelors_plus: 2462
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mathews County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8540 |
|
||||
| Under 18 | 1229 |
|
||||
| 18–64 | 4466 |
|
||||
| 65+ | 2845 |
|
||||
| Median household income | 75880 |
|
||||
| Poverty rate | 7.8 |
|
||||
| Homeownership rate | 84.05 |
|
||||
| Unemployment rate | 4.45 |
|
||||
| Median home value | 360900 |
|
||||
| Gini index | 0.4405 |
|
||||
| Vacancy rate | 27.42 |
|
||||
| White | 7326 |
|
||||
| Black | 825 |
|
||||
| Asian | 0 |
|
||||
| Native | 7 |
|
||||
| Hispanic/Latino | 228 |
|
||||
| Bachelor's or higher | 2462 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mecklenburg County, VA"
|
||||
classification: county
|
||||
fips: "51117"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 30516
|
||||
population_under_18: 5603
|
||||
population_18_64: 16697
|
||||
population_65_plus: 8216
|
||||
median_household_income: 57045
|
||||
poverty_rate: 16.34
|
||||
homeownership_rate: 68.31
|
||||
unemployment_rate: 2.62
|
||||
median_home_value: 192600
|
||||
gini_index: 0.5066
|
||||
vacancy_rate: 29.75
|
||||
race_white: 18792
|
||||
race_black: 9895
|
||||
race_asian: 301
|
||||
race_native: 47
|
||||
hispanic: 972
|
||||
bachelors_plus: 6648
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mecklenburg County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 30516 |
|
||||
| Under 18 | 5603 |
|
||||
| 18–64 | 16697 |
|
||||
| 65+ | 8216 |
|
||||
| Median household income | 57045 |
|
||||
| Poverty rate | 16.34 |
|
||||
| Homeownership rate | 68.31 |
|
||||
| Unemployment rate | 2.62 |
|
||||
| Median home value | 192600 |
|
||||
| Gini index | 0.5066 |
|
||||
| Vacancy rate | 29.75 |
|
||||
| White | 18792 |
|
||||
| Black | 9895 |
|
||||
| Asian | 301 |
|
||||
| Native | 47 |
|
||||
| Hispanic/Latino | 972 |
|
||||
| Bachelor's or higher | 6648 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Middlesex County, VA"
|
||||
classification: county
|
||||
fips: "51119"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 10847
|
||||
population_under_18: 1740
|
||||
population_18_64: 5403
|
||||
population_65_plus: 3704
|
||||
median_household_income: 75060
|
||||
poverty_rate: 7.31
|
||||
homeownership_rate: 87.43
|
||||
unemployment_rate: 2.88
|
||||
median_home_value: 352200
|
||||
gini_index: 0.4102
|
||||
vacancy_rate: 33.29
|
||||
race_white: 8556
|
||||
race_black: 1747
|
||||
race_asian: 43
|
||||
race_native: 6
|
||||
hispanic: 349
|
||||
bachelors_plus: 3913
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Middlesex County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10847 |
|
||||
| Under 18 | 1740 |
|
||||
| 18–64 | 5403 |
|
||||
| 65+ | 3704 |
|
||||
| Median household income | 75060 |
|
||||
| Poverty rate | 7.31 |
|
||||
| Homeownership rate | 87.43 |
|
||||
| Unemployment rate | 2.88 |
|
||||
| Median home value | 352200 |
|
||||
| Gini index | 0.4102 |
|
||||
| Vacancy rate | 33.29 |
|
||||
| White | 8556 |
|
||||
| Black | 1747 |
|
||||
| Asian | 43 |
|
||||
| Native | 6 |
|
||||
| Hispanic/Latino | 349 |
|
||||
| Bachelor's or higher | 3913 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montgomery County, VA"
|
||||
classification: county
|
||||
fips: "51121"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 99101
|
||||
population_under_18: 15115
|
||||
population_18_64: 70028
|
||||
population_65_plus: 13958
|
||||
median_household_income: 72715
|
||||
poverty_rate: 23.95
|
||||
homeownership_rate: 55.3
|
||||
unemployment_rate: 2.93
|
||||
median_home_value: 304600
|
||||
gini_index: 0.5104
|
||||
vacancy_rate: 13.63
|
||||
race_white: 81034
|
||||
race_black: 3878
|
||||
race_asian: 6434
|
||||
race_native: 189
|
||||
hispanic: 4602
|
||||
bachelors_plus: 42057
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montgomery County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 99101 |
|
||||
| Under 18 | 15115 |
|
||||
| 18–64 | 70028 |
|
||||
| 65+ | 13958 |
|
||||
| Median household income | 72715 |
|
||||
| Poverty rate | 23.95 |
|
||||
| Homeownership rate | 55.3 |
|
||||
| Unemployment rate | 2.93 |
|
||||
| Median home value | 304600 |
|
||||
| Gini index | 0.5104 |
|
||||
| Vacancy rate | 13.63 |
|
||||
| White | 81034 |
|
||||
| Black | 3878 |
|
||||
| Asian | 6434 |
|
||||
| Native | 189 |
|
||||
| Hispanic/Latino | 4602 |
|
||||
| Bachelor's or higher | 42057 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nelson County, VA"
|
||||
classification: county
|
||||
fips: "51125"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 14732
|
||||
population_under_18: 2564
|
||||
population_18_64: 7809
|
||||
population_65_plus: 4359
|
||||
median_household_income: 72589
|
||||
poverty_rate: 12.47
|
||||
homeownership_rate: 79.67
|
||||
unemployment_rate: 3.29
|
||||
median_home_value: 321700
|
||||
gini_index: 0.4787
|
||||
vacancy_rate: 36.33
|
||||
race_white: 11975
|
||||
race_black: 1623
|
||||
race_asian: 132
|
||||
race_native: 28
|
||||
hispanic: 705
|
||||
bachelors_plus: 5583
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nelson County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14732 |
|
||||
| Under 18 | 2564 |
|
||||
| 18–64 | 7809 |
|
||||
| 65+ | 4359 |
|
||||
| Median household income | 72589 |
|
||||
| Poverty rate | 12.47 |
|
||||
| Homeownership rate | 79.67 |
|
||||
| Unemployment rate | 3.29 |
|
||||
| Median home value | 321700 |
|
||||
| Gini index | 0.4787 |
|
||||
| Vacancy rate | 36.33 |
|
||||
| White | 11975 |
|
||||
| Black | 1623 |
|
||||
| Asian | 132 |
|
||||
| Native | 28 |
|
||||
| Hispanic/Latino | 705 |
|
||||
| Bachelor's or higher | 5583 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "New Kent County, VA"
|
||||
classification: county
|
||||
fips: "51127"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 25105
|
||||
population_under_18: 4887
|
||||
population_18_64: 15582
|
||||
population_65_plus: 4636
|
||||
median_household_income: 123314
|
||||
poverty_rate: 4.73
|
||||
homeownership_rate: 92.65
|
||||
unemployment_rate: 2.27
|
||||
median_home_value: 393600
|
||||
gini_index: 0.3767
|
||||
vacancy_rate: 5.43
|
||||
race_white: 19287
|
||||
race_black: 3351
|
||||
race_asian: 336
|
||||
race_native: 160
|
||||
hispanic: 964
|
||||
bachelors_plus: 9324
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# New Kent County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25105 |
|
||||
| Under 18 | 4887 |
|
||||
| 18–64 | 15582 |
|
||||
| 65+ | 4636 |
|
||||
| Median household income | 123314 |
|
||||
| Poverty rate | 4.73 |
|
||||
| Homeownership rate | 92.65 |
|
||||
| Unemployment rate | 2.27 |
|
||||
| Median home value | 393600 |
|
||||
| Gini index | 0.3767 |
|
||||
| Vacancy rate | 5.43 |
|
||||
| White | 19287 |
|
||||
| Black | 3351 |
|
||||
| Asian | 336 |
|
||||
| Native | 160 |
|
||||
| Hispanic/Latino | 964 |
|
||||
| Bachelor's or higher | 9324 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Newport News city, VA"
|
||||
classification: county
|
||||
fips: "51700"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 184216
|
||||
population_under_18: 48924
|
||||
population_18_64: 69467
|
||||
population_65_plus: 65825
|
||||
median_household_income: 69634
|
||||
poverty_rate: 14.48
|
||||
homeownership_rate: 48.16
|
||||
unemployment_rate: 5.77
|
||||
median_home_value: 260600
|
||||
gini_index: 0.4521
|
||||
vacancy_rate: 7.24
|
||||
race_white: 75455
|
||||
race_black: 75866
|
||||
race_asian: 6120
|
||||
race_native: 500
|
||||
hispanic: 19873
|
||||
bachelors_plus: 50622
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Newport News city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 184216 |
|
||||
| Under 18 | 48924 |
|
||||
| 18–64 | 69467 |
|
||||
| 65+ | 65825 |
|
||||
| Median household income | 69634 |
|
||||
| Poverty rate | 14.48 |
|
||||
| Homeownership rate | 48.16 |
|
||||
| Unemployment rate | 5.77 |
|
||||
| Median home value | 260600 |
|
||||
| Gini index | 0.4521 |
|
||||
| Vacancy rate | 7.24 |
|
||||
| White | 75455 |
|
||||
| Black | 75866 |
|
||||
| Asian | 6120 |
|
||||
| Native | 500 |
|
||||
| Hispanic/Latino | 19873 |
|
||||
| Bachelor's or higher | 50622 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Norfolk city, VA"
|
||||
classification: county
|
||||
fips: "51710"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 233596
|
||||
population_under_18: 55904
|
||||
population_18_64: 99700
|
||||
population_65_plus: 77992
|
||||
median_household_income: 66109
|
||||
poverty_rate: 16.5
|
||||
homeownership_rate: 46.33
|
||||
unemployment_rate: 5.7
|
||||
median_home_value: 289900
|
||||
gini_index: 0.4736
|
||||
vacancy_rate: 8.27
|
||||
race_white: 100966
|
||||
race_black: 92432
|
||||
race_asian: 8544
|
||||
race_native: 1544
|
||||
hispanic: 23691
|
||||
bachelors_plus: 72093
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Norfolk city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 233596 |
|
||||
| Under 18 | 55904 |
|
||||
| 18–64 | 99700 |
|
||||
| 65+ | 77992 |
|
||||
| Median household income | 66109 |
|
||||
| Poverty rate | 16.5 |
|
||||
| Homeownership rate | 46.33 |
|
||||
| Unemployment rate | 5.7 |
|
||||
| Median home value | 289900 |
|
||||
| Gini index | 0.4736 |
|
||||
| Vacancy rate | 8.27 |
|
||||
| White | 100966 |
|
||||
| Black | 92432 |
|
||||
| Asian | 8544 |
|
||||
| Native | 1544 |
|
||||
| Hispanic/Latino | 23691 |
|
||||
| Bachelor's or higher | 72093 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Northampton County, VA"
|
||||
classification: county
|
||||
fips: "51131"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 12059
|
||||
population_under_18: 2210
|
||||
population_18_64: 6307
|
||||
population_65_plus: 3542
|
||||
median_household_income: 61632
|
||||
poverty_rate: 17.73
|
||||
homeownership_rate: 66.14
|
||||
unemployment_rate: 3.34
|
||||
median_home_value: 316200
|
||||
gini_index: 0.536
|
||||
vacancy_rate: 27.99
|
||||
race_white: 6840
|
||||
race_black: 3618
|
||||
race_asian: 129
|
||||
race_native: 10
|
||||
hispanic: 1124
|
||||
bachelors_plus: 4094
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Northampton County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12059 |
|
||||
| Under 18 | 2210 |
|
||||
| 18–64 | 6307 |
|
||||
| 65+ | 3542 |
|
||||
| Median household income | 61632 |
|
||||
| Poverty rate | 17.73 |
|
||||
| Homeownership rate | 66.14 |
|
||||
| Unemployment rate | 3.34 |
|
||||
| Median home value | 316200 |
|
||||
| Gini index | 0.536 |
|
||||
| Vacancy rate | 27.99 |
|
||||
| White | 6840 |
|
||||
| Black | 3618 |
|
||||
| Asian | 129 |
|
||||
| Native | 10 |
|
||||
| Hispanic/Latino | 1124 |
|
||||
| Bachelor's or higher | 4094 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Northumberland County, VA"
|
||||
classification: county
|
||||
fips: "51133"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 12188
|
||||
population_under_18: 1685
|
||||
population_18_64: 5867
|
||||
population_65_plus: 4636
|
||||
median_household_income: 66480
|
||||
poverty_rate: 11.54
|
||||
homeownership_rate: 86.06
|
||||
unemployment_rate: 3.83
|
||||
median_home_value: 346800
|
||||
gini_index: 0.4721
|
||||
vacancy_rate: 37.64
|
||||
race_white: 8450
|
||||
race_black: 2326
|
||||
race_asian: 533
|
||||
race_native: 16
|
||||
hispanic: 432
|
||||
bachelors_plus: 4712
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Northumberland County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12188 |
|
||||
| Under 18 | 1685 |
|
||||
| 18–64 | 5867 |
|
||||
| 65+ | 4636 |
|
||||
| Median household income | 66480 |
|
||||
| Poverty rate | 11.54 |
|
||||
| Homeownership rate | 86.06 |
|
||||
| Unemployment rate | 3.83 |
|
||||
| Median home value | 346800 |
|
||||
| Gini index | 0.4721 |
|
||||
| Vacancy rate | 37.64 |
|
||||
| White | 8450 |
|
||||
| Black | 2326 |
|
||||
| Asian | 533 |
|
||||
| Native | 16 |
|
||||
| Hispanic/Latino | 432 |
|
||||
| Bachelor's or higher | 4712 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Norton city, VA"
|
||||
classification: county
|
||||
fips: "51720"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 3577
|
||||
population_under_18: 926
|
||||
population_18_64: 1062
|
||||
population_65_plus: 1589
|
||||
median_household_income: 41495
|
||||
poverty_rate: 26.31
|
||||
homeownership_rate: 49.97
|
||||
unemployment_rate: 3.83
|
||||
median_home_value: 110000
|
||||
gini_index: 0.4949
|
||||
vacancy_rate: 9.01
|
||||
race_white: 3275
|
||||
race_black: 79
|
||||
race_asian: 11
|
||||
race_native: 0
|
||||
hispanic: 112
|
||||
bachelors_plus: 534
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Norton city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 3577 |
|
||||
| Under 18 | 926 |
|
||||
| 18–64 | 1062 |
|
||||
| 65+ | 1589 |
|
||||
| Median household income | 41495 |
|
||||
| Poverty rate | 26.31 |
|
||||
| Homeownership rate | 49.97 |
|
||||
| Unemployment rate | 3.83 |
|
||||
| Median home value | 110000 |
|
||||
| Gini index | 0.4949 |
|
||||
| Vacancy rate | 9.01 |
|
||||
| White | 3275 |
|
||||
| Black | 79 |
|
||||
| Asian | 11 |
|
||||
| Native | 0 |
|
||||
| Hispanic/Latino | 112 |
|
||||
| Bachelor's or higher | 534 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nottoway County, VA"
|
||||
classification: county
|
||||
fips: "51135"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 15597
|
||||
population_under_18: 3003
|
||||
population_18_64: 9663
|
||||
population_65_plus: 2931
|
||||
median_household_income: 63261
|
||||
poverty_rate: 18.46
|
||||
homeownership_rate: 66.6
|
||||
unemployment_rate: 2.84
|
||||
median_home_value: 167500
|
||||
gini_index: 0.4184
|
||||
vacancy_rate: 16.86
|
||||
race_white: 8452
|
||||
race_black: 5692
|
||||
race_asian: 125
|
||||
race_native: 17
|
||||
hispanic: 758
|
||||
bachelors_plus: 1951
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nottoway County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15597 |
|
||||
| Under 18 | 3003 |
|
||||
| 18–64 | 9663 |
|
||||
| 65+ | 2931 |
|
||||
| Median household income | 63261 |
|
||||
| Poverty rate | 18.46 |
|
||||
| Homeownership rate | 66.6 |
|
||||
| Unemployment rate | 2.84 |
|
||||
| Median home value | 167500 |
|
||||
| Gini index | 0.4184 |
|
||||
| Vacancy rate | 16.86 |
|
||||
| White | 8452 |
|
||||
| Black | 5692 |
|
||||
| Asian | 125 |
|
||||
| Native | 17 |
|
||||
| Hispanic/Latino | 758 |
|
||||
| Bachelor's or higher | 1951 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Orange County, VA"
|
||||
classification: county
|
||||
fips: "51137"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 37822
|
||||
population_under_18: 8191
|
||||
population_18_64: 21930
|
||||
population_65_plus: 7701
|
||||
median_household_income: 94008
|
||||
poverty_rate: 9.83
|
||||
homeownership_rate: 78.68
|
||||
unemployment_rate: 3.36
|
||||
median_home_value: 364200
|
||||
gini_index: 0.4037
|
||||
vacancy_rate: 7.9
|
||||
race_white: 28900
|
||||
race_black: 3812
|
||||
race_asian: 378
|
||||
race_native: 12
|
||||
hispanic: 2650
|
||||
bachelors_plus: 10923
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Orange County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37822 |
|
||||
| Under 18 | 8191 |
|
||||
| 18–64 | 21930 |
|
||||
| 65+ | 7701 |
|
||||
| Median household income | 94008 |
|
||||
| Poverty rate | 9.83 |
|
||||
| Homeownership rate | 78.68 |
|
||||
| Unemployment rate | 3.36 |
|
||||
| Median home value | 364200 |
|
||||
| Gini index | 0.4037 |
|
||||
| Vacancy rate | 7.9 |
|
||||
| White | 28900 |
|
||||
| Black | 3812 |
|
||||
| Asian | 378 |
|
||||
| Native | 12 |
|
||||
| Hispanic/Latino | 2650 |
|
||||
| Bachelor's or higher | 10923 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Page County, VA"
|
||||
classification: county
|
||||
fips: "51139"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 23727
|
||||
population_under_18: 4661
|
||||
population_18_64: 13780
|
||||
population_65_plus: 5286
|
||||
median_household_income: 57037
|
||||
poverty_rate: 11.35
|
||||
homeownership_rate: 71.76
|
||||
unemployment_rate: 5.52
|
||||
median_home_value: 233200
|
||||
gini_index: 0.4315
|
||||
vacancy_rate: 17.1
|
||||
race_white: 21877
|
||||
race_black: 498
|
||||
race_asian: 94
|
||||
race_native: 37
|
||||
hispanic: 609
|
||||
bachelors_plus: 3619
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Page County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23727 |
|
||||
| Under 18 | 4661 |
|
||||
| 18–64 | 13780 |
|
||||
| 65+ | 5286 |
|
||||
| Median household income | 57037 |
|
||||
| Poverty rate | 11.35 |
|
||||
| Homeownership rate | 71.76 |
|
||||
| Unemployment rate | 5.52 |
|
||||
| Median home value | 233200 |
|
||||
| Gini index | 0.4315 |
|
||||
| Vacancy rate | 17.1 |
|
||||
| White | 21877 |
|
||||
| Black | 498 |
|
||||
| Asian | 94 |
|
||||
| Native | 37 |
|
||||
| Hispanic/Latino | 609 |
|
||||
| Bachelor's or higher | 3619 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Patrick County, VA"
|
||||
classification: county
|
||||
fips: "51141"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 17512
|
||||
population_under_18: 3047
|
||||
population_18_64: 9630
|
||||
population_65_plus: 4835
|
||||
median_household_income: 53038
|
||||
poverty_rate: 11.67
|
||||
homeownership_rate: 76.92
|
||||
unemployment_rate: 2.5
|
||||
median_home_value: 153400
|
||||
gini_index: 0.4557
|
||||
vacancy_rate: 22.37
|
||||
race_white: 15670
|
||||
race_black: 884
|
||||
race_asian: 90
|
||||
race_native: 8
|
||||
hispanic: 615
|
||||
bachelors_plus: 2543
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Patrick County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17512 |
|
||||
| Under 18 | 3047 |
|
||||
| 18–64 | 9630 |
|
||||
| 65+ | 4835 |
|
||||
| Median household income | 53038 |
|
||||
| Poverty rate | 11.67 |
|
||||
| Homeownership rate | 76.92 |
|
||||
| Unemployment rate | 2.5 |
|
||||
| Median home value | 153400 |
|
||||
| Gini index | 0.4557 |
|
||||
| Vacancy rate | 22.37 |
|
||||
| White | 15670 |
|
||||
| Black | 884 |
|
||||
| Asian | 90 |
|
||||
| Native | 8 |
|
||||
| Hispanic/Latino | 615 |
|
||||
| Bachelor's or higher | 2543 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Petersburg city, VA"
|
||||
classification: county
|
||||
fips: "51730"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 33537
|
||||
population_under_18: 8545
|
||||
population_18_64: 11677
|
||||
population_65_plus: 13315
|
||||
median_household_income: 50698
|
||||
poverty_rate: 21.73
|
||||
homeownership_rate: 38.62
|
||||
unemployment_rate: 10.05
|
||||
median_home_value: 189000
|
||||
gini_index: 0.4361
|
||||
vacancy_rate: 16.25
|
||||
race_white: 5094
|
||||
race_black: 25663
|
||||
race_asian: 433
|
||||
race_native: 22
|
||||
hispanic: 2183
|
||||
bachelors_plus: 8086
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Petersburg city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 33537 |
|
||||
| Under 18 | 8545 |
|
||||
| 18–64 | 11677 |
|
||||
| 65+ | 13315 |
|
||||
| Median household income | 50698 |
|
||||
| Poverty rate | 21.73 |
|
||||
| Homeownership rate | 38.62 |
|
||||
| Unemployment rate | 10.05 |
|
||||
| Median home value | 189000 |
|
||||
| Gini index | 0.4361 |
|
||||
| Vacancy rate | 16.25 |
|
||||
| White | 5094 |
|
||||
| Black | 25663 |
|
||||
| Asian | 433 |
|
||||
| Native | 22 |
|
||||
| Hispanic/Latino | 2183 |
|
||||
| Bachelor's or higher | 8086 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pittsylvania County, VA"
|
||||
classification: county
|
||||
fips: "51143"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 59856
|
||||
population_under_18: 10718
|
||||
population_18_64: 34465
|
||||
population_65_plus: 14673
|
||||
median_household_income: 54085
|
||||
poverty_rate: 14.56
|
||||
homeownership_rate: 78.67
|
||||
unemployment_rate: 4.68
|
||||
median_home_value: 161400
|
||||
gini_index: 0.4386
|
||||
vacancy_rate: 15.02
|
||||
race_white: 44353
|
||||
race_black: 12175
|
||||
race_asian: 185
|
||||
race_native: 33
|
||||
hispanic: 1857
|
||||
bachelors_plus: 9385
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pittsylvania County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 59856 |
|
||||
| Under 18 | 10718 |
|
||||
| 18–64 | 34465 |
|
||||
| 65+ | 14673 |
|
||||
| Median household income | 54085 |
|
||||
| Poverty rate | 14.56 |
|
||||
| Homeownership rate | 78.67 |
|
||||
| Unemployment rate | 4.68 |
|
||||
| Median home value | 161400 |
|
||||
| Gini index | 0.4386 |
|
||||
| Vacancy rate | 15.02 |
|
||||
| White | 44353 |
|
||||
| Black | 12175 |
|
||||
| Asian | 185 |
|
||||
| Native | 33 |
|
||||
| Hispanic/Latino | 1857 |
|
||||
| Bachelor's or higher | 9385 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Poquoson city, VA"
|
||||
classification: county
|
||||
fips: "51735"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 12639
|
||||
population_under_18: 3245
|
||||
population_18_64: 3583
|
||||
population_65_plus: 5811
|
||||
median_household_income: 120972
|
||||
poverty_rate: 4.49
|
||||
homeownership_rate: 84.6
|
||||
unemployment_rate: 3.17
|
||||
median_home_value: 400300
|
||||
gini_index: 0.3734
|
||||
vacancy_rate: 4.89
|
||||
race_white: 11384
|
||||
race_black: 238
|
||||
race_asian: 217
|
||||
race_native: 86
|
||||
hispanic: 525
|
||||
bachelors_plus: 4703
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Poquoson city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12639 |
|
||||
| Under 18 | 3245 |
|
||||
| 18–64 | 3583 |
|
||||
| 65+ | 5811 |
|
||||
| Median household income | 120972 |
|
||||
| Poverty rate | 4.49 |
|
||||
| Homeownership rate | 84.6 |
|
||||
| Unemployment rate | 3.17 |
|
||||
| Median home value | 400300 |
|
||||
| Gini index | 0.3734 |
|
||||
| Vacancy rate | 4.89 |
|
||||
| White | 11384 |
|
||||
| Black | 238 |
|
||||
| Asian | 217 |
|
||||
| Native | 86 |
|
||||
| Hispanic/Latino | 525 |
|
||||
| Bachelor's or higher | 4703 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Portsmouth city, VA"
|
||||
classification: county
|
||||
fips: "51740"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 97190
|
||||
population_under_18: 24424
|
||||
population_18_64: 35850
|
||||
population_65_plus: 36916
|
||||
median_household_income: 60491
|
||||
poverty_rate: 17.34
|
||||
homeownership_rate: 57.94
|
||||
unemployment_rate: 6.55
|
||||
median_home_value: 246900
|
||||
gini_index: 0.4494
|
||||
vacancy_rate: 6.99
|
||||
race_white: 35186
|
||||
race_black: 49167
|
||||
race_asian: 1673
|
||||
race_native: 299
|
||||
hispanic: 5225
|
||||
bachelors_plus: 21912
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Portsmouth city, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 97190 |
|
||||
| Under 18 | 24424 |
|
||||
| 18–64 | 35850 |
|
||||
| 65+ | 36916 |
|
||||
| Median household income | 60491 |
|
||||
| Poverty rate | 17.34 |
|
||||
| Homeownership rate | 57.94 |
|
||||
| Unemployment rate | 6.55 |
|
||||
| Median home value | 246900 |
|
||||
| Gini index | 0.4494 |
|
||||
| Vacancy rate | 6.99 |
|
||||
| White | 35186 |
|
||||
| Black | 49167 |
|
||||
| Asian | 1673 |
|
||||
| Native | 299 |
|
||||
| Hispanic/Latino | 5225 |
|
||||
| Bachelor's or higher | 21912 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Powhatan County, VA"
|
||||
classification: county
|
||||
fips: "51145"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 31555
|
||||
population_under_18: 5770
|
||||
population_18_64: 19528
|
||||
population_65_plus: 6257
|
||||
median_household_income: 110537
|
||||
poverty_rate: 4.55
|
||||
homeownership_rate: 93.24
|
||||
unemployment_rate: 3.65
|
||||
median_home_value: 416000
|
||||
gini_index: 0.4059
|
||||
vacancy_rate: 5.79
|
||||
race_white: 26832
|
||||
race_black: 2306
|
||||
race_asian: 90
|
||||
race_native: 165
|
||||
hispanic: 919
|
||||
bachelors_plus: 10907
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Powhatan County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31555 |
|
||||
| Under 18 | 5770 |
|
||||
| 18–64 | 19528 |
|
||||
| 65+ | 6257 |
|
||||
| Median household income | 110537 |
|
||||
| Poverty rate | 4.55 |
|
||||
| Homeownership rate | 93.24 |
|
||||
| Unemployment rate | 3.65 |
|
||||
| Median home value | 416000 |
|
||||
| Gini index | 0.4059 |
|
||||
| Vacancy rate | 5.79 |
|
||||
| White | 26832 |
|
||||
| Black | 2306 |
|
||||
| Asian | 90 |
|
||||
| Native | 165 |
|
||||
| Hispanic/Latino | 919 |
|
||||
| Bachelor's or higher | 10907 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Prince Edward County, VA"
|
||||
classification: county
|
||||
fips: "51147"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 21996
|
||||
population_under_18: 3349
|
||||
population_18_64: 14882
|
||||
population_65_plus: 3765
|
||||
median_household_income: 56315
|
||||
poverty_rate: 20.89
|
||||
homeownership_rate: 58.03
|
||||
unemployment_rate: 1.54
|
||||
median_home_value: 216600
|
||||
gini_index: 0.4916
|
||||
vacancy_rate: 17.03
|
||||
race_white: 13675
|
||||
race_black: 6549
|
||||
race_asian: 242
|
||||
race_native: 86
|
||||
hispanic: 1078
|
||||
bachelors_plus: 5353
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Prince Edward County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 21996 |
|
||||
| Under 18 | 3349 |
|
||||
| 18–64 | 14882 |
|
||||
| 65+ | 3765 |
|
||||
| Median household income | 56315 |
|
||||
| Poverty rate | 20.89 |
|
||||
| Homeownership rate | 58.03 |
|
||||
| Unemployment rate | 1.54 |
|
||||
| Median home value | 216600 |
|
||||
| Gini index | 0.4916 |
|
||||
| Vacancy rate | 17.03 |
|
||||
| White | 13675 |
|
||||
| Black | 6549 |
|
||||
| Asian | 242 |
|
||||
| Native | 86 |
|
||||
| Hispanic/Latino | 1078 |
|
||||
| Bachelor's or higher | 5353 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Prince George County, VA"
|
||||
classification: county
|
||||
fips: "51149"
|
||||
state: "VA"
|
||||
demographics:
|
||||
population: 43146
|
||||
population_under_18: 8419
|
||||
population_18_64: 29030
|
||||
population_65_plus: 5697
|
||||
median_household_income: 84897
|
||||
poverty_rate: 8.89
|
||||
homeownership_rate: 74.35
|
||||
unemployment_rate: 5.21
|
||||
median_home_value: 293400
|
||||
gini_index: 0.3786
|
||||
vacancy_rate: 4.53
|
||||
race_white: 23235
|
||||
race_black: 13557
|
||||
race_asian: 801
|
||||
race_native: 267
|
||||
hispanic: 4487
|
||||
bachelors_plus: 9259
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, va]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Prince George County, VA
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 43146 |
|
||||
| Under 18 | 8419 |
|
||||
| 18–64 | 29030 |
|
||||
| 65+ | 5697 |
|
||||
| Median household income | 84897 |
|
||||
| Poverty rate | 8.89 |
|
||||
| Homeownership rate | 74.35 |
|
||||
| Unemployment rate | 5.21 |
|
||||
| Median home value | 293400 |
|
||||
| Gini index | 0.3786 |
|
||||
| Vacancy rate | 4.53 |
|
||||
| White | 23235 |
|
||||
| Black | 13557 |
|
||||
| Asian | 801 |
|
||||
| Native | 267 |
|
||||
| Hispanic/Latino | 4487 |
|
||||
| Bachelor's or higher | 9259 |
|
||||
|
||||
## 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