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: "Alcona County, MI"
|
||||
classification: county
|
||||
fips: "26001"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 10397
|
||||
population_under_18: 1305
|
||||
population_18_64: 5249
|
||||
population_65_plus: 3843
|
||||
median_household_income: 54993
|
||||
poverty_rate: 12.31
|
||||
homeownership_rate: 89.63
|
||||
unemployment_rate: 4.49
|
||||
median_home_value: 162800
|
||||
gini_index: 0.4367
|
||||
vacancy_rate: 48.59
|
||||
race_white: 9699
|
||||
race_black: 68
|
||||
race_asian: 52
|
||||
race_native: 28
|
||||
hispanic: 176
|
||||
bachelors_plus: 2612
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alcona County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10397 |
|
||||
| Under 18 | 1305 |
|
||||
| 18–64 | 5249 |
|
||||
| 65+ | 3843 |
|
||||
| Median household income | 54993 |
|
||||
| Poverty rate | 12.31 |
|
||||
| Homeownership rate | 89.63 |
|
||||
| Unemployment rate | 4.49 |
|
||||
| Median home value | 162800 |
|
||||
| Gini index | 0.4367 |
|
||||
| Vacancy rate | 48.59 |
|
||||
| White | 9699 |
|
||||
| Black | 68 |
|
||||
| Asian | 52 |
|
||||
| Native | 28 |
|
||||
| Hispanic/Latino | 176 |
|
||||
| Bachelor's or higher | 2612 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alger County, MI"
|
||||
classification: county
|
||||
fips: "26003"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 8762
|
||||
population_under_18: 1284
|
||||
population_18_64: 5098
|
||||
population_65_plus: 2380
|
||||
median_household_income: 61286
|
||||
poverty_rate: 10.36
|
||||
homeownership_rate: 86.29
|
||||
unemployment_rate: 6.8
|
||||
median_home_value: 176200
|
||||
gini_index: 0.4042
|
||||
vacancy_rate: 43.2
|
||||
race_white: 7178
|
||||
race_black: 670
|
||||
race_asian: 23
|
||||
race_native: 202
|
||||
hispanic: 154
|
||||
bachelors_plus: 1852
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alger County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8762 |
|
||||
| Under 18 | 1284 |
|
||||
| 18–64 | 5098 |
|
||||
| 65+ | 2380 |
|
||||
| Median household income | 61286 |
|
||||
| Poverty rate | 10.36 |
|
||||
| Homeownership rate | 86.29 |
|
||||
| Unemployment rate | 6.8 |
|
||||
| Median home value | 176200 |
|
||||
| Gini index | 0.4042 |
|
||||
| Vacancy rate | 43.2 |
|
||||
| White | 7178 |
|
||||
| Black | 670 |
|
||||
| Asian | 23 |
|
||||
| Native | 202 |
|
||||
| Hispanic/Latino | 154 |
|
||||
| Bachelor's or higher | 1852 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Allegan County, MI"
|
||||
classification: county
|
||||
fips: "26005"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 121456
|
||||
population_under_18: 28212
|
||||
population_18_64: 70866
|
||||
population_65_plus: 22378
|
||||
median_household_income: 83283
|
||||
poverty_rate: 8.37
|
||||
homeownership_rate: 87.37
|
||||
unemployment_rate: 2.96
|
||||
median_home_value: 267100
|
||||
gini_index: 0.4151
|
||||
vacancy_rate: 13.52
|
||||
race_white: 105919
|
||||
race_black: 1483
|
||||
race_asian: 838
|
||||
race_native: 539
|
||||
hispanic: 9856
|
||||
bachelors_plus: 30453
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Allegan County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 121456 |
|
||||
| Under 18 | 28212 |
|
||||
| 18–64 | 70866 |
|
||||
| 65+ | 22378 |
|
||||
| Median household income | 83283 |
|
||||
| Poverty rate | 8.37 |
|
||||
| Homeownership rate | 87.37 |
|
||||
| Unemployment rate | 2.96 |
|
||||
| Median home value | 267100 |
|
||||
| Gini index | 0.4151 |
|
||||
| Vacancy rate | 13.52 |
|
||||
| White | 105919 |
|
||||
| Black | 1483 |
|
||||
| Asian | 838 |
|
||||
| Native | 539 |
|
||||
| Hispanic/Latino | 9856 |
|
||||
| Bachelor's or higher | 30453 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Alpena County, MI"
|
||||
classification: county
|
||||
fips: "26007"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 28880
|
||||
population_under_18: 5333
|
||||
population_18_64: 16282
|
||||
population_65_plus: 7265
|
||||
median_household_income: 53950
|
||||
poverty_rate: 17.96
|
||||
homeownership_rate: 80.0
|
||||
unemployment_rate: 6.18
|
||||
median_home_value: 153900
|
||||
gini_index: 0.4678
|
||||
vacancy_rate: 17.11
|
||||
race_white: 26743
|
||||
race_black: 291
|
||||
race_asian: 53
|
||||
race_native: 25
|
||||
hispanic: 477
|
||||
bachelors_plus: 5470
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alpena County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 28880 |
|
||||
| Under 18 | 5333 |
|
||||
| 18–64 | 16282 |
|
||||
| 65+ | 7265 |
|
||||
| Median household income | 53950 |
|
||||
| Poverty rate | 17.96 |
|
||||
| Homeownership rate | 80.0 |
|
||||
| Unemployment rate | 6.18 |
|
||||
| Median home value | 153900 |
|
||||
| Gini index | 0.4678 |
|
||||
| Vacancy rate | 17.11 |
|
||||
| White | 26743 |
|
||||
| Black | 291 |
|
||||
| Asian | 53 |
|
||||
| Native | 25 |
|
||||
| Hispanic/Latino | 477 |
|
||||
| Bachelor's or higher | 5470 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Antrim County, MI"
|
||||
classification: county
|
||||
fips: "26009"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 24127
|
||||
population_under_18: 4081
|
||||
population_18_64: 13116
|
||||
population_65_plus: 6930
|
||||
median_household_income: 72054
|
||||
poverty_rate: 9.87
|
||||
homeownership_rate: 86.37
|
||||
unemployment_rate: 3.9
|
||||
median_home_value: 255500
|
||||
gini_index: 0.4343
|
||||
vacancy_rate: 37.37
|
||||
race_white: 22399
|
||||
race_black: 149
|
||||
race_asian: 74
|
||||
race_native: 125
|
||||
hispanic: 525
|
||||
bachelors_plus: 8784
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Antrim County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 24127 |
|
||||
| Under 18 | 4081 |
|
||||
| 18–64 | 13116 |
|
||||
| 65+ | 6930 |
|
||||
| Median household income | 72054 |
|
||||
| Poverty rate | 9.87 |
|
||||
| Homeownership rate | 86.37 |
|
||||
| Unemployment rate | 3.9 |
|
||||
| Median home value | 255500 |
|
||||
| Gini index | 0.4343 |
|
||||
| Vacancy rate | 37.37 |
|
||||
| White | 22399 |
|
||||
| Black | 149 |
|
||||
| Asian | 74 |
|
||||
| Native | 125 |
|
||||
| Hispanic/Latino | 525 |
|
||||
| Bachelor's or higher | 8784 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Arenac County, MI"
|
||||
classification: county
|
||||
fips: "26011"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 15077
|
||||
population_under_18: 2782
|
||||
population_18_64: 8191
|
||||
population_65_plus: 4104
|
||||
median_household_income: 58811
|
||||
poverty_rate: 11.74
|
||||
homeownership_rate: 86.25
|
||||
unemployment_rate: 6.0
|
||||
median_home_value: 150600
|
||||
gini_index: 0.4039
|
||||
vacancy_rate: 31.42
|
||||
race_white: 14086
|
||||
race_black: 109
|
||||
race_asian: 29
|
||||
race_native: 57
|
||||
hispanic: 336
|
||||
bachelors_plus: 2490
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Arenac County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15077 |
|
||||
| Under 18 | 2782 |
|
||||
| 18–64 | 8191 |
|
||||
| 65+ | 4104 |
|
||||
| Median household income | 58811 |
|
||||
| Poverty rate | 11.74 |
|
||||
| Homeownership rate | 86.25 |
|
||||
| Unemployment rate | 6.0 |
|
||||
| Median home value | 150600 |
|
||||
| Gini index | 0.4039 |
|
||||
| Vacancy rate | 31.42 |
|
||||
| White | 14086 |
|
||||
| Black | 109 |
|
||||
| Asian | 29 |
|
||||
| Native | 57 |
|
||||
| Hispanic/Latino | 336 |
|
||||
| Bachelor's or higher | 2490 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Baraga County, MI"
|
||||
classification: county
|
||||
fips: "26013"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 8191
|
||||
population_under_18: 1394
|
||||
population_18_64: 4896
|
||||
population_65_plus: 1901
|
||||
median_household_income: 55327
|
||||
poverty_rate: 15.23
|
||||
homeownership_rate: 78.5
|
||||
unemployment_rate: 5.14
|
||||
median_home_value: 138100
|
||||
gini_index: 0.4354
|
||||
vacancy_rate: 32.03
|
||||
race_white: 5950
|
||||
race_black: 513
|
||||
race_asian: 65
|
||||
race_native: 981
|
||||
hispanic: 143
|
||||
bachelors_plus: 1261
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Baraga County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8191 |
|
||||
| Under 18 | 1394 |
|
||||
| 18–64 | 4896 |
|
||||
| 65+ | 1901 |
|
||||
| Median household income | 55327 |
|
||||
| Poverty rate | 15.23 |
|
||||
| Homeownership rate | 78.5 |
|
||||
| Unemployment rate | 5.14 |
|
||||
| Median home value | 138100 |
|
||||
| Gini index | 0.4354 |
|
||||
| Vacancy rate | 32.03 |
|
||||
| White | 5950 |
|
||||
| Black | 513 |
|
||||
| Asian | 65 |
|
||||
| Native | 981 |
|
||||
| Hispanic/Latino | 143 |
|
||||
| Bachelor's or higher | 1261 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Barry County, MI"
|
||||
classification: county
|
||||
fips: "26015"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 63409
|
||||
population_under_18: 13753
|
||||
population_18_64: 37284
|
||||
population_65_plus: 12372
|
||||
median_household_income: 77500
|
||||
poverty_rate: 8.41
|
||||
homeownership_rate: 87.31
|
||||
unemployment_rate: 4.3
|
||||
median_home_value: 264100
|
||||
gini_index: 0.4468
|
||||
vacancy_rate: 11.88
|
||||
race_white: 58772
|
||||
race_black: 214
|
||||
race_asian: 379
|
||||
race_native: 176
|
||||
hispanic: 2337
|
||||
bachelors_plus: 14741
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Barry County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 63409 |
|
||||
| Under 18 | 13753 |
|
||||
| 18–64 | 37284 |
|
||||
| 65+ | 12372 |
|
||||
| Median household income | 77500 |
|
||||
| Poverty rate | 8.41 |
|
||||
| Homeownership rate | 87.31 |
|
||||
| Unemployment rate | 4.3 |
|
||||
| Median home value | 264100 |
|
||||
| Gini index | 0.4468 |
|
||||
| Vacancy rate | 11.88 |
|
||||
| White | 58772 |
|
||||
| Black | 214 |
|
||||
| Asian | 379 |
|
||||
| Native | 176 |
|
||||
| Hispanic/Latino | 2337 |
|
||||
| Bachelor's or higher | 14741 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Bay County, MI"
|
||||
classification: county
|
||||
fips: "26017"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 103008
|
||||
population_under_18: 20150
|
||||
population_18_64: 60290
|
||||
population_65_plus: 22568
|
||||
median_household_income: 61763
|
||||
poverty_rate: 13.25
|
||||
homeownership_rate: 77.03
|
||||
unemployment_rate: 4.34
|
||||
median_home_value: 152200
|
||||
gini_index: 0.4342
|
||||
vacancy_rate: 7.31
|
||||
race_white: 93440
|
||||
race_black: 1234
|
||||
race_asian: 525
|
||||
race_native: 230
|
||||
hispanic: 6117
|
||||
bachelors_plus: 21960
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Bay County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 103008 |
|
||||
| Under 18 | 20150 |
|
||||
| 18–64 | 60290 |
|
||||
| 65+ | 22568 |
|
||||
| Median household income | 61763 |
|
||||
| Poverty rate | 13.25 |
|
||||
| Homeownership rate | 77.03 |
|
||||
| Unemployment rate | 4.34 |
|
||||
| Median home value | 152200 |
|
||||
| Gini index | 0.4342 |
|
||||
| Vacancy rate | 7.31 |
|
||||
| White | 93440 |
|
||||
| Black | 1234 |
|
||||
| Asian | 525 |
|
||||
| Native | 230 |
|
||||
| Hispanic/Latino | 6117 |
|
||||
| Bachelor's or higher | 21960 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Benzie County, MI"
|
||||
classification: county
|
||||
fips: "26019"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 18310
|
||||
population_under_18: 3094
|
||||
population_18_64: 9955
|
||||
population_65_plus: 5261
|
||||
median_household_income: 74834
|
||||
poverty_rate: 9.66
|
||||
homeownership_rate: 87.75
|
||||
unemployment_rate: 3.09
|
||||
median_home_value: 285700
|
||||
gini_index: 0.4486
|
||||
vacancy_rate: 37.47
|
||||
race_white: 16806
|
||||
race_black: 124
|
||||
race_asian: 161
|
||||
race_native: 167
|
||||
hispanic: 457
|
||||
bachelors_plus: 7152
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Benzie County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18310 |
|
||||
| Under 18 | 3094 |
|
||||
| 18–64 | 9955 |
|
||||
| 65+ | 5261 |
|
||||
| Median household income | 74834 |
|
||||
| Poverty rate | 9.66 |
|
||||
| Homeownership rate | 87.75 |
|
||||
| Unemployment rate | 3.09 |
|
||||
| Median home value | 285700 |
|
||||
| Gini index | 0.4486 |
|
||||
| Vacancy rate | 37.47 |
|
||||
| White | 16806 |
|
||||
| Black | 124 |
|
||||
| Asian | 161 |
|
||||
| Native | 167 |
|
||||
| Hispanic/Latino | 457 |
|
||||
| Bachelor's or higher | 7152 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Berrien County, MI"
|
||||
classification: county
|
||||
fips: "26021"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 153288
|
||||
population_under_18: 32692
|
||||
population_18_64: 87893
|
||||
population_65_plus: 32703
|
||||
median_household_income: 65425
|
||||
poverty_rate: 15.08
|
||||
homeownership_rate: 72.83
|
||||
unemployment_rate: 6.17
|
||||
median_home_value: 224300
|
||||
gini_index: 0.4748
|
||||
vacancy_rate: 17.18
|
||||
race_white: 113353
|
||||
race_black: 20232
|
||||
race_asian: 2761
|
||||
race_native: 409
|
||||
hispanic: 9697
|
||||
bachelors_plus: 46853
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Berrien County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 153288 |
|
||||
| Under 18 | 32692 |
|
||||
| 18–64 | 87893 |
|
||||
| 65+ | 32703 |
|
||||
| Median household income | 65425 |
|
||||
| Poverty rate | 15.08 |
|
||||
| Homeownership rate | 72.83 |
|
||||
| Unemployment rate | 6.17 |
|
||||
| Median home value | 224300 |
|
||||
| Gini index | 0.4748 |
|
||||
| Vacancy rate | 17.18 |
|
||||
| White | 113353 |
|
||||
| Black | 20232 |
|
||||
| Asian | 2761 |
|
||||
| Native | 409 |
|
||||
| Hispanic/Latino | 9697 |
|
||||
| Bachelor's or higher | 46853 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Branch County, MI"
|
||||
classification: county
|
||||
fips: "26023"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 45300
|
||||
population_under_18: 10645
|
||||
population_18_64: 25868
|
||||
population_65_plus: 8787
|
||||
median_household_income: 63724
|
||||
poverty_rate: 16.43
|
||||
homeownership_rate: 77.67
|
||||
unemployment_rate: 5.66
|
||||
median_home_value: 162500
|
||||
gini_index: 0.421
|
||||
vacancy_rate: 19.38
|
||||
race_white: 39772
|
||||
race_black: 764
|
||||
race_asian: 228
|
||||
race_native: 175
|
||||
hispanic: 3071
|
||||
bachelors_plus: 6925
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Branch County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45300 |
|
||||
| Under 18 | 10645 |
|
||||
| 18–64 | 25868 |
|
||||
| 65+ | 8787 |
|
||||
| Median household income | 63724 |
|
||||
| Poverty rate | 16.43 |
|
||||
| Homeownership rate | 77.67 |
|
||||
| Unemployment rate | 5.66 |
|
||||
| Median home value | 162500 |
|
||||
| Gini index | 0.421 |
|
||||
| Vacancy rate | 19.38 |
|
||||
| White | 39772 |
|
||||
| Black | 764 |
|
||||
| Asian | 228 |
|
||||
| Native | 175 |
|
||||
| Hispanic/Latino | 3071 |
|
||||
| Bachelor's or higher | 6925 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Calhoun County, MI"
|
||||
classification: county
|
||||
fips: "26025"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 133778
|
||||
population_under_18: 30588
|
||||
population_18_64: 78263
|
||||
population_65_plus: 24927
|
||||
median_household_income: 63177
|
||||
poverty_rate: 13.94
|
||||
homeownership_rate: 72.65
|
||||
unemployment_rate: 6.42
|
||||
median_home_value: 162800
|
||||
gini_index: 0.4441
|
||||
vacancy_rate: 10.52
|
||||
race_white: 102224
|
||||
race_black: 13067
|
||||
race_asian: 3495
|
||||
race_native: 474
|
||||
hispanic: 7914
|
||||
bachelors_plus: 28345
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Calhoun County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 133778 |
|
||||
| Under 18 | 30588 |
|
||||
| 18–64 | 78263 |
|
||||
| 65+ | 24927 |
|
||||
| Median household income | 63177 |
|
||||
| Poverty rate | 13.94 |
|
||||
| Homeownership rate | 72.65 |
|
||||
| Unemployment rate | 6.42 |
|
||||
| Median home value | 162800 |
|
||||
| Gini index | 0.4441 |
|
||||
| Vacancy rate | 10.52 |
|
||||
| White | 102224 |
|
||||
| Black | 13067 |
|
||||
| Asian | 3495 |
|
||||
| Native | 474 |
|
||||
| Hispanic/Latino | 7914 |
|
||||
| Bachelor's or higher | 28345 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cass County, MI"
|
||||
classification: county
|
||||
fips: "26027"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 51520
|
||||
population_under_18: 10397
|
||||
population_18_64: 29503
|
||||
population_65_plus: 11620
|
||||
median_household_income: 70443
|
||||
poverty_rate: 11.9
|
||||
homeownership_rate: 81.64
|
||||
unemployment_rate: 5.02
|
||||
median_home_value: 218000
|
||||
gini_index: 0.4628
|
||||
vacancy_rate: 17.42
|
||||
race_white: 43705
|
||||
race_black: 2110
|
||||
race_asian: 414
|
||||
race_native: 613
|
||||
hispanic: 2329
|
||||
bachelors_plus: 11093
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cass County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 51520 |
|
||||
| Under 18 | 10397 |
|
||||
| 18–64 | 29503 |
|
||||
| 65+ | 11620 |
|
||||
| Median household income | 70443 |
|
||||
| Poverty rate | 11.9 |
|
||||
| Homeownership rate | 81.64 |
|
||||
| Unemployment rate | 5.02 |
|
||||
| Median home value | 218000 |
|
||||
| Gini index | 0.4628 |
|
||||
| Vacancy rate | 17.42 |
|
||||
| White | 43705 |
|
||||
| Black | 2110 |
|
||||
| Asian | 414 |
|
||||
| Native | 613 |
|
||||
| Hispanic/Latino | 2329 |
|
||||
| Bachelor's or higher | 11093 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Charlevoix County, MI"
|
||||
classification: county
|
||||
fips: "26029"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 26108
|
||||
population_under_18: 4586
|
||||
population_18_64: 14455
|
||||
population_65_plus: 7067
|
||||
median_household_income: 76531
|
||||
poverty_rate: 8.73
|
||||
homeownership_rate: 83.49
|
||||
unemployment_rate: 3.35
|
||||
median_home_value: 276800
|
||||
gini_index: 0.4609
|
||||
vacancy_rate: 30.46
|
||||
race_white: 24313
|
||||
race_black: 136
|
||||
race_asian: 176
|
||||
race_native: 223
|
||||
hispanic: 530
|
||||
bachelors_plus: 9861
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Charlevoix County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26108 |
|
||||
| Under 18 | 4586 |
|
||||
| 18–64 | 14455 |
|
||||
| 65+ | 7067 |
|
||||
| Median household income | 76531 |
|
||||
| Poverty rate | 8.73 |
|
||||
| Homeownership rate | 83.49 |
|
||||
| Unemployment rate | 3.35 |
|
||||
| Median home value | 276800 |
|
||||
| Gini index | 0.4609 |
|
||||
| Vacancy rate | 30.46 |
|
||||
| White | 24313 |
|
||||
| Black | 136 |
|
||||
| Asian | 176 |
|
||||
| Native | 223 |
|
||||
| Hispanic/Latino | 530 |
|
||||
| Bachelor's or higher | 9861 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Cheboygan County, MI"
|
||||
classification: county
|
||||
fips: "26031"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25865
|
||||
population_under_18: 3968
|
||||
population_18_64: 14403
|
||||
population_65_plus: 7494
|
||||
median_household_income: 62875
|
||||
poverty_rate: 12.36
|
||||
homeownership_rate: 85.63
|
||||
unemployment_rate: 6.1
|
||||
median_home_value: 192500
|
||||
gini_index: 0.4512
|
||||
vacancy_rate: 37.27
|
||||
race_white: 23120
|
||||
race_black: 238
|
||||
race_asian: 141
|
||||
race_native: 580
|
||||
hispanic: 440
|
||||
bachelors_plus: 6886
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Cheboygan County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25865 |
|
||||
| Under 18 | 3968 |
|
||||
| 18–64 | 14403 |
|
||||
| 65+ | 7494 |
|
||||
| Median household income | 62875 |
|
||||
| Poverty rate | 12.36 |
|
||||
| Homeownership rate | 85.63 |
|
||||
| Unemployment rate | 6.1 |
|
||||
| Median home value | 192500 |
|
||||
| Gini index | 0.4512 |
|
||||
| Vacancy rate | 37.27 |
|
||||
| White | 23120 |
|
||||
| Black | 238 |
|
||||
| Asian | 141 |
|
||||
| Native | 580 |
|
||||
| Hispanic/Latino | 440 |
|
||||
| Bachelor's or higher | 6886 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Chippewa County, MI"
|
||||
classification: county
|
||||
fips: "26033"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 36295
|
||||
population_under_18: 6399
|
||||
population_18_64: 22782
|
||||
population_65_plus: 7114
|
||||
median_household_income: 62217
|
||||
poverty_rate: 14.04
|
||||
homeownership_rate: 75.03
|
||||
unemployment_rate: 5.22
|
||||
median_home_value: 161900
|
||||
gini_index: 0.423
|
||||
vacancy_rate: 30.8
|
||||
race_white: 24576
|
||||
race_black: 2058
|
||||
race_asian: 262
|
||||
race_native: 4892
|
||||
hispanic: 825
|
||||
bachelors_plus: 8070
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Chippewa County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36295 |
|
||||
| Under 18 | 6399 |
|
||||
| 18–64 | 22782 |
|
||||
| 65+ | 7114 |
|
||||
| Median household income | 62217 |
|
||||
| Poverty rate | 14.04 |
|
||||
| Homeownership rate | 75.03 |
|
||||
| Unemployment rate | 5.22 |
|
||||
| Median home value | 161900 |
|
||||
| Gini index | 0.423 |
|
||||
| Vacancy rate | 30.8 |
|
||||
| White | 24576 |
|
||||
| Black | 2058 |
|
||||
| Asian | 262 |
|
||||
| Native | 4892 |
|
||||
| Hispanic/Latino | 825 |
|
||||
| Bachelor's or higher | 8070 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clare County, MI"
|
||||
classification: county
|
||||
fips: "26035"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 31218
|
||||
population_under_18: 6014
|
||||
population_18_64: 17216
|
||||
population_65_plus: 7988
|
||||
median_household_income: 49384
|
||||
poverty_rate: 21.64
|
||||
homeownership_rate: 86.88
|
||||
unemployment_rate: 9.47
|
||||
median_home_value: 133800
|
||||
gini_index: 0.4614
|
||||
vacancy_rate: 43.11
|
||||
race_white: 29185
|
||||
race_black: 356
|
||||
race_asian: 102
|
||||
race_native: 119
|
||||
hispanic: 715
|
||||
bachelors_plus: 4226
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clare County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31218 |
|
||||
| Under 18 | 6014 |
|
||||
| 18–64 | 17216 |
|
||||
| 65+ | 7988 |
|
||||
| Median household income | 49384 |
|
||||
| Poverty rate | 21.64 |
|
||||
| Homeownership rate | 86.88 |
|
||||
| Unemployment rate | 9.47 |
|
||||
| Median home value | 133800 |
|
||||
| Gini index | 0.4614 |
|
||||
| Vacancy rate | 43.11 |
|
||||
| White | 29185 |
|
||||
| Black | 356 |
|
||||
| Asian | 102 |
|
||||
| Native | 119 |
|
||||
| Hispanic/Latino | 715 |
|
||||
| Bachelor's or higher | 4226 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clinton County, MI"
|
||||
classification: county
|
||||
fips: "26037"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 79626
|
||||
population_under_18: 17005
|
||||
population_18_64: 47650
|
||||
population_65_plus: 14971
|
||||
median_household_income: 88210
|
||||
poverty_rate: 9.68
|
||||
homeownership_rate: 82.19
|
||||
unemployment_rate: 3.83
|
||||
median_home_value: 259500
|
||||
gini_index: 0.4296
|
||||
vacancy_rate: 5.03
|
||||
race_white: 70643
|
||||
race_black: 1541
|
||||
race_asian: 1226
|
||||
race_native: 229
|
||||
hispanic: 4147
|
||||
bachelors_plus: 27680
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clinton County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 79626 |
|
||||
| Under 18 | 17005 |
|
||||
| 18–64 | 47650 |
|
||||
| 65+ | 14971 |
|
||||
| Median household income | 88210 |
|
||||
| Poverty rate | 9.68 |
|
||||
| Homeownership rate | 82.19 |
|
||||
| Unemployment rate | 3.83 |
|
||||
| Median home value | 259500 |
|
||||
| Gini index | 0.4296 |
|
||||
| Vacancy rate | 5.03 |
|
||||
| White | 70643 |
|
||||
| Black | 1541 |
|
||||
| Asian | 1226 |
|
||||
| Native | 229 |
|
||||
| Hispanic/Latino | 4147 |
|
||||
| Bachelor's or higher | 27680 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Crawford County, MI"
|
||||
classification: county
|
||||
fips: "26039"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 13369
|
||||
population_under_18: 2334
|
||||
population_18_64: 7390
|
||||
population_65_plus: 3645
|
||||
median_household_income: 60392
|
||||
poverty_rate: 14.72
|
||||
homeownership_rate: 79.63
|
||||
unemployment_rate: 8.15
|
||||
median_home_value: 163000
|
||||
gini_index: 0.4018
|
||||
vacancy_rate: 39.68
|
||||
race_white: 12326
|
||||
race_black: 53
|
||||
race_asian: 111
|
||||
race_native: 32
|
||||
hispanic: 326
|
||||
bachelors_plus: 2968
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Crawford County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13369 |
|
||||
| Under 18 | 2334 |
|
||||
| 18–64 | 7390 |
|
||||
| 65+ | 3645 |
|
||||
| Median household income | 60392 |
|
||||
| Poverty rate | 14.72 |
|
||||
| Homeownership rate | 79.63 |
|
||||
| Unemployment rate | 8.15 |
|
||||
| Median home value | 163000 |
|
||||
| Gini index | 0.4018 |
|
||||
| Vacancy rate | 39.68 |
|
||||
| White | 12326 |
|
||||
| Black | 53 |
|
||||
| Asian | 111 |
|
||||
| Native | 32 |
|
||||
| Hispanic/Latino | 326 |
|
||||
| Bachelor's or higher | 2968 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Delta County, MI"
|
||||
classification: county
|
||||
fips: "26041"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 36813
|
||||
population_under_18: 7037
|
||||
population_18_64: 20118
|
||||
population_65_plus: 9658
|
||||
median_household_income: 57809
|
||||
poverty_rate: 12.66
|
||||
homeownership_rate: 82.01
|
||||
unemployment_rate: 4.23
|
||||
median_home_value: 157100
|
||||
gini_index: 0.4744
|
||||
vacancy_rate: 19.52
|
||||
race_white: 33274
|
||||
race_black: 69
|
||||
race_asian: 176
|
||||
race_native: 564
|
||||
hispanic: 560
|
||||
bachelors_plus: 7190
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Delta County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 36813 |
|
||||
| Under 18 | 7037 |
|
||||
| 18–64 | 20118 |
|
||||
| 65+ | 9658 |
|
||||
| Median household income | 57809 |
|
||||
| Poverty rate | 12.66 |
|
||||
| Homeownership rate | 82.01 |
|
||||
| Unemployment rate | 4.23 |
|
||||
| Median home value | 157100 |
|
||||
| Gini index | 0.4744 |
|
||||
| Vacancy rate | 19.52 |
|
||||
| White | 33274 |
|
||||
| Black | 69 |
|
||||
| Asian | 176 |
|
||||
| Native | 564 |
|
||||
| Hispanic/Latino | 560 |
|
||||
| Bachelor's or higher | 7190 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Dickinson County, MI"
|
||||
classification: county
|
||||
fips: "26043"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25954
|
||||
population_under_18: 5181
|
||||
population_18_64: 14495
|
||||
population_65_plus: 6278
|
||||
median_household_income: 65156
|
||||
poverty_rate: 10.55
|
||||
homeownership_rate: 82.36
|
||||
unemployment_rate: 3.6
|
||||
median_home_value: 153300
|
||||
gini_index: 0.4244
|
||||
vacancy_rate: 14.67
|
||||
race_white: 24127
|
||||
race_black: 91
|
||||
race_asian: 75
|
||||
race_native: 144
|
||||
hispanic: 511
|
||||
bachelors_plus: 6307
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Dickinson County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25954 |
|
||||
| Under 18 | 5181 |
|
||||
| 18–64 | 14495 |
|
||||
| 65+ | 6278 |
|
||||
| Median household income | 65156 |
|
||||
| Poverty rate | 10.55 |
|
||||
| Homeownership rate | 82.36 |
|
||||
| Unemployment rate | 3.6 |
|
||||
| Median home value | 153300 |
|
||||
| Gini index | 0.4244 |
|
||||
| Vacancy rate | 14.67 |
|
||||
| White | 24127 |
|
||||
| Black | 91 |
|
||||
| Asian | 75 |
|
||||
| Native | 144 |
|
||||
| Hispanic/Latino | 511 |
|
||||
| Bachelor's or higher | 6307 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Eaton County, MI"
|
||||
classification: county
|
||||
fips: "26045"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 109130
|
||||
population_under_18: 22348
|
||||
population_18_64: 64842
|
||||
population_65_plus: 21940
|
||||
median_household_income: 79597
|
||||
poverty_rate: 8.33
|
||||
homeownership_rate: 74.17
|
||||
unemployment_rate: 4.53
|
||||
median_home_value: 216900
|
||||
gini_index: 0.4064
|
||||
vacancy_rate: 4.87
|
||||
race_white: 88615
|
||||
race_black: 7502
|
||||
race_asian: 2416
|
||||
race_native: 302
|
||||
hispanic: 6891
|
||||
bachelors_plus: 32023
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eaton County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 109130 |
|
||||
| Under 18 | 22348 |
|
||||
| 18–64 | 64842 |
|
||||
| 65+ | 21940 |
|
||||
| Median household income | 79597 |
|
||||
| Poverty rate | 8.33 |
|
||||
| Homeownership rate | 74.17 |
|
||||
| Unemployment rate | 4.53 |
|
||||
| Median home value | 216900 |
|
||||
| Gini index | 0.4064 |
|
||||
| Vacancy rate | 4.87 |
|
||||
| White | 88615 |
|
||||
| Black | 7502 |
|
||||
| Asian | 2416 |
|
||||
| Native | 302 |
|
||||
| Hispanic/Latino | 6891 |
|
||||
| Bachelor's or higher | 32023 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Emmet County, MI"
|
||||
classification: county
|
||||
fips: "26047"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 34125
|
||||
population_under_18: 6188
|
||||
population_18_64: 19416
|
||||
population_65_plus: 8521
|
||||
median_household_income: 78112
|
||||
poverty_rate: 8.54
|
||||
homeownership_rate: 77.04
|
||||
unemployment_rate: 3.22
|
||||
median_home_value: 315700
|
||||
gini_index: 0.4727
|
||||
vacancy_rate: 30.89
|
||||
race_white: 30564
|
||||
race_black: 210
|
||||
race_asian: 176
|
||||
race_native: 612
|
||||
hispanic: 714
|
||||
bachelors_plus: 15054
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Emmet County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34125 |
|
||||
| Under 18 | 6188 |
|
||||
| 18–64 | 19416 |
|
||||
| 65+ | 8521 |
|
||||
| Median household income | 78112 |
|
||||
| Poverty rate | 8.54 |
|
||||
| Homeownership rate | 77.04 |
|
||||
| Unemployment rate | 3.22 |
|
||||
| Median home value | 315700 |
|
||||
| Gini index | 0.4727 |
|
||||
| Vacancy rate | 30.89 |
|
||||
| White | 30564 |
|
||||
| Black | 210 |
|
||||
| Asian | 176 |
|
||||
| Native | 612 |
|
||||
| Hispanic/Latino | 714 |
|
||||
| Bachelor's or higher | 15054 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Genesee County, MI"
|
||||
classification: county
|
||||
fips: "26049"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 403305
|
||||
population_under_18: 89589
|
||||
population_18_64: 237981
|
||||
population_65_plus: 75735
|
||||
median_household_income: 62281
|
||||
poverty_rate: 16.4
|
||||
homeownership_rate: 70.73
|
||||
unemployment_rate: 8.07
|
||||
median_home_value: 182400
|
||||
gini_index: 0.4602
|
||||
vacancy_rate: 9.01
|
||||
race_white: 290657
|
||||
race_black: 77933
|
||||
race_asian: 4378
|
||||
race_native: 1146
|
||||
hispanic: 17176
|
||||
bachelors_plus: 87764
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Genesee County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 403305 |
|
||||
| Under 18 | 89589 |
|
||||
| 18–64 | 237981 |
|
||||
| 65+ | 75735 |
|
||||
| Median household income | 62281 |
|
||||
| Poverty rate | 16.4 |
|
||||
| Homeownership rate | 70.73 |
|
||||
| Unemployment rate | 8.07 |
|
||||
| Median home value | 182400 |
|
||||
| Gini index | 0.4602 |
|
||||
| Vacancy rate | 9.01 |
|
||||
| White | 290657 |
|
||||
| Black | 77933 |
|
||||
| Asian | 4378 |
|
||||
| Native | 1146 |
|
||||
| Hispanic/Latino | 17176 |
|
||||
| Bachelor's or higher | 87764 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gladwin County, MI"
|
||||
classification: county
|
||||
fips: "26051"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25693
|
||||
population_under_18: 4852
|
||||
population_18_64: 13822
|
||||
population_65_plus: 7019
|
||||
median_household_income: 55349
|
||||
poverty_rate: 14.88
|
||||
homeownership_rate: 86.08
|
||||
unemployment_rate: 6.78
|
||||
median_home_value: 162300
|
||||
gini_index: 0.4337
|
||||
vacancy_rate: 33.79
|
||||
race_white: 24093
|
||||
race_black: 81
|
||||
race_asian: 117
|
||||
race_native: 126
|
||||
hispanic: 575
|
||||
bachelors_plus: 4368
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gladwin County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25693 |
|
||||
| Under 18 | 4852 |
|
||||
| 18–64 | 13822 |
|
||||
| 65+ | 7019 |
|
||||
| Median household income | 55349 |
|
||||
| Poverty rate | 14.88 |
|
||||
| Homeownership rate | 86.08 |
|
||||
| Unemployment rate | 6.78 |
|
||||
| Median home value | 162300 |
|
||||
| Gini index | 0.4337 |
|
||||
| Vacancy rate | 33.79 |
|
||||
| White | 24093 |
|
||||
| Black | 81 |
|
||||
| Asian | 117 |
|
||||
| Native | 126 |
|
||||
| Hispanic/Latino | 575 |
|
||||
| Bachelor's or higher | 4368 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gogebic County, MI"
|
||||
classification: county
|
||||
fips: "26053"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 14319
|
||||
population_under_18: 2346
|
||||
population_18_64: 7770
|
||||
population_65_plus: 4203
|
||||
median_household_income: 52732
|
||||
poverty_rate: 14.4
|
||||
homeownership_rate: 80.98
|
||||
unemployment_rate: 6.49
|
||||
median_home_value: 107200
|
||||
gini_index: 0.4788
|
||||
vacancy_rate: 32.76
|
||||
race_white: 13031
|
||||
race_black: 68
|
||||
race_asian: 86
|
||||
race_native: 346
|
||||
hispanic: 291
|
||||
bachelors_plus: 3441
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gogebic County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 14319 |
|
||||
| Under 18 | 2346 |
|
||||
| 18–64 | 7770 |
|
||||
| 65+ | 4203 |
|
||||
| Median household income | 52732 |
|
||||
| Poverty rate | 14.4 |
|
||||
| Homeownership rate | 80.98 |
|
||||
| Unemployment rate | 6.49 |
|
||||
| Median home value | 107200 |
|
||||
| Gini index | 0.4788 |
|
||||
| Vacancy rate | 32.76 |
|
||||
| White | 13031 |
|
||||
| Black | 68 |
|
||||
| Asian | 86 |
|
||||
| Native | 346 |
|
||||
| Hispanic/Latino | 291 |
|
||||
| Bachelor's or higher | 3441 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Grand Traverse County, MI"
|
||||
classification: county
|
||||
fips: "26055"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 96166
|
||||
population_under_18: 18689
|
||||
population_18_64: 56368
|
||||
population_65_plus: 21109
|
||||
median_household_income: 81647
|
||||
poverty_rate: 9.63
|
||||
homeownership_rate: 77.17
|
||||
unemployment_rate: 3.81
|
||||
median_home_value: 339400
|
||||
gini_index: 0.4376
|
||||
vacancy_rate: 14.29
|
||||
race_white: 88184
|
||||
race_black: 789
|
||||
race_asian: 655
|
||||
race_native: 623
|
||||
hispanic: 3242
|
||||
bachelors_plus: 40297
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Grand Traverse County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 96166 |
|
||||
| Under 18 | 18689 |
|
||||
| 18–64 | 56368 |
|
||||
| 65+ | 21109 |
|
||||
| Median household income | 81647 |
|
||||
| Poverty rate | 9.63 |
|
||||
| Homeownership rate | 77.17 |
|
||||
| Unemployment rate | 3.81 |
|
||||
| Median home value | 339400 |
|
||||
| Gini index | 0.4376 |
|
||||
| Vacancy rate | 14.29 |
|
||||
| White | 88184 |
|
||||
| Black | 789 |
|
||||
| Asian | 655 |
|
||||
| Native | 623 |
|
||||
| Hispanic/Latino | 3242 |
|
||||
| Bachelor's or higher | 40297 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Gratiot County, MI"
|
||||
classification: county
|
||||
fips: "26057"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 41385
|
||||
population_under_18: 8079
|
||||
population_18_64: 25929
|
||||
population_65_plus: 7377
|
||||
median_household_income: 63556
|
||||
poverty_rate: 13.97
|
||||
homeownership_rate: 78.86
|
||||
unemployment_rate: 4.18
|
||||
median_home_value: 147500
|
||||
gini_index: 0.4404
|
||||
vacancy_rate: 8.12
|
||||
race_white: 35595
|
||||
race_black: 2413
|
||||
race_asian: 169
|
||||
race_native: 108
|
||||
hispanic: 3171
|
||||
bachelors_plus: 7032
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gratiot County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 41385 |
|
||||
| Under 18 | 8079 |
|
||||
| 18–64 | 25929 |
|
||||
| 65+ | 7377 |
|
||||
| Median household income | 63556 |
|
||||
| Poverty rate | 13.97 |
|
||||
| Homeownership rate | 78.86 |
|
||||
| Unemployment rate | 4.18 |
|
||||
| Median home value | 147500 |
|
||||
| Gini index | 0.4404 |
|
||||
| Vacancy rate | 8.12 |
|
||||
| White | 35595 |
|
||||
| Black | 2413 |
|
||||
| Asian | 169 |
|
||||
| Native | 108 |
|
||||
| Hispanic/Latino | 3171 |
|
||||
| Bachelor's or higher | 7032 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Hillsdale County, MI"
|
||||
classification: county
|
||||
fips: "26059"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 45654
|
||||
population_under_18: 9826
|
||||
population_18_64: 26065
|
||||
population_65_plus: 9763
|
||||
median_household_income: 64242
|
||||
poverty_rate: 14.37
|
||||
homeownership_rate: 82.01
|
||||
unemployment_rate: 4.38
|
||||
median_home_value: 176100
|
||||
gini_index: 0.4307
|
||||
vacancy_rate: 16.99
|
||||
race_white: 42662
|
||||
race_black: 318
|
||||
race_asian: 117
|
||||
race_native: 31
|
||||
hispanic: 1283
|
||||
bachelors_plus: 9268
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Hillsdale County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 45654 |
|
||||
| Under 18 | 9826 |
|
||||
| 18–64 | 26065 |
|
||||
| 65+ | 9763 |
|
||||
| Median household income | 64242 |
|
||||
| Poverty rate | 14.37 |
|
||||
| Homeownership rate | 82.01 |
|
||||
| Unemployment rate | 4.38 |
|
||||
| Median home value | 176100 |
|
||||
| Gini index | 0.4307 |
|
||||
| Vacancy rate | 16.99 |
|
||||
| White | 42662 |
|
||||
| Black | 318 |
|
||||
| Asian | 117 |
|
||||
| Native | 31 |
|
||||
| Hispanic/Latino | 1283 |
|
||||
| Bachelor's or higher | 9268 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Houghton County, MI"
|
||||
classification: county
|
||||
fips: "26061"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 37693
|
||||
population_under_18: 7459
|
||||
population_18_64: 23459
|
||||
population_65_plus: 6775
|
||||
median_household_income: 58899
|
||||
poverty_rate: 16.5
|
||||
homeownership_rate: 71.8
|
||||
unemployment_rate: 5.71
|
||||
median_home_value: 159900
|
||||
gini_index: 0.4644
|
||||
vacancy_rate: 24.19
|
||||
race_white: 34481
|
||||
race_black: 444
|
||||
race_asian: 1084
|
||||
race_native: 187
|
||||
hispanic: 697
|
||||
bachelors_plus: 11806
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Houghton County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 37693 |
|
||||
| Under 18 | 7459 |
|
||||
| 18–64 | 23459 |
|
||||
| 65+ | 6775 |
|
||||
| Median household income | 58899 |
|
||||
| Poverty rate | 16.5 |
|
||||
| Homeownership rate | 71.8 |
|
||||
| Unemployment rate | 5.71 |
|
||||
| Median home value | 159900 |
|
||||
| Gini index | 0.4644 |
|
||||
| Vacancy rate | 24.19 |
|
||||
| White | 34481 |
|
||||
| Black | 444 |
|
||||
| Asian | 1084 |
|
||||
| Native | 187 |
|
||||
| Hispanic/Latino | 697 |
|
||||
| Bachelor's or higher | 11806 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Huron County, MI"
|
||||
classification: county
|
||||
fips: "26063"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 31113
|
||||
population_under_18: 5906
|
||||
population_18_64: 16742
|
||||
population_65_plus: 8465
|
||||
median_household_income: 58870
|
||||
poverty_rate: 12.62
|
||||
homeownership_rate: 81.82
|
||||
unemployment_rate: 4.14
|
||||
median_home_value: 154300
|
||||
gini_index: 0.4426
|
||||
vacancy_rate: 30.46
|
||||
race_white: 29230
|
||||
race_black: 108
|
||||
race_asian: 180
|
||||
race_native: 70
|
||||
hispanic: 886
|
||||
bachelors_plus: 5677
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Huron County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 31113 |
|
||||
| Under 18 | 5906 |
|
||||
| 18–64 | 16742 |
|
||||
| 65+ | 8465 |
|
||||
| Median household income | 58870 |
|
||||
| Poverty rate | 12.62 |
|
||||
| Homeownership rate | 81.82 |
|
||||
| Unemployment rate | 4.14 |
|
||||
| Median home value | 154300 |
|
||||
| Gini index | 0.4426 |
|
||||
| Vacancy rate | 30.46 |
|
||||
| White | 29230 |
|
||||
| Black | 108 |
|
||||
| Asian | 180 |
|
||||
| Native | 70 |
|
||||
| Hispanic/Latino | 886 |
|
||||
| Bachelor's or higher | 5677 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ingham County, MI"
|
||||
classification: county
|
||||
fips: "26065"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 283913
|
||||
population_under_18: 55759
|
||||
population_18_64: 185944
|
||||
population_65_plus: 42210
|
||||
median_household_income: 65526
|
||||
poverty_rate: 16.69
|
||||
homeownership_rate: 59.46
|
||||
unemployment_rate: 6.24
|
||||
median_home_value: 198800
|
||||
gini_index: 0.4726
|
||||
vacancy_rate: 7.24
|
||||
race_white: 194933
|
||||
race_black: 32386
|
||||
race_asian: 17807
|
||||
race_native: 1542
|
||||
hispanic: 24806
|
||||
bachelors_plus: 104349
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ingham County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 283913 |
|
||||
| Under 18 | 55759 |
|
||||
| 18–64 | 185944 |
|
||||
| 65+ | 42210 |
|
||||
| Median household income | 65526 |
|
||||
| Poverty rate | 16.69 |
|
||||
| Homeownership rate | 59.46 |
|
||||
| Unemployment rate | 6.24 |
|
||||
| Median home value | 198800 |
|
||||
| Gini index | 0.4726 |
|
||||
| Vacancy rate | 7.24 |
|
||||
| White | 194933 |
|
||||
| Black | 32386 |
|
||||
| Asian | 17807 |
|
||||
| Native | 1542 |
|
||||
| Hispanic/Latino | 24806 |
|
||||
| Bachelor's or higher | 104349 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ionia County, MI"
|
||||
classification: county
|
||||
fips: "26067"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 66574
|
||||
population_under_18: 13909
|
||||
population_18_64: 42143
|
||||
population_65_plus: 10522
|
||||
median_household_income: 75611
|
||||
poverty_rate: 10.62
|
||||
homeownership_rate: 77.29
|
||||
unemployment_rate: 3.93
|
||||
median_home_value: 198500
|
||||
gini_index: 0.4158
|
||||
vacancy_rate: 6.06
|
||||
race_white: 57874
|
||||
race_black: 2261
|
||||
race_asian: 304
|
||||
race_native: 398
|
||||
hispanic: 3539
|
||||
bachelors_plus: 11128
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ionia County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 66574 |
|
||||
| Under 18 | 13909 |
|
||||
| 18–64 | 42143 |
|
||||
| 65+ | 10522 |
|
||||
| Median household income | 75611 |
|
||||
| Poverty rate | 10.62 |
|
||||
| Homeownership rate | 77.29 |
|
||||
| Unemployment rate | 3.93 |
|
||||
| Median home value | 198500 |
|
||||
| Gini index | 0.4158 |
|
||||
| Vacancy rate | 6.06 |
|
||||
| White | 57874 |
|
||||
| Black | 2261 |
|
||||
| Asian | 304 |
|
||||
| Native | 398 |
|
||||
| Hispanic/Latino | 3539 |
|
||||
| Bachelor's or higher | 11128 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Iosco County, MI"
|
||||
classification: county
|
||||
fips: "26069"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25347
|
||||
population_under_18: 4308
|
||||
population_18_64: 13167
|
||||
population_65_plus: 7872
|
||||
median_household_income: 50066
|
||||
poverty_rate: 17.73
|
||||
homeownership_rate: 82.07
|
||||
unemployment_rate: 6.49
|
||||
median_home_value: 142200
|
||||
gini_index: 0.4711
|
||||
vacancy_rate: 41.61
|
||||
race_white: 23326
|
||||
race_black: 237
|
||||
race_asian: 198
|
||||
race_native: 62
|
||||
hispanic: 719
|
||||
bachelors_plus: 5289
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Iosco County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25347 |
|
||||
| Under 18 | 4308 |
|
||||
| 18–64 | 13167 |
|
||||
| 65+ | 7872 |
|
||||
| Median household income | 50066 |
|
||||
| Poverty rate | 17.73 |
|
||||
| Homeownership rate | 82.07 |
|
||||
| Unemployment rate | 6.49 |
|
||||
| Median home value | 142200 |
|
||||
| Gini index | 0.4711 |
|
||||
| Vacancy rate | 41.61 |
|
||||
| White | 23326 |
|
||||
| Black | 237 |
|
||||
| Asian | 198 |
|
||||
| Native | 62 |
|
||||
| Hispanic/Latino | 719 |
|
||||
| Bachelor's or higher | 5289 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Iron County, MI"
|
||||
classification: county
|
||||
fips: "26071"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 11667
|
||||
population_under_18: 2044
|
||||
population_18_64: 5961
|
||||
population_65_plus: 3662
|
||||
median_household_income: 55940
|
||||
poverty_rate: 16.99
|
||||
homeownership_rate: 84.5
|
||||
unemployment_rate: 5.35
|
||||
median_home_value: 109100
|
||||
gini_index: 0.4557
|
||||
vacancy_rate: 39.42
|
||||
race_white: 10646
|
||||
race_black: 110
|
||||
race_asian: 69
|
||||
race_native: 101
|
||||
hispanic: 268
|
||||
bachelors_plus: 2675
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Iron County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 11667 |
|
||||
| Under 18 | 2044 |
|
||||
| 18–64 | 5961 |
|
||||
| 65+ | 3662 |
|
||||
| Median household income | 55940 |
|
||||
| Poverty rate | 16.99 |
|
||||
| Homeownership rate | 84.5 |
|
||||
| Unemployment rate | 5.35 |
|
||||
| Median home value | 109100 |
|
||||
| Gini index | 0.4557 |
|
||||
| Vacancy rate | 39.42 |
|
||||
| White | 10646 |
|
||||
| Black | 110 |
|
||||
| Asian | 69 |
|
||||
| Native | 101 |
|
||||
| Hispanic/Latino | 268 |
|
||||
| Bachelor's or higher | 2675 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Isabella County, MI"
|
||||
classification: county
|
||||
fips: "26073"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 64565
|
||||
population_under_18: 11471
|
||||
population_18_64: 44072
|
||||
population_65_plus: 9022
|
||||
median_household_income: 55237
|
||||
poverty_rate: 21.9
|
||||
homeownership_rate: 61.84
|
||||
unemployment_rate: 6.39
|
||||
median_home_value: 170400
|
||||
gini_index: 0.4612
|
||||
vacancy_rate: 13.07
|
||||
race_white: 54561
|
||||
race_black: 1616
|
||||
race_asian: 1091
|
||||
race_native: 1934
|
||||
hispanic: 3281
|
||||
bachelors_plus: 16367
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Isabella County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 64565 |
|
||||
| Under 18 | 11471 |
|
||||
| 18–64 | 44072 |
|
||||
| 65+ | 9022 |
|
||||
| Median household income | 55237 |
|
||||
| Poverty rate | 21.9 |
|
||||
| Homeownership rate | 61.84 |
|
||||
| Unemployment rate | 6.39 |
|
||||
| Median home value | 170400 |
|
||||
| Gini index | 0.4612 |
|
||||
| Vacancy rate | 13.07 |
|
||||
| White | 54561 |
|
||||
| Black | 1616 |
|
||||
| Asian | 1091 |
|
||||
| Native | 1934 |
|
||||
| Hispanic/Latino | 3281 |
|
||||
| Bachelor's or higher | 16367 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Jackson County, MI"
|
||||
classification: county
|
||||
fips: "26075"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 160060
|
||||
population_under_18: 33464
|
||||
population_18_64: 96085
|
||||
population_65_plus: 30511
|
||||
median_household_income: 66073
|
||||
poverty_rate: 11.65
|
||||
homeownership_rate: 75.04
|
||||
unemployment_rate: 5.53
|
||||
median_home_value: 193700
|
||||
gini_index: 0.4453
|
||||
vacancy_rate: 9.74
|
||||
race_white: 133048
|
||||
race_black: 11836
|
||||
race_asian: 1239
|
||||
race_native: 495
|
||||
hispanic: 6542
|
||||
bachelors_plus: 35224
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Jackson County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 160060 |
|
||||
| Under 18 | 33464 |
|
||||
| 18–64 | 96085 |
|
||||
| 65+ | 30511 |
|
||||
| Median household income | 66073 |
|
||||
| Poverty rate | 11.65 |
|
||||
| Homeownership rate | 75.04 |
|
||||
| Unemployment rate | 5.53 |
|
||||
| Median home value | 193700 |
|
||||
| Gini index | 0.4453 |
|
||||
| Vacancy rate | 9.74 |
|
||||
| White | 133048 |
|
||||
| Black | 11836 |
|
||||
| Asian | 1239 |
|
||||
| Native | 495 |
|
||||
| Hispanic/Latino | 6542 |
|
||||
| Bachelor's or higher | 35224 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kalamazoo County, MI"
|
||||
classification: county
|
||||
fips: "26077"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 262375
|
||||
population_under_18: 55906
|
||||
population_18_64: 164129
|
||||
population_65_plus: 42340
|
||||
median_household_income: 72532
|
||||
poverty_rate: 12.66
|
||||
homeownership_rate: 64.52
|
||||
unemployment_rate: 5.51
|
||||
median_home_value: 241800
|
||||
gini_index: 0.4734
|
||||
vacancy_rate: 6.79
|
||||
race_white: 199261
|
||||
race_black: 28850
|
||||
race_asian: 7470
|
||||
race_native: 954
|
||||
hispanic: 15483
|
||||
bachelors_plus: 96419
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kalamazoo County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 262375 |
|
||||
| Under 18 | 55906 |
|
||||
| 18–64 | 164129 |
|
||||
| 65+ | 42340 |
|
||||
| Median household income | 72532 |
|
||||
| Poverty rate | 12.66 |
|
||||
| Homeownership rate | 64.52 |
|
||||
| Unemployment rate | 5.51 |
|
||||
| Median home value | 241800 |
|
||||
| Gini index | 0.4734 |
|
||||
| Vacancy rate | 6.79 |
|
||||
| White | 199261 |
|
||||
| Black | 28850 |
|
||||
| Asian | 7470 |
|
||||
| Native | 954 |
|
||||
| Hispanic/Latino | 15483 |
|
||||
| Bachelor's or higher | 96419 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kalkaska County, MI"
|
||||
classification: county
|
||||
fips: "26079"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 18239
|
||||
population_under_18: 3671
|
||||
population_18_64: 10607
|
||||
population_65_plus: 3961
|
||||
median_household_income: 68578
|
||||
poverty_rate: 12.24
|
||||
homeownership_rate: 88.18
|
||||
unemployment_rate: 3.85
|
||||
median_home_value: 188900
|
||||
gini_index: 0.4065
|
||||
vacancy_rate: 33.37
|
||||
race_white: 16970
|
||||
race_black: 148
|
||||
race_asian: 91
|
||||
race_native: 38
|
||||
hispanic: 417
|
||||
bachelors_plus: 3473
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kalkaska County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 18239 |
|
||||
| Under 18 | 3671 |
|
||||
| 18–64 | 10607 |
|
||||
| 65+ | 3961 |
|
||||
| Median household income | 68578 |
|
||||
| Poverty rate | 12.24 |
|
||||
| Homeownership rate | 88.18 |
|
||||
| Unemployment rate | 3.85 |
|
||||
| Median home value | 188900 |
|
||||
| Gini index | 0.4065 |
|
||||
| Vacancy rate | 33.37 |
|
||||
| White | 16970 |
|
||||
| Black | 148 |
|
||||
| Asian | 91 |
|
||||
| Native | 38 |
|
||||
| Hispanic/Latino | 417 |
|
||||
| Bachelor's or higher | 3473 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Kent County, MI"
|
||||
classification: county
|
||||
fips: "26081"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 663150
|
||||
population_under_18: 155818
|
||||
population_18_64: 408507
|
||||
population_65_plus: 98825
|
||||
median_household_income: 82631
|
||||
poverty_rate: 10.05
|
||||
homeownership_rate: 70.32
|
||||
unemployment_rate: 4.16
|
||||
median_home_value: 289900
|
||||
gini_index: 0.4485
|
||||
vacancy_rate: 4.64
|
||||
race_white: 480632
|
||||
race_black: 64774
|
||||
race_asian: 21353
|
||||
race_native: 3249
|
||||
hispanic: 77304
|
||||
bachelors_plus: 247265
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kent County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 663150 |
|
||||
| Under 18 | 155818 |
|
||||
| 18–64 | 408507 |
|
||||
| 65+ | 98825 |
|
||||
| Median household income | 82631 |
|
||||
| Poverty rate | 10.05 |
|
||||
| Homeownership rate | 70.32 |
|
||||
| Unemployment rate | 4.16 |
|
||||
| Median home value | 289900 |
|
||||
| Gini index | 0.4485 |
|
||||
| Vacancy rate | 4.64 |
|
||||
| White | 480632 |
|
||||
| Black | 64774 |
|
||||
| Asian | 21353 |
|
||||
| Native | 3249 |
|
||||
| Hispanic/Latino | 77304 |
|
||||
| Bachelor's or higher | 247265 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Keweenaw County, MI"
|
||||
classification: county
|
||||
fips: "26083"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 2133
|
||||
population_under_18: 318
|
||||
population_18_64: 1036
|
||||
population_65_plus: 779
|
||||
median_household_income: 52583
|
||||
poverty_rate: 15.16
|
||||
homeownership_rate: 90.66
|
||||
unemployment_rate: 2.15
|
||||
median_home_value: 169800
|
||||
gini_index: 0.494
|
||||
vacancy_rate: 50.76
|
||||
race_white: 1981
|
||||
race_black: 0
|
||||
race_asian: 0
|
||||
race_native: 3
|
||||
hispanic: 42
|
||||
bachelors_plus: 1044
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Keweenaw County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2133 |
|
||||
| Under 18 | 318 |
|
||||
| 18–64 | 1036 |
|
||||
| 65+ | 779 |
|
||||
| Median household income | 52583 |
|
||||
| Poverty rate | 15.16 |
|
||||
| Homeownership rate | 90.66 |
|
||||
| Unemployment rate | 2.15 |
|
||||
| Median home value | 169800 |
|
||||
| Gini index | 0.494 |
|
||||
| Vacancy rate | 50.76 |
|
||||
| White | 1981 |
|
||||
| Black | 0 |
|
||||
| Asian | 0 |
|
||||
| Native | 3 |
|
||||
| Hispanic/Latino | 42 |
|
||||
| Bachelor's or higher | 1044 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lake County, MI"
|
||||
classification: county
|
||||
fips: "26085"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 12563
|
||||
population_under_18: 1857
|
||||
population_18_64: 7283
|
||||
population_65_plus: 3423
|
||||
median_household_income: 50805
|
||||
poverty_rate: 20.52
|
||||
homeownership_rate: 81.98
|
||||
unemployment_rate: 7.39
|
||||
median_home_value: 133900
|
||||
gini_index: 0.4292
|
||||
vacancy_rate: 61.44
|
||||
race_white: 10038
|
||||
race_black: 1005
|
||||
race_asian: 38
|
||||
race_native: 147
|
||||
hispanic: 1163
|
||||
bachelors_plus: 1580
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lake County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 12563 |
|
||||
| Under 18 | 1857 |
|
||||
| 18–64 | 7283 |
|
||||
| 65+ | 3423 |
|
||||
| Median household income | 50805 |
|
||||
| Poverty rate | 20.52 |
|
||||
| Homeownership rate | 81.98 |
|
||||
| Unemployment rate | 7.39 |
|
||||
| Median home value | 133900 |
|
||||
| Gini index | 0.4292 |
|
||||
| Vacancy rate | 61.44 |
|
||||
| White | 10038 |
|
||||
| Black | 1005 |
|
||||
| Asian | 38 |
|
||||
| Native | 147 |
|
||||
| Hispanic/Latino | 1163 |
|
||||
| Bachelor's or higher | 1580 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lapeer County, MI"
|
||||
classification: county
|
||||
fips: "26087"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 88837
|
||||
population_under_18: 17667
|
||||
population_18_64: 53254
|
||||
population_65_plus: 17916
|
||||
median_household_income: 77306
|
||||
poverty_rate: 9.71
|
||||
homeownership_rate: 86.04
|
||||
unemployment_rate: 5.06
|
||||
median_home_value: 239000
|
||||
gini_index: 0.4218
|
||||
vacancy_rate: 6.22
|
||||
race_white: 80733
|
||||
race_black: 920
|
||||
race_asian: 259
|
||||
race_native: 330
|
||||
hispanic: 4476
|
||||
bachelors_plus: 17419
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lapeer County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 88837 |
|
||||
| Under 18 | 17667 |
|
||||
| 18–64 | 53254 |
|
||||
| 65+ | 17916 |
|
||||
| Median household income | 77306 |
|
||||
| Poverty rate | 9.71 |
|
||||
| Homeownership rate | 86.04 |
|
||||
| Unemployment rate | 5.06 |
|
||||
| Median home value | 239000 |
|
||||
| Gini index | 0.4218 |
|
||||
| Vacancy rate | 6.22 |
|
||||
| White | 80733 |
|
||||
| Black | 920 |
|
||||
| Asian | 259 |
|
||||
| Native | 330 |
|
||||
| Hispanic/Latino | 4476 |
|
||||
| Bachelor's or higher | 17419 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Leelanau County, MI"
|
||||
classification: county
|
||||
fips: "26089"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 22734
|
||||
population_under_18: 3500
|
||||
population_18_64: 11561
|
||||
population_65_plus: 7673
|
||||
median_household_income: 99422
|
||||
poverty_rate: 6.53
|
||||
homeownership_rate: 91.62
|
||||
unemployment_rate: 3.43
|
||||
median_home_value: 458400
|
||||
gini_index: 0.4688
|
||||
vacancy_rate: 38.8
|
||||
race_white: 20420
|
||||
race_black: 162
|
||||
race_asian: 106
|
||||
race_native: 596
|
||||
hispanic: 982
|
||||
bachelors_plus: 13202
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Leelanau County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 22734 |
|
||||
| Under 18 | 3500 |
|
||||
| 18–64 | 11561 |
|
||||
| 65+ | 7673 |
|
||||
| Median household income | 99422 |
|
||||
| Poverty rate | 6.53 |
|
||||
| Homeownership rate | 91.62 |
|
||||
| Unemployment rate | 3.43 |
|
||||
| Median home value | 458400 |
|
||||
| Gini index | 0.4688 |
|
||||
| Vacancy rate | 38.8 |
|
||||
| White | 20420 |
|
||||
| Black | 162 |
|
||||
| Asian | 106 |
|
||||
| Native | 596 |
|
||||
| Hispanic/Latino | 982 |
|
||||
| Bachelor's or higher | 13202 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lenawee County, MI"
|
||||
classification: county
|
||||
fips: "26091"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 98415
|
||||
population_under_18: 20217
|
||||
population_18_64: 58175
|
||||
population_65_plus: 20023
|
||||
median_household_income: 70518
|
||||
poverty_rate: 10.71
|
||||
homeownership_rate: 79.56
|
||||
unemployment_rate: 4.72
|
||||
median_home_value: 196800
|
||||
gini_index: 0.4108
|
||||
vacancy_rate: 11.17
|
||||
race_white: 85816
|
||||
race_black: 2335
|
||||
race_asian: 355
|
||||
race_native: 259
|
||||
hispanic: 8797
|
||||
bachelors_plus: 21196
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lenawee County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 98415 |
|
||||
| Under 18 | 20217 |
|
||||
| 18–64 | 58175 |
|
||||
| 65+ | 20023 |
|
||||
| Median household income | 70518 |
|
||||
| Poverty rate | 10.71 |
|
||||
| Homeownership rate | 79.56 |
|
||||
| Unemployment rate | 4.72 |
|
||||
| Median home value | 196800 |
|
||||
| Gini index | 0.4108 |
|
||||
| Vacancy rate | 11.17 |
|
||||
| White | 85816 |
|
||||
| Black | 2335 |
|
||||
| Asian | 355 |
|
||||
| Native | 259 |
|
||||
| Hispanic/Latino | 8797 |
|
||||
| Bachelor's or higher | 21196 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Livingston County, MI"
|
||||
classification: county
|
||||
fips: "26093"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 195833
|
||||
population_under_18: 39707
|
||||
population_18_64: 117459
|
||||
population_65_plus: 38667
|
||||
median_household_income: 103039
|
||||
poverty_rate: 5.08
|
||||
homeownership_rate: 86.87
|
||||
unemployment_rate: 3.42
|
||||
median_home_value: 356800
|
||||
gini_index: 0.4165
|
||||
vacancy_rate: 4.88
|
||||
race_white: 183088
|
||||
race_black: 1157
|
||||
race_asian: 1938
|
||||
race_native: 438
|
||||
hispanic: 5783
|
||||
bachelors_plus: 75802
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Livingston County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 195833 |
|
||||
| Under 18 | 39707 |
|
||||
| 18–64 | 117459 |
|
||||
| 65+ | 38667 |
|
||||
| Median household income | 103039 |
|
||||
| Poverty rate | 5.08 |
|
||||
| Homeownership rate | 86.87 |
|
||||
| Unemployment rate | 3.42 |
|
||||
| Median home value | 356800 |
|
||||
| Gini index | 0.4165 |
|
||||
| Vacancy rate | 4.88 |
|
||||
| White | 183088 |
|
||||
| Black | 1157 |
|
||||
| Asian | 1938 |
|
||||
| Native | 438 |
|
||||
| Hispanic/Latino | 5783 |
|
||||
| Bachelor's or higher | 75802 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Luce County, MI"
|
||||
classification: county
|
||||
fips: "26095"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 6271
|
||||
population_under_18: 1021
|
||||
population_18_64: 3832
|
||||
population_65_plus: 1418
|
||||
median_household_income: 54893
|
||||
poverty_rate: 16.67
|
||||
homeownership_rate: 82.57
|
||||
unemployment_rate: 9.92
|
||||
median_home_value: 112000
|
||||
gini_index: 0.4046
|
||||
vacancy_rate: 39.64
|
||||
race_white: 4821
|
||||
race_black: 516
|
||||
race_asian: 8
|
||||
race_native: 433
|
||||
hispanic: 124
|
||||
bachelors_plus: 1198
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Luce County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6271 |
|
||||
| Under 18 | 1021 |
|
||||
| 18–64 | 3832 |
|
||||
| 65+ | 1418 |
|
||||
| Median household income | 54893 |
|
||||
| Poverty rate | 16.67 |
|
||||
| Homeownership rate | 82.57 |
|
||||
| Unemployment rate | 9.92 |
|
||||
| Median home value | 112000 |
|
||||
| Gini index | 0.4046 |
|
||||
| Vacancy rate | 39.64 |
|
||||
| White | 4821 |
|
||||
| Black | 516 |
|
||||
| Asian | 8 |
|
||||
| Native | 433 |
|
||||
| Hispanic/Latino | 124 |
|
||||
| Bachelor's or higher | 1198 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mackinac County, MI"
|
||||
classification: county
|
||||
fips: "26097"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 10957
|
||||
population_under_18: 1641
|
||||
population_18_64: 6061
|
||||
population_65_plus: 3255
|
||||
median_household_income: 63909
|
||||
poverty_rate: 16.05
|
||||
homeownership_rate: 77.88
|
||||
unemployment_rate: 7.97
|
||||
median_home_value: 174500
|
||||
gini_index: 0.4472
|
||||
vacancy_rate: 50.94
|
||||
race_white: 7852
|
||||
race_black: 525
|
||||
race_asian: 67
|
||||
race_native: 1502
|
||||
hispanic: 247
|
||||
bachelors_plus: 2978
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mackinac County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 10957 |
|
||||
| Under 18 | 1641 |
|
||||
| 18–64 | 6061 |
|
||||
| 65+ | 3255 |
|
||||
| Median household income | 63909 |
|
||||
| Poverty rate | 16.05 |
|
||||
| Homeownership rate | 77.88 |
|
||||
| Unemployment rate | 7.97 |
|
||||
| Median home value | 174500 |
|
||||
| Gini index | 0.4472 |
|
||||
| Vacancy rate | 50.94 |
|
||||
| White | 7852 |
|
||||
| Black | 525 |
|
||||
| Asian | 67 |
|
||||
| Native | 1502 |
|
||||
| Hispanic/Latino | 247 |
|
||||
| Bachelor's or higher | 2978 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Macomb County, MI"
|
||||
classification: county
|
||||
fips: "26099"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 879853
|
||||
population_under_18: 181649
|
||||
population_18_64: 537336
|
||||
population_65_plus: 160868
|
||||
median_household_income: 77837
|
||||
poverty_rate: 10.41
|
||||
homeownership_rate: 75.02
|
||||
unemployment_rate: 5.73
|
||||
median_home_value: 243900
|
||||
gini_index: 0.43
|
||||
vacancy_rate: 3.95
|
||||
race_white: 658451
|
||||
race_black: 112586
|
||||
race_asian: 44501
|
||||
race_native: 1898
|
||||
hispanic: 27877
|
||||
bachelors_plus: 235234
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Macomb County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 879853 |
|
||||
| Under 18 | 181649 |
|
||||
| 18–64 | 537336 |
|
||||
| 65+ | 160868 |
|
||||
| Median household income | 77837 |
|
||||
| Poverty rate | 10.41 |
|
||||
| Homeownership rate | 75.02 |
|
||||
| Unemployment rate | 5.73 |
|
||||
| Median home value | 243900 |
|
||||
| Gini index | 0.43 |
|
||||
| Vacancy rate | 3.95 |
|
||||
| White | 658451 |
|
||||
| Black | 112586 |
|
||||
| Asian | 44501 |
|
||||
| Native | 1898 |
|
||||
| Hispanic/Latino | 27877 |
|
||||
| Bachelor's or higher | 235234 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Manistee County, MI"
|
||||
classification: county
|
||||
fips: "26101"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25350
|
||||
population_under_18: 4218
|
||||
population_18_64: 14037
|
||||
population_65_plus: 7095
|
||||
median_household_income: 63516
|
||||
poverty_rate: 12.65
|
||||
homeownership_rate: 85.76
|
||||
unemployment_rate: 6.36
|
||||
median_home_value: 182200
|
||||
gini_index: 0.4465
|
||||
vacancy_rate: 32.79
|
||||
race_white: 22442
|
||||
race_black: 859
|
||||
race_asian: 104
|
||||
race_native: 324
|
||||
hispanic: 904
|
||||
bachelors_plus: 6473
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Manistee County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25350 |
|
||||
| Under 18 | 4218 |
|
||||
| 18–64 | 14037 |
|
||||
| 65+ | 7095 |
|
||||
| Median household income | 63516 |
|
||||
| Poverty rate | 12.65 |
|
||||
| Homeownership rate | 85.76 |
|
||||
| Unemployment rate | 6.36 |
|
||||
| Median home value | 182200 |
|
||||
| Gini index | 0.4465 |
|
||||
| Vacancy rate | 32.79 |
|
||||
| White | 22442 |
|
||||
| Black | 859 |
|
||||
| Asian | 104 |
|
||||
| Native | 324 |
|
||||
| Hispanic/Latino | 904 |
|
||||
| Bachelor's or higher | 6473 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Marquette County, MI"
|
||||
classification: county
|
||||
fips: "26103"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 67112
|
||||
population_under_18: 11749
|
||||
population_18_64: 41729
|
||||
population_65_plus: 13634
|
||||
median_household_income: 65429
|
||||
poverty_rate: 13.95
|
||||
homeownership_rate: 69.65
|
||||
unemployment_rate: 4.62
|
||||
median_home_value: 216500
|
||||
gini_index: 0.428
|
||||
vacancy_rate: 15.93
|
||||
race_white: 61199
|
||||
race_black: 914
|
||||
race_asian: 340
|
||||
race_native: 708
|
||||
hispanic: 1414
|
||||
bachelors_plus: 21890
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Marquette County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 67112 |
|
||||
| Under 18 | 11749 |
|
||||
| 18–64 | 41729 |
|
||||
| 65+ | 13634 |
|
||||
| Median household income | 65429 |
|
||||
| Poverty rate | 13.95 |
|
||||
| Homeownership rate | 69.65 |
|
||||
| Unemployment rate | 4.62 |
|
||||
| Median home value | 216500 |
|
||||
| Gini index | 0.428 |
|
||||
| Vacancy rate | 15.93 |
|
||||
| White | 61199 |
|
||||
| Black | 914 |
|
||||
| Asian | 340 |
|
||||
| Native | 708 |
|
||||
| Hispanic/Latino | 1414 |
|
||||
| Bachelor's or higher | 21890 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mason County, MI"
|
||||
classification: county
|
||||
fips: "26105"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 29207
|
||||
population_under_18: 5714
|
||||
population_18_64: 15804
|
||||
population_65_plus: 7689
|
||||
median_household_income: 64748
|
||||
poverty_rate: 14.13
|
||||
homeownership_rate: 78.31
|
||||
unemployment_rate: 4.54
|
||||
median_home_value: 219600
|
||||
gini_index: 0.4436
|
||||
vacancy_rate: 27.25
|
||||
race_white: 26749
|
||||
race_black: 279
|
||||
race_asian: 145
|
||||
race_native: 140
|
||||
hispanic: 1420
|
||||
bachelors_plus: 7971
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mason County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 29207 |
|
||||
| Under 18 | 5714 |
|
||||
| 18–64 | 15804 |
|
||||
| 65+ | 7689 |
|
||||
| Median household income | 64748 |
|
||||
| Poverty rate | 14.13 |
|
||||
| Homeownership rate | 78.31 |
|
||||
| Unemployment rate | 4.54 |
|
||||
| Median home value | 219600 |
|
||||
| Gini index | 0.4436 |
|
||||
| Vacancy rate | 27.25 |
|
||||
| White | 26749 |
|
||||
| Black | 279 |
|
||||
| Asian | 145 |
|
||||
| Native | 140 |
|
||||
| Hispanic/Latino | 1420 |
|
||||
| Bachelor's or higher | 7971 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mecosta County, MI"
|
||||
classification: county
|
||||
fips: "26107"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 41242
|
||||
population_under_18: 7876
|
||||
population_18_64: 24967
|
||||
population_65_plus: 8399
|
||||
median_household_income: 60951
|
||||
poverty_rate: 19.86
|
||||
homeownership_rate: 76.92
|
||||
unemployment_rate: 3.98
|
||||
median_home_value: 178900
|
||||
gini_index: 0.4164
|
||||
vacancy_rate: 20.96
|
||||
race_white: 37208
|
||||
race_black: 905
|
||||
race_asian: 299
|
||||
race_native: 212
|
||||
hispanic: 1217
|
||||
bachelors_plus: 8175
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mecosta County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 41242 |
|
||||
| Under 18 | 7876 |
|
||||
| 18–64 | 24967 |
|
||||
| 65+ | 8399 |
|
||||
| Median household income | 60951 |
|
||||
| Poverty rate | 19.86 |
|
||||
| Homeownership rate | 76.92 |
|
||||
| Unemployment rate | 3.98 |
|
||||
| Median home value | 178900 |
|
||||
| Gini index | 0.4164 |
|
||||
| Vacancy rate | 20.96 |
|
||||
| White | 37208 |
|
||||
| Black | 905 |
|
||||
| Asian | 299 |
|
||||
| Native | 212 |
|
||||
| Hispanic/Latino | 1217 |
|
||||
| Bachelor's or higher | 8175 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Menominee County, MI"
|
||||
classification: county
|
||||
fips: "26109"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 23247
|
||||
population_under_18: 4054
|
||||
population_18_64: 12932
|
||||
population_65_plus: 6261
|
||||
median_household_income: 56435
|
||||
poverty_rate: 12.18
|
||||
homeownership_rate: 80.68
|
||||
unemployment_rate: 4.16
|
||||
median_home_value: 151800
|
||||
gini_index: 0.4335
|
||||
vacancy_rate: 21.87
|
||||
race_white: 21318
|
||||
race_black: 101
|
||||
race_asian: 90
|
||||
race_native: 484
|
||||
hispanic: 564
|
||||
bachelors_plus: 4222
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Menominee County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23247 |
|
||||
| Under 18 | 4054 |
|
||||
| 18–64 | 12932 |
|
||||
| 65+ | 6261 |
|
||||
| Median household income | 56435 |
|
||||
| Poverty rate | 12.18 |
|
||||
| Homeownership rate | 80.68 |
|
||||
| Unemployment rate | 4.16 |
|
||||
| Median home value | 151800 |
|
||||
| Gini index | 0.4335 |
|
||||
| Vacancy rate | 21.87 |
|
||||
| White | 21318 |
|
||||
| Black | 101 |
|
||||
| Asian | 90 |
|
||||
| Native | 484 |
|
||||
| Hispanic/Latino | 564 |
|
||||
| Bachelor's or higher | 4222 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Midland County, MI"
|
||||
classification: county
|
||||
fips: "26111"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 83757
|
||||
population_under_18: 17545
|
||||
population_18_64: 49289
|
||||
population_65_plus: 16923
|
||||
median_household_income: 77705
|
||||
poverty_rate: 10.74
|
||||
homeownership_rate: 78.08
|
||||
unemployment_rate: 4.37
|
||||
median_home_value: 195400
|
||||
gini_index: 0.4624
|
||||
vacancy_rate: 5.83
|
||||
race_white: 75567
|
||||
race_black: 1022
|
||||
race_asian: 1804
|
||||
race_native: 159
|
||||
hispanic: 2882
|
||||
bachelors_plus: 30699
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Midland County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 83757 |
|
||||
| Under 18 | 17545 |
|
||||
| 18–64 | 49289 |
|
||||
| 65+ | 16923 |
|
||||
| Median household income | 77705 |
|
||||
| Poverty rate | 10.74 |
|
||||
| Homeownership rate | 78.08 |
|
||||
| Unemployment rate | 4.37 |
|
||||
| Median home value | 195400 |
|
||||
| Gini index | 0.4624 |
|
||||
| Vacancy rate | 5.83 |
|
||||
| White | 75567 |
|
||||
| Black | 1022 |
|
||||
| Asian | 1804 |
|
||||
| Native | 159 |
|
||||
| Hispanic/Latino | 2882 |
|
||||
| Bachelor's or higher | 30699 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Missaukee County, MI"
|
||||
classification: county
|
||||
fips: "26113"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 15207
|
||||
population_under_18: 3382
|
||||
population_18_64: 8484
|
||||
population_65_plus: 3341
|
||||
median_household_income: 66194
|
||||
poverty_rate: 11.27
|
||||
homeownership_rate: 84.87
|
||||
unemployment_rate: 6.74
|
||||
median_home_value: 170400
|
||||
gini_index: 0.4366
|
||||
vacancy_rate: 31.92
|
||||
race_white: 13946
|
||||
race_black: 44
|
||||
race_asian: 72
|
||||
race_native: 27
|
||||
hispanic: 521
|
||||
bachelors_plus: 2688
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Missaukee County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 15207 |
|
||||
| Under 18 | 3382 |
|
||||
| 18–64 | 8484 |
|
||||
| 65+ | 3341 |
|
||||
| Median household income | 66194 |
|
||||
| Poverty rate | 11.27 |
|
||||
| Homeownership rate | 84.87 |
|
||||
| Unemployment rate | 6.74 |
|
||||
| Median home value | 170400 |
|
||||
| Gini index | 0.4366 |
|
||||
| Vacancy rate | 31.92 |
|
||||
| White | 13946 |
|
||||
| Black | 44 |
|
||||
| Asian | 72 |
|
||||
| Native | 27 |
|
||||
| Hispanic/Latino | 521 |
|
||||
| Bachelor's or higher | 2688 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Monroe County, MI"
|
||||
classification: county
|
||||
fips: "26115"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 155505
|
||||
population_under_18: 32522
|
||||
population_18_64: 92053
|
||||
population_65_plus: 30930
|
||||
median_household_income: 77335
|
||||
poverty_rate: 10.53
|
||||
homeownership_rate: 81.71
|
||||
unemployment_rate: 5.13
|
||||
median_home_value: 228900
|
||||
gini_index: 0.4232
|
||||
vacancy_rate: 5.35
|
||||
race_white: 139931
|
||||
race_black: 3386
|
||||
race_asian: 623
|
||||
race_native: 165
|
||||
hispanic: 6830
|
||||
bachelors_plus: 35326
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Monroe County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 155505 |
|
||||
| Under 18 | 32522 |
|
||||
| 18–64 | 92053 |
|
||||
| 65+ | 30930 |
|
||||
| Median household income | 77335 |
|
||||
| Poverty rate | 10.53 |
|
||||
| Homeownership rate | 81.71 |
|
||||
| Unemployment rate | 5.13 |
|
||||
| Median home value | 228900 |
|
||||
| Gini index | 0.4232 |
|
||||
| Vacancy rate | 5.35 |
|
||||
| White | 139931 |
|
||||
| Black | 3386 |
|
||||
| Asian | 623 |
|
||||
| Native | 165 |
|
||||
| Hispanic/Latino | 6830 |
|
||||
| Bachelor's or higher | 35326 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montcalm County, MI"
|
||||
classification: county
|
||||
fips: "26117"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 67816
|
||||
population_under_18: 14137
|
||||
population_18_64: 41566
|
||||
population_65_plus: 12113
|
||||
median_household_income: 67344
|
||||
poverty_rate: 12.55
|
||||
homeownership_rate: 83.15
|
||||
unemployment_rate: 5.03
|
||||
median_home_value: 185500
|
||||
gini_index: 0.3997
|
||||
vacancy_rate: 12.92
|
||||
race_white: 59859
|
||||
race_black: 2190
|
||||
race_asian: 149
|
||||
race_native: 165
|
||||
hispanic: 3033
|
||||
bachelors_plus: 10178
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montcalm County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 67816 |
|
||||
| Under 18 | 14137 |
|
||||
| 18–64 | 41566 |
|
||||
| 65+ | 12113 |
|
||||
| Median household income | 67344 |
|
||||
| Poverty rate | 12.55 |
|
||||
| Homeownership rate | 83.15 |
|
||||
| Unemployment rate | 5.03 |
|
||||
| Median home value | 185500 |
|
||||
| Gini index | 0.3997 |
|
||||
| Vacancy rate | 12.92 |
|
||||
| White | 59859 |
|
||||
| Black | 2190 |
|
||||
| Asian | 149 |
|
||||
| Native | 165 |
|
||||
| Hispanic/Latino | 3033 |
|
||||
| Bachelor's or higher | 10178 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Montmorency County, MI"
|
||||
classification: county
|
||||
fips: "26119"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 9516
|
||||
population_under_18: 1419
|
||||
population_18_64: 4945
|
||||
population_65_plus: 3152
|
||||
median_household_income: 49756
|
||||
poverty_rate: 18.16
|
||||
homeownership_rate: 87.91
|
||||
unemployment_rate: 5.31
|
||||
median_home_value: 158600
|
||||
gini_index: 0.4351
|
||||
vacancy_rate: 44.86
|
||||
race_white: 8861
|
||||
race_black: 66
|
||||
race_asian: 61
|
||||
race_native: 53
|
||||
hispanic: 165
|
||||
bachelors_plus: 1593
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Montmorency County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 9516 |
|
||||
| Under 18 | 1419 |
|
||||
| 18–64 | 4945 |
|
||||
| 65+ | 3152 |
|
||||
| Median household income | 49756 |
|
||||
| Poverty rate | 18.16 |
|
||||
| Homeownership rate | 87.91 |
|
||||
| Unemployment rate | 5.31 |
|
||||
| Median home value | 158600 |
|
||||
| Gini index | 0.4351 |
|
||||
| Vacancy rate | 44.86 |
|
||||
| White | 8861 |
|
||||
| Black | 66 |
|
||||
| Asian | 61 |
|
||||
| Native | 53 |
|
||||
| Hispanic/Latino | 165 |
|
||||
| Bachelor's or higher | 1593 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Muskegon County, MI"
|
||||
classification: county
|
||||
fips: "26121"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 175961
|
||||
population_under_18: 39518
|
||||
population_18_64: 103955
|
||||
population_65_plus: 32488
|
||||
median_household_income: 65024
|
||||
poverty_rate: 14.05
|
||||
homeownership_rate: 78.06
|
||||
unemployment_rate: 6.44
|
||||
median_home_value: 198300
|
||||
gini_index: 0.4303
|
||||
vacancy_rate: 10.01
|
||||
race_white: 135479
|
||||
race_black: 21276
|
||||
race_asian: 1147
|
||||
race_native: 920
|
||||
hispanic: 11010
|
||||
bachelors_plus: 33991
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Muskegon County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 175961 |
|
||||
| Under 18 | 39518 |
|
||||
| 18–64 | 103955 |
|
||||
| 65+ | 32488 |
|
||||
| Median household income | 65024 |
|
||||
| Poverty rate | 14.05 |
|
||||
| Homeownership rate | 78.06 |
|
||||
| Unemployment rate | 6.44 |
|
||||
| Median home value | 198300 |
|
||||
| Gini index | 0.4303 |
|
||||
| Vacancy rate | 10.01 |
|
||||
| White | 135479 |
|
||||
| Black | 21276 |
|
||||
| Asian | 1147 |
|
||||
| Native | 920 |
|
||||
| Hispanic/Latino | 11010 |
|
||||
| Bachelor's or higher | 33991 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Newaygo County, MI"
|
||||
classification: county
|
||||
fips: "26123"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 50792
|
||||
population_under_18: 11112
|
||||
population_18_64: 29168
|
||||
population_65_plus: 10512
|
||||
median_household_income: 63304
|
||||
poverty_rate: 12.82
|
||||
homeownership_rate: 86.55
|
||||
unemployment_rate: 4.36
|
||||
median_home_value: 186700
|
||||
gini_index: 0.4104
|
||||
vacancy_rate: 21.18
|
||||
race_white: 44881
|
||||
race_black: 407
|
||||
race_asian: 214
|
||||
race_native: 165
|
||||
hispanic: 3175
|
||||
bachelors_plus: 8634
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Newaygo County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 50792 |
|
||||
| Under 18 | 11112 |
|
||||
| 18–64 | 29168 |
|
||||
| 65+ | 10512 |
|
||||
| Median household income | 63304 |
|
||||
| Poverty rate | 12.82 |
|
||||
| Homeownership rate | 86.55 |
|
||||
| Unemployment rate | 4.36 |
|
||||
| Median home value | 186700 |
|
||||
| Gini index | 0.4104 |
|
||||
| Vacancy rate | 21.18 |
|
||||
| White | 44881 |
|
||||
| Black | 407 |
|
||||
| Asian | 214 |
|
||||
| Native | 165 |
|
||||
| Hispanic/Latino | 3175 |
|
||||
| Bachelor's or higher | 8634 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Oakland County, MI"
|
||||
classification: county
|
||||
fips: "26125"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 1279825
|
||||
population_under_18: 259334
|
||||
population_18_64: 785435
|
||||
population_65_plus: 235056
|
||||
median_household_income: 97760
|
||||
poverty_rate: 7.73
|
||||
homeownership_rate: 72.67
|
||||
unemployment_rate: 4.79
|
||||
median_home_value: 343600
|
||||
gini_index: 0.4672
|
||||
vacancy_rate: 5.5
|
||||
race_white: 885044
|
||||
race_black: 164389
|
||||
race_asian: 109982
|
||||
race_native: 2045
|
||||
hispanic: 64409
|
||||
bachelors_plus: 674250
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Oakland County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1279825 |
|
||||
| Under 18 | 259334 |
|
||||
| 18–64 | 785435 |
|
||||
| 65+ | 235056 |
|
||||
| Median household income | 97760 |
|
||||
| Poverty rate | 7.73 |
|
||||
| Homeownership rate | 72.67 |
|
||||
| Unemployment rate | 4.79 |
|
||||
| Median home value | 343600 |
|
||||
| Gini index | 0.4672 |
|
||||
| Vacancy rate | 5.5 |
|
||||
| White | 885044 |
|
||||
| Black | 164389 |
|
||||
| Asian | 109982 |
|
||||
| Native | 2045 |
|
||||
| Hispanic/Latino | 64409 |
|
||||
| Bachelor's or higher | 674250 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Oceana County, MI"
|
||||
classification: county
|
||||
fips: "26127"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 26915
|
||||
population_under_18: 5722
|
||||
population_18_64: 15146
|
||||
population_65_plus: 6047
|
||||
median_household_income: 62417
|
||||
poverty_rate: 13.63
|
||||
homeownership_rate: 84.45
|
||||
unemployment_rate: 6.48
|
||||
median_home_value: 190100
|
||||
gini_index: 0.4365
|
||||
vacancy_rate: 33.73
|
||||
race_white: 23001
|
||||
race_black: 273
|
||||
race_asian: 38
|
||||
race_native: 178
|
||||
hispanic: 4181
|
||||
bachelors_plus: 5631
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Oceana County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 26915 |
|
||||
| Under 18 | 5722 |
|
||||
| 18–64 | 15146 |
|
||||
| 65+ | 6047 |
|
||||
| Median household income | 62417 |
|
||||
| Poverty rate | 13.63 |
|
||||
| Homeownership rate | 84.45 |
|
||||
| Unemployment rate | 6.48 |
|
||||
| Median home value | 190100 |
|
||||
| Gini index | 0.4365 |
|
||||
| Vacancy rate | 33.73 |
|
||||
| White | 23001 |
|
||||
| Black | 273 |
|
||||
| Asian | 38 |
|
||||
| Native | 178 |
|
||||
| Hispanic/Latino | 4181 |
|
||||
| Bachelor's or higher | 5631 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ogemaw County, MI"
|
||||
classification: county
|
||||
fips: "26129"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 20885
|
||||
population_under_18: 3720
|
||||
population_18_64: 11331
|
||||
population_65_plus: 5834
|
||||
median_household_income: 54666
|
||||
poverty_rate: 16.66
|
||||
homeownership_rate: 83.71
|
||||
unemployment_rate: 6.25
|
||||
median_home_value: 154900
|
||||
gini_index: 0.4336
|
||||
vacancy_rate: 38.86
|
||||
race_white: 19455
|
||||
race_black: 117
|
||||
race_asian: 162
|
||||
race_native: 60
|
||||
hispanic: 470
|
||||
bachelors_plus: 3669
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ogemaw County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 20885 |
|
||||
| Under 18 | 3720 |
|
||||
| 18–64 | 11331 |
|
||||
| 65+ | 5834 |
|
||||
| Median household income | 54666 |
|
||||
| Poverty rate | 16.66 |
|
||||
| Homeownership rate | 83.71 |
|
||||
| Unemployment rate | 6.25 |
|
||||
| Median home value | 154900 |
|
||||
| Gini index | 0.4336 |
|
||||
| Vacancy rate | 38.86 |
|
||||
| White | 19455 |
|
||||
| Black | 117 |
|
||||
| Asian | 162 |
|
||||
| Native | 60 |
|
||||
| Hispanic/Latino | 470 |
|
||||
| Bachelor's or higher | 3669 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ontonagon County, MI"
|
||||
classification: county
|
||||
fips: "26131"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 5850
|
||||
population_under_18: 669
|
||||
population_18_64: 2945
|
||||
population_65_plus: 2236
|
||||
median_household_income: 54398
|
||||
poverty_rate: 12.52
|
||||
homeownership_rate: 87.08
|
||||
unemployment_rate: 5.33
|
||||
median_home_value: 111700
|
||||
gini_index: 0.4209
|
||||
vacancy_rate: 39.88
|
||||
race_white: 5415
|
||||
race_black: 31
|
||||
race_asian: 24
|
||||
race_native: 28
|
||||
hispanic: 105
|
||||
bachelors_plus: 1221
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ontonagon County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5850 |
|
||||
| Under 18 | 669 |
|
||||
| 18–64 | 2945 |
|
||||
| 65+ | 2236 |
|
||||
| Median household income | 54398 |
|
||||
| Poverty rate | 12.52 |
|
||||
| Homeownership rate | 87.08 |
|
||||
| Unemployment rate | 5.33 |
|
||||
| Median home value | 111700 |
|
||||
| Gini index | 0.4209 |
|
||||
| Vacancy rate | 39.88 |
|
||||
| White | 5415 |
|
||||
| Black | 31 |
|
||||
| Asian | 24 |
|
||||
| Native | 28 |
|
||||
| Hispanic/Latino | 105 |
|
||||
| Bachelor's or higher | 1221 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Osceola County, MI"
|
||||
classification: county
|
||||
fips: "26133"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 23227
|
||||
population_under_18: 5173
|
||||
population_18_64: 12935
|
||||
population_65_plus: 5119
|
||||
median_household_income: 58267
|
||||
poverty_rate: 15.84
|
||||
homeownership_rate: 83.7
|
||||
unemployment_rate: 6.39
|
||||
median_home_value: 155400
|
||||
gini_index: 0.4302
|
||||
vacancy_rate: 25.97
|
||||
race_white: 21448
|
||||
race_black: 265
|
||||
race_asian: 97
|
||||
race_native: 65
|
||||
hispanic: 494
|
||||
bachelors_plus: 3632
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Osceola County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23227 |
|
||||
| Under 18 | 5173 |
|
||||
| 18–64 | 12935 |
|
||||
| 65+ | 5119 |
|
||||
| Median household income | 58267 |
|
||||
| Poverty rate | 15.84 |
|
||||
| Homeownership rate | 83.7 |
|
||||
| Unemployment rate | 6.39 |
|
||||
| Median home value | 155400 |
|
||||
| Gini index | 0.4302 |
|
||||
| Vacancy rate | 25.97 |
|
||||
| White | 21448 |
|
||||
| Black | 265 |
|
||||
| Asian | 97 |
|
||||
| Native | 65 |
|
||||
| Hispanic/Latino | 494 |
|
||||
| Bachelor's or higher | 3632 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Oscoda County, MI"
|
||||
classification: county
|
||||
fips: "26135"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 8425
|
||||
population_under_18: 1654
|
||||
population_18_64: 4297
|
||||
population_65_plus: 2474
|
||||
median_household_income: 49515
|
||||
poverty_rate: 17.21
|
||||
homeownership_rate: 87.25
|
||||
unemployment_rate: 8.05
|
||||
median_home_value: 125500
|
||||
gini_index: 0.4183
|
||||
vacancy_rate: 50.93
|
||||
race_white: 7906
|
||||
race_black: 36
|
||||
race_asian: 38
|
||||
race_native: 32
|
||||
hispanic: 177
|
||||
bachelors_plus: 1267
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Oscoda County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8425 |
|
||||
| Under 18 | 1654 |
|
||||
| 18–64 | 4297 |
|
||||
| 65+ | 2474 |
|
||||
| Median household income | 49515 |
|
||||
| Poverty rate | 17.21 |
|
||||
| Homeownership rate | 87.25 |
|
||||
| Unemployment rate | 8.05 |
|
||||
| Median home value | 125500 |
|
||||
| Gini index | 0.4183 |
|
||||
| Vacancy rate | 50.93 |
|
||||
| White | 7906 |
|
||||
| Black | 36 |
|
||||
| Asian | 38 |
|
||||
| Native | 32 |
|
||||
| Hispanic/Latino | 177 |
|
||||
| Bachelor's or higher | 1267 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Otsego County, MI"
|
||||
classification: county
|
||||
fips: "26137"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 25584
|
||||
population_under_18: 5328
|
||||
population_18_64: 14602
|
||||
population_65_plus: 5654
|
||||
median_household_income: 68183
|
||||
poverty_rate: 8.03
|
||||
homeownership_rate: 77.22
|
||||
unemployment_rate: 4.02
|
||||
median_home_value: 219700
|
||||
gini_index: 0.4232
|
||||
vacancy_rate: 24.53
|
||||
race_white: 23830
|
||||
race_black: 193
|
||||
race_asian: 157
|
||||
race_native: 70
|
||||
hispanic: 521
|
||||
bachelors_plus: 6646
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Otsego County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25584 |
|
||||
| Under 18 | 5328 |
|
||||
| 18–64 | 14602 |
|
||||
| 65+ | 5654 |
|
||||
| Median household income | 68183 |
|
||||
| Poverty rate | 8.03 |
|
||||
| Homeownership rate | 77.22 |
|
||||
| Unemployment rate | 4.02 |
|
||||
| Median home value | 219700 |
|
||||
| Gini index | 0.4232 |
|
||||
| Vacancy rate | 24.53 |
|
||||
| White | 23830 |
|
||||
| Black | 193 |
|
||||
| Asian | 157 |
|
||||
| Native | 70 |
|
||||
| Hispanic/Latino | 521 |
|
||||
| Bachelor's or higher | 6646 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Ottawa County, MI"
|
||||
classification: county
|
||||
fips: "26139"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 301203
|
||||
population_under_18: 69275
|
||||
population_18_64: 181608
|
||||
population_65_plus: 50320
|
||||
median_household_income: 90502
|
||||
poverty_rate: 8.31
|
||||
homeownership_rate: 79.27
|
||||
unemployment_rate: 3.52
|
||||
median_home_value: 323400
|
||||
gini_index: 0.4278
|
||||
vacancy_rate: 5.34
|
||||
race_white: 253027
|
||||
race_black: 4821
|
||||
race_asian: 8146
|
||||
race_native: 1563
|
||||
hispanic: 30924
|
||||
bachelors_plus: 101277
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ottawa County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 301203 |
|
||||
| Under 18 | 69275 |
|
||||
| 18–64 | 181608 |
|
||||
| 65+ | 50320 |
|
||||
| Median household income | 90502 |
|
||||
| Poverty rate | 8.31 |
|
||||
| Homeownership rate | 79.27 |
|
||||
| Unemployment rate | 3.52 |
|
||||
| Median home value | 323400 |
|
||||
| Gini index | 0.4278 |
|
||||
| Vacancy rate | 5.34 |
|
||||
| White | 253027 |
|
||||
| Black | 4821 |
|
||||
| Asian | 8146 |
|
||||
| Native | 1563 |
|
||||
| Hispanic/Latino | 30924 |
|
||||
| Bachelor's or higher | 101277 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Presque Isle County, MI"
|
||||
classification: county
|
||||
fips: "26141"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 13209
|
||||
population_under_18: 2033
|
||||
population_18_64: 6726
|
||||
population_65_plus: 4450
|
||||
median_household_income: 59321
|
||||
poverty_rate: 13.96
|
||||
homeownership_rate: 88.73
|
||||
unemployment_rate: 6.53
|
||||
median_home_value: 151300
|
||||
gini_index: 0.4385
|
||||
vacancy_rate: 32.11
|
||||
race_white: 12521
|
||||
race_black: 48
|
||||
race_asian: 30
|
||||
race_native: 32
|
||||
hispanic: 213
|
||||
bachelors_plus: 2952
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Presque Isle County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 13209 |
|
||||
| Under 18 | 2033 |
|
||||
| 18–64 | 6726 |
|
||||
| 65+ | 4450 |
|
||||
| Median household income | 59321 |
|
||||
| Poverty rate | 13.96 |
|
||||
| Homeownership rate | 88.73 |
|
||||
| Unemployment rate | 6.53 |
|
||||
| Median home value | 151300 |
|
||||
| Gini index | 0.4385 |
|
||||
| Vacancy rate | 32.11 |
|
||||
| White | 12521 |
|
||||
| Black | 48 |
|
||||
| Asian | 30 |
|
||||
| Native | 32 |
|
||||
| Hispanic/Latino | 213 |
|
||||
| Bachelor's or higher | 2952 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Roscommon County, MI"
|
||||
classification: county
|
||||
fips: "26143"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 23737
|
||||
population_under_18: 3396
|
||||
population_18_64: 12149
|
||||
population_65_plus: 8192
|
||||
median_household_income: 55246
|
||||
poverty_rate: 15.54
|
||||
homeownership_rate: 85.44
|
||||
unemployment_rate: 4.74
|
||||
median_home_value: 158700
|
||||
gini_index: 0.4681
|
||||
vacancy_rate: 50.12
|
||||
race_white: 22108
|
||||
race_black: 160
|
||||
race_asian: 28
|
||||
race_native: 49
|
||||
hispanic: 483
|
||||
bachelors_plus: 5430
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Roscommon County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 23737 |
|
||||
| Under 18 | 3396 |
|
||||
| 18–64 | 12149 |
|
||||
| 65+ | 8192 |
|
||||
| Median household income | 55246 |
|
||||
| Poverty rate | 15.54 |
|
||||
| Homeownership rate | 85.44 |
|
||||
| Unemployment rate | 4.74 |
|
||||
| Median home value | 158700 |
|
||||
| Gini index | 0.4681 |
|
||||
| Vacancy rate | 50.12 |
|
||||
| White | 22108 |
|
||||
| Black | 160 |
|
||||
| Asian | 28 |
|
||||
| Native | 49 |
|
||||
| Hispanic/Latino | 483 |
|
||||
| Bachelor's or higher | 5430 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Saginaw County, MI"
|
||||
classification: county
|
||||
fips: "26145"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 188665
|
||||
population_under_18: 40264
|
||||
population_18_64: 109972
|
||||
population_65_plus: 38429
|
||||
median_household_income: 60622
|
||||
poverty_rate: 18.21
|
||||
homeownership_rate: 74.1
|
||||
unemployment_rate: 6.4
|
||||
median_home_value: 152800
|
||||
gini_index: 0.4684
|
||||
vacancy_rate: 9.57
|
||||
race_white: 133402
|
||||
race_black: 35003
|
||||
race_asian: 2225
|
||||
race_native: 533
|
||||
hispanic: 17381
|
||||
bachelors_plus: 43489
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Saginaw County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 188665 |
|
||||
| Under 18 | 40264 |
|
||||
| 18–64 | 109972 |
|
||||
| 65+ | 38429 |
|
||||
| Median household income | 60622 |
|
||||
| Poverty rate | 18.21 |
|
||||
| Homeownership rate | 74.1 |
|
||||
| Unemployment rate | 6.4 |
|
||||
| Median home value | 152800 |
|
||||
| Gini index | 0.4684 |
|
||||
| Vacancy rate | 9.57 |
|
||||
| White | 133402 |
|
||||
| Black | 35003 |
|
||||
| Asian | 2225 |
|
||||
| Native | 533 |
|
||||
| Hispanic/Latino | 17381 |
|
||||
| Bachelor's or higher | 43489 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Sanilac County, MI"
|
||||
classification: county
|
||||
fips: "26151"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 40462
|
||||
population_under_18: 8472
|
||||
population_18_64: 22584
|
||||
population_65_plus: 9406
|
||||
median_household_income: 58863
|
||||
poverty_rate: 15.33
|
||||
homeownership_rate: 82.58
|
||||
unemployment_rate: 5.96
|
||||
median_home_value: 168300
|
||||
gini_index: 0.4323
|
||||
vacancy_rate: 19.49
|
||||
race_white: 37745
|
||||
race_black: 165
|
||||
race_asian: 115
|
||||
race_native: 48
|
||||
hispanic: 1732
|
||||
bachelors_plus: 6596
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sanilac County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 40462 |
|
||||
| Under 18 | 8472 |
|
||||
| 18–64 | 22584 |
|
||||
| 65+ | 9406 |
|
||||
| Median household income | 58863 |
|
||||
| Poverty rate | 15.33 |
|
||||
| Homeownership rate | 82.58 |
|
||||
| Unemployment rate | 5.96 |
|
||||
| Median home value | 168300 |
|
||||
| Gini index | 0.4323 |
|
||||
| Vacancy rate | 19.49 |
|
||||
| White | 37745 |
|
||||
| Black | 165 |
|
||||
| Asian | 115 |
|
||||
| Native | 48 |
|
||||
| Hispanic/Latino | 1732 |
|
||||
| Bachelor's or higher | 6596 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Schoolcraft County, MI"
|
||||
classification: county
|
||||
fips: "26153"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 8128
|
||||
population_under_18: 1437
|
||||
population_18_64: 4339
|
||||
population_65_plus: 2352
|
||||
median_household_income: 56782
|
||||
poverty_rate: 14.06
|
||||
homeownership_rate: 86.63
|
||||
unemployment_rate: 6.2
|
||||
median_home_value: 141800
|
||||
gini_index: 0.4582
|
||||
vacancy_rate: 34.69
|
||||
race_white: 6643
|
||||
race_black: 48
|
||||
race_asian: 19
|
||||
race_native: 593
|
||||
hispanic: 135
|
||||
bachelors_plus: 1749
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Schoolcraft County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8128 |
|
||||
| Under 18 | 1437 |
|
||||
| 18–64 | 4339 |
|
||||
| 65+ | 2352 |
|
||||
| Median household income | 56782 |
|
||||
| Poverty rate | 14.06 |
|
||||
| Homeownership rate | 86.63 |
|
||||
| Unemployment rate | 6.2 |
|
||||
| Median home value | 141800 |
|
||||
| Gini index | 0.4582 |
|
||||
| Vacancy rate | 34.69 |
|
||||
| White | 6643 |
|
||||
| Black | 48 |
|
||||
| Asian | 19 |
|
||||
| Native | 593 |
|
||||
| Hispanic/Latino | 135 |
|
||||
| Bachelor's or higher | 1749 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Shiawassee County, MI"
|
||||
classification: county
|
||||
fips: "26155"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 67991
|
||||
population_under_18: 14070
|
||||
population_18_64: 40448
|
||||
population_65_plus: 13473
|
||||
median_household_income: 67404
|
||||
poverty_rate: 12.04
|
||||
homeownership_rate: 80.13
|
||||
unemployment_rate: 4.0
|
||||
median_home_value: 171600
|
||||
gini_index: 0.4187
|
||||
vacancy_rate: 7.34
|
||||
race_white: 63964
|
||||
race_black: 294
|
||||
race_asian: 304
|
||||
race_native: 151
|
||||
hispanic: 2144
|
||||
bachelors_plus: 12735
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Shiawassee County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 67991 |
|
||||
| Under 18 | 14070 |
|
||||
| 18–64 | 40448 |
|
||||
| 65+ | 13473 |
|
||||
| Median household income | 67404 |
|
||||
| Poverty rate | 12.04 |
|
||||
| Homeownership rate | 80.13 |
|
||||
| Unemployment rate | 4.0 |
|
||||
| Median home value | 171600 |
|
||||
| Gini index | 0.4187 |
|
||||
| Vacancy rate | 7.34 |
|
||||
| White | 63964 |
|
||||
| Black | 294 |
|
||||
| Asian | 304 |
|
||||
| Native | 151 |
|
||||
| Hispanic/Latino | 2144 |
|
||||
| Bachelor's or higher | 12735 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "St. Clair County, MI"
|
||||
classification: county
|
||||
fips: "26147"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 160221
|
||||
population_under_18: 32478
|
||||
population_18_64: 95094
|
||||
population_65_plus: 32649
|
||||
median_household_income: 71270
|
||||
poverty_rate: 11.28
|
||||
homeownership_rate: 80.78
|
||||
unemployment_rate: 5.72
|
||||
median_home_value: 224600
|
||||
gini_index: 0.4284
|
||||
vacancy_rate: 6.84
|
||||
race_white: 146136
|
||||
race_black: 3491
|
||||
race_asian: 865
|
||||
race_native: 271
|
||||
hispanic: 5905
|
||||
bachelors_plus: 32145
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# St. Clair County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 160221 |
|
||||
| Under 18 | 32478 |
|
||||
| 18–64 | 95094 |
|
||||
| 65+ | 32649 |
|
||||
| Median household income | 71270 |
|
||||
| Poverty rate | 11.28 |
|
||||
| Homeownership rate | 80.78 |
|
||||
| Unemployment rate | 5.72 |
|
||||
| Median home value | 224600 |
|
||||
| Gini index | 0.4284 |
|
||||
| Vacancy rate | 6.84 |
|
||||
| White | 146136 |
|
||||
| Black | 3491 |
|
||||
| Asian | 865 |
|
||||
| Native | 271 |
|
||||
| Hispanic/Latino | 5905 |
|
||||
| Bachelor's or higher | 32145 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "St. Joseph County, MI"
|
||||
classification: county
|
||||
fips: "26149"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 60969
|
||||
population_under_18: 14801
|
||||
population_18_64: 34765
|
||||
population_65_plus: 11403
|
||||
median_household_income: 66425
|
||||
poverty_rate: 11.41
|
||||
homeownership_rate: 76.12
|
||||
unemployment_rate: 5.9
|
||||
median_home_value: 178300
|
||||
gini_index: 0.4063
|
||||
vacancy_rate: 13.49
|
||||
race_white: 51897
|
||||
race_black: 1296
|
||||
race_asian: 397
|
||||
race_native: 209
|
||||
hispanic: 5739
|
||||
bachelors_plus: 9548
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# St. Joseph County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 60969 |
|
||||
| Under 18 | 14801 |
|
||||
| 18–64 | 34765 |
|
||||
| 65+ | 11403 |
|
||||
| Median household income | 66425 |
|
||||
| Poverty rate | 11.41 |
|
||||
| Homeownership rate | 76.12 |
|
||||
| Unemployment rate | 5.9 |
|
||||
| Median home value | 178300 |
|
||||
| Gini index | 0.4063 |
|
||||
| Vacancy rate | 13.49 |
|
||||
| White | 51897 |
|
||||
| Black | 1296 |
|
||||
| Asian | 397 |
|
||||
| Native | 209 |
|
||||
| Hispanic/Latino | 5739 |
|
||||
| Bachelor's or higher | 9548 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Tuscola County, MI"
|
||||
classification: county
|
||||
fips: "26157"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 52980
|
||||
population_under_18: 10639
|
||||
population_18_64: 30722
|
||||
population_65_plus: 11619
|
||||
median_household_income: 63811
|
||||
poverty_rate: 12.84
|
||||
homeownership_rate: 86.41
|
||||
unemployment_rate: 5.98
|
||||
median_home_value: 149500
|
||||
gini_index: 0.4061
|
||||
vacancy_rate: 10.47
|
||||
race_white: 49299
|
||||
race_black: 620
|
||||
race_asian: 190
|
||||
race_native: 139
|
||||
hispanic: 2001
|
||||
bachelors_plus: 8597
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Tuscola County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 52980 |
|
||||
| Under 18 | 10639 |
|
||||
| 18–64 | 30722 |
|
||||
| 65+ | 11619 |
|
||||
| Median household income | 63811 |
|
||||
| Poverty rate | 12.84 |
|
||||
| Homeownership rate | 86.41 |
|
||||
| Unemployment rate | 5.98 |
|
||||
| Median home value | 149500 |
|
||||
| Gini index | 0.4061 |
|
||||
| Vacancy rate | 10.47 |
|
||||
| White | 49299 |
|
||||
| Black | 620 |
|
||||
| Asian | 190 |
|
||||
| Native | 139 |
|
||||
| Hispanic/Latino | 2001 |
|
||||
| Bachelor's or higher | 8597 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Van Buren County, MI"
|
||||
classification: county
|
||||
fips: "26159"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 75795
|
||||
population_under_18: 17385
|
||||
population_18_64: 43332
|
||||
population_65_plus: 15078
|
||||
median_household_income: 68114
|
||||
poverty_rate: 14.31
|
||||
homeownership_rate: 80.57
|
||||
unemployment_rate: 4.17
|
||||
median_home_value: 206500
|
||||
gini_index: 0.4375
|
||||
vacancy_rate: 18.13
|
||||
race_white: 60819
|
||||
race_black: 2689
|
||||
race_asian: 400
|
||||
race_native: 592
|
||||
hispanic: 9498
|
||||
bachelors_plus: 16604
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Van Buren County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 75795 |
|
||||
| Under 18 | 17385 |
|
||||
| 18–64 | 43332 |
|
||||
| 65+ | 15078 |
|
||||
| Median household income | 68114 |
|
||||
| Poverty rate | 14.31 |
|
||||
| Homeownership rate | 80.57 |
|
||||
| Unemployment rate | 4.17 |
|
||||
| Median home value | 206500 |
|
||||
| Gini index | 0.4375 |
|
||||
| Vacancy rate | 18.13 |
|
||||
| White | 60819 |
|
||||
| Black | 2689 |
|
||||
| Asian | 400 |
|
||||
| Native | 592 |
|
||||
| Hispanic/Latino | 9498 |
|
||||
| Bachelor's or higher | 16604 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Washtenaw County, MI"
|
||||
classification: county
|
||||
fips: "26161"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 369822
|
||||
population_under_18: 67474
|
||||
population_18_64: 244106
|
||||
population_65_plus: 58242
|
||||
median_household_income: 89180
|
||||
poverty_rate: 14.17
|
||||
homeownership_rate: 61.62
|
||||
unemployment_rate: 4.59
|
||||
median_home_value: 374100
|
||||
gini_index: 0.4871
|
||||
vacancy_rate: 5.78
|
||||
race_white: 253992
|
||||
race_black: 42421
|
||||
race_asian: 34148
|
||||
race_native: 1007
|
||||
hispanic: 21403
|
||||
bachelors_plus: 214008
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Washtenaw County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 369822 |
|
||||
| Under 18 | 67474 |
|
||||
| 18–64 | 244106 |
|
||||
| 65+ | 58242 |
|
||||
| Median household income | 89180 |
|
||||
| Poverty rate | 14.17 |
|
||||
| Homeownership rate | 61.62 |
|
||||
| Unemployment rate | 4.59 |
|
||||
| Median home value | 374100 |
|
||||
| Gini index | 0.4871 |
|
||||
| Vacancy rate | 5.78 |
|
||||
| White | 253992 |
|
||||
| Black | 42421 |
|
||||
| Asian | 34148 |
|
||||
| Native | 1007 |
|
||||
| Hispanic/Latino | 21403 |
|
||||
| Bachelor's or higher | 214008 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wayne County, MI"
|
||||
classification: county
|
||||
fips: "26163"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 1772259
|
||||
population_under_18: 418687
|
||||
population_18_64: 1060049
|
||||
population_65_plus: 293523
|
||||
median_household_income: 60539
|
||||
poverty_rate: 20.8
|
||||
homeownership_rate: 64.75
|
||||
unemployment_rate: 8.66
|
||||
median_home_value: 178500
|
||||
gini_index: 0.4931
|
||||
vacancy_rate: 12.54
|
||||
race_white: 871884
|
||||
race_black: 652168
|
||||
race_asian: 65148
|
||||
race_native: 5741
|
||||
hispanic: 121653
|
||||
bachelors_plus: 463651
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wayne County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1772259 |
|
||||
| Under 18 | 418687 |
|
||||
| 18–64 | 1060049 |
|
||||
| 65+ | 293523 |
|
||||
| Median household income | 60539 |
|
||||
| Poverty rate | 20.8 |
|
||||
| Homeownership rate | 64.75 |
|
||||
| Unemployment rate | 8.66 |
|
||||
| Median home value | 178500 |
|
||||
| Gini index | 0.4931 |
|
||||
| Vacancy rate | 12.54 |
|
||||
| White | 871884 |
|
||||
| Black | 652168 |
|
||||
| Asian | 65148 |
|
||||
| Native | 5741 |
|
||||
| Hispanic/Latino | 121653 |
|
||||
| Bachelor's or higher | 463651 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Wexford County, MI"
|
||||
classification: county
|
||||
fips: "26165"
|
||||
state: "MI"
|
||||
demographics:
|
||||
population: 34077
|
||||
population_under_18: 7784
|
||||
population_18_64: 19228
|
||||
population_65_plus: 7065
|
||||
median_household_income: 61085
|
||||
poverty_rate: 13.92
|
||||
homeownership_rate: 80.89
|
||||
unemployment_rate: 5.29
|
||||
median_home_value: 170400
|
||||
gini_index: 0.4351
|
||||
vacancy_rate: 17.42
|
||||
race_white: 31356
|
||||
race_black: 402
|
||||
race_asian: 218
|
||||
race_native: 87
|
||||
hispanic: 923
|
||||
bachelors_plus: 6904
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, mi]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Wexford County, MI
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 34077 |
|
||||
| Under 18 | 7784 |
|
||||
| 18–64 | 19228 |
|
||||
| 65+ | 7065 |
|
||||
| Median household income | 61085 |
|
||||
| Poverty rate | 13.92 |
|
||||
| Homeownership rate | 80.89 |
|
||||
| Unemployment rate | 5.29 |
|
||||
| Median home value | 170400 |
|
||||
| Gini index | 0.4351 |
|
||||
| Vacancy rate | 17.42 |
|
||||
| White | 31356 |
|
||||
| Black | 402 |
|
||||
| Asian | 218 |
|
||||
| Native | 87 |
|
||||
| Hispanic/Latino | 923 |
|
||||
| Bachelor's or higher | 6904 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user