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: "Carson City, NV"
|
||||
classification: county
|
||||
fips: "32510"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 58384
|
||||
population_under_18: 11633
|
||||
population_18_64: 34368
|
||||
population_65_plus: 12383
|
||||
median_household_income: 72355
|
||||
poverty_rate: 10.34
|
||||
homeownership_rate: 62.34
|
||||
unemployment_rate: 5.51
|
||||
median_home_value: 453000
|
||||
gini_index: 0.4529
|
||||
vacancy_rate: 5.82
|
||||
race_white: 39667
|
||||
race_black: 1037
|
||||
race_asian: 1468
|
||||
race_native: 1267
|
||||
hispanic: 15385
|
||||
bachelors_plus: 13886
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Carson City, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 58384 |
|
||||
| Under 18 | 11633 |
|
||||
| 18–64 | 34368 |
|
||||
| 65+ | 12383 |
|
||||
| Median household income | 72355 |
|
||||
| Poverty rate | 10.34 |
|
||||
| Homeownership rate | 62.34 |
|
||||
| Unemployment rate | 5.51 |
|
||||
| Median home value | 453000 |
|
||||
| Gini index | 0.4529 |
|
||||
| Vacancy rate | 5.82 |
|
||||
| White | 39667 |
|
||||
| Black | 1037 |
|
||||
| Asian | 1468 |
|
||||
| Native | 1267 |
|
||||
| Hispanic/Latino | 15385 |
|
||||
| Bachelor's or higher | 13886 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Churchill County, NV"
|
||||
classification: county
|
||||
fips: "32001"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 25805
|
||||
population_under_18: 5863
|
||||
population_18_64: 14737
|
||||
population_65_plus: 5205
|
||||
median_household_income: 79163
|
||||
poverty_rate: 8.14
|
||||
homeownership_rate: 69.88
|
||||
unemployment_rate: 5.32
|
||||
median_home_value: 329900
|
||||
gini_index: 0.4168
|
||||
vacancy_rate: 13.55
|
||||
race_white: 19150
|
||||
race_black: 654
|
||||
race_asian: 608
|
||||
race_native: 925
|
||||
hispanic: 3928
|
||||
bachelors_plus: 3996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Churchill County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 25805 |
|
||||
| Under 18 | 5863 |
|
||||
| 18–64 | 14737 |
|
||||
| 65+ | 5205 |
|
||||
| Median household income | 79163 |
|
||||
| Poverty rate | 8.14 |
|
||||
| Homeownership rate | 69.88 |
|
||||
| Unemployment rate | 5.32 |
|
||||
| Median home value | 329900 |
|
||||
| Gini index | 0.4168 |
|
||||
| Vacancy rate | 13.55 |
|
||||
| White | 19150 |
|
||||
| Black | 654 |
|
||||
| Asian | 608 |
|
||||
| Native | 925 |
|
||||
| Hispanic/Latino | 3928 |
|
||||
| Bachelor's or higher | 3996 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Clark County, NV"
|
||||
classification: county
|
||||
fips: "32003"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 2329548
|
||||
population_under_18: 517221
|
||||
population_18_64: 1441908
|
||||
population_65_plus: 370419
|
||||
median_household_income: 76472
|
||||
poverty_rate: 13.04
|
||||
homeownership_rate: 57.78
|
||||
unemployment_rate: 7.59
|
||||
median_home_value: 431000
|
||||
gini_index: 0.4683
|
||||
vacancy_rate: 9.11
|
||||
race_white: 1016671
|
||||
race_black: 280163
|
||||
race_asian: 250287
|
||||
race_native: 27274
|
||||
hispanic: 742075
|
||||
bachelors_plus: 606317
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Clark County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 2329548 |
|
||||
| Under 18 | 517221 |
|
||||
| 18–64 | 1441908 |
|
||||
| 65+ | 370419 |
|
||||
| Median household income | 76472 |
|
||||
| Poverty rate | 13.04 |
|
||||
| Homeownership rate | 57.78 |
|
||||
| Unemployment rate | 7.59 |
|
||||
| Median home value | 431000 |
|
||||
| Gini index | 0.4683 |
|
||||
| Vacancy rate | 9.11 |
|
||||
| White | 1016671 |
|
||||
| Black | 280163 |
|
||||
| Asian | 250287 |
|
||||
| Native | 27274 |
|
||||
| Hispanic/Latino | 742075 |
|
||||
| Bachelor's or higher | 606317 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Douglas County, NV"
|
||||
classification: county
|
||||
fips: "32005"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 49623
|
||||
population_under_18: 7377
|
||||
population_18_64: 25995
|
||||
population_65_plus: 16251
|
||||
median_household_income: 90754
|
||||
poverty_rate: 9.04
|
||||
homeownership_rate: 78.83
|
||||
unemployment_rate: 3.03
|
||||
median_home_value: 615400
|
||||
gini_index: 0.5116
|
||||
vacancy_rate: 14.1
|
||||
race_white: 39502
|
||||
race_black: 134
|
||||
race_asian: 1161
|
||||
race_native: 775
|
||||
hispanic: 6449
|
||||
bachelors_plus: 16782
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Douglas County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 49623 |
|
||||
| Under 18 | 7377 |
|
||||
| 18–64 | 25995 |
|
||||
| 65+ | 16251 |
|
||||
| Median household income | 90754 |
|
||||
| Poverty rate | 9.04 |
|
||||
| Homeownership rate | 78.83 |
|
||||
| Unemployment rate | 3.03 |
|
||||
| Median home value | 615400 |
|
||||
| Gini index | 0.5116 |
|
||||
| Vacancy rate | 14.1 |
|
||||
| White | 39502 |
|
||||
| Black | 134 |
|
||||
| Asian | 1161 |
|
||||
| Native | 775 |
|
||||
| Hispanic/Latino | 6449 |
|
||||
| Bachelor's or higher | 16782 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Elko County, NV"
|
||||
classification: county
|
||||
fips: "32007"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 54047
|
||||
population_under_18: 14286
|
||||
population_18_64: 32660
|
||||
population_65_plus: 7101
|
||||
median_household_income: 86487
|
||||
poverty_rate: 9.83
|
||||
homeownership_rate: 71.35
|
||||
unemployment_rate: 4.5
|
||||
median_home_value: 301400
|
||||
gini_index: 0.4152
|
||||
vacancy_rate: 11.5
|
||||
race_white: 35597
|
||||
race_black: 436
|
||||
race_asian: 802
|
||||
race_native: 2441
|
||||
hispanic: 14063
|
||||
bachelors_plus: 8410
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Elko County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 54047 |
|
||||
| Under 18 | 14286 |
|
||||
| 18–64 | 32660 |
|
||||
| 65+ | 7101 |
|
||||
| Median household income | 86487 |
|
||||
| Poverty rate | 9.83 |
|
||||
| Homeownership rate | 71.35 |
|
||||
| Unemployment rate | 4.5 |
|
||||
| Median home value | 301400 |
|
||||
| Gini index | 0.4152 |
|
||||
| Vacancy rate | 11.5 |
|
||||
| White | 35597 |
|
||||
| Black | 436 |
|
||||
| Asian | 802 |
|
||||
| Native | 2441 |
|
||||
| Hispanic/Latino | 14063 |
|
||||
| Bachelor's or higher | 8410 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Esmeralda County, NV"
|
||||
classification: county
|
||||
fips: "32009"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 1028
|
||||
population_under_18: 132
|
||||
population_18_64: 641
|
||||
population_65_plus: 255
|
||||
median_household_income: 41715
|
||||
poverty_rate: 12.43
|
||||
homeownership_rate: 60.83
|
||||
unemployment_rate: 0.57
|
||||
median_home_value: 108900
|
||||
gini_index: 0.4459
|
||||
vacancy_rate: 27.1
|
||||
race_white: 730
|
||||
race_black: 3
|
||||
race_asian: 12
|
||||
race_native: 14
|
||||
hispanic: 324
|
||||
bachelors_plus: 245
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Esmeralda County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1028 |
|
||||
| Under 18 | 132 |
|
||||
| 18–64 | 641 |
|
||||
| 65+ | 255 |
|
||||
| Median household income | 41715 |
|
||||
| Poverty rate | 12.43 |
|
||||
| Homeownership rate | 60.83 |
|
||||
| Unemployment rate | 0.57 |
|
||||
| Median home value | 108900 |
|
||||
| Gini index | 0.4459 |
|
||||
| Vacancy rate | 27.1 |
|
||||
| White | 730 |
|
||||
| Black | 3 |
|
||||
| Asian | 12 |
|
||||
| Native | 14 |
|
||||
| Hispanic/Latino | 324 |
|
||||
| Bachelor's or higher | 245 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Eureka County, NV"
|
||||
classification: county
|
||||
fips: "32011"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 1585
|
||||
population_under_18: 310
|
||||
population_18_64: 928
|
||||
population_65_plus: 347
|
||||
median_household_income: 70473
|
||||
poverty_rate: 24.89
|
||||
homeownership_rate: 82.96
|
||||
unemployment_rate: 0.0
|
||||
median_home_value: 82600
|
||||
gini_index: 0.3943
|
||||
vacancy_rate: 36.27
|
||||
race_white: 1323
|
||||
race_black: 2
|
||||
race_asian: 43
|
||||
race_native: 76
|
||||
hispanic: 86
|
||||
bachelors_plus: 252
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Eureka County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 1585 |
|
||||
| Under 18 | 310 |
|
||||
| 18–64 | 928 |
|
||||
| 65+ | 347 |
|
||||
| Median household income | 70473 |
|
||||
| Poverty rate | 24.89 |
|
||||
| Homeownership rate | 82.96 |
|
||||
| Unemployment rate | 0.0 |
|
||||
| Median home value | 82600 |
|
||||
| Gini index | 0.3943 |
|
||||
| Vacancy rate | 36.27 |
|
||||
| White | 1323 |
|
||||
| Black | 2 |
|
||||
| Asian | 43 |
|
||||
| Native | 76 |
|
||||
| Hispanic/Latino | 86 |
|
||||
| Bachelor's or higher | 252 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Humboldt County, NV"
|
||||
classification: county
|
||||
fips: "32013"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 17289
|
||||
population_under_18: 4562
|
||||
population_18_64: 9868
|
||||
population_65_plus: 2859
|
||||
median_household_income: 81073
|
||||
poverty_rate: 10.63
|
||||
homeownership_rate: 73.97
|
||||
unemployment_rate: 5.78
|
||||
median_home_value: 278300
|
||||
gini_index: 0.3914
|
||||
vacancy_rate: 11.03
|
||||
race_white: 11831
|
||||
race_black: 143
|
||||
race_asian: 265
|
||||
race_native: 553
|
||||
hispanic: 4720
|
||||
bachelors_plus: 2708
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Humboldt County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 17289 |
|
||||
| Under 18 | 4562 |
|
||||
| 18–64 | 9868 |
|
||||
| 65+ | 2859 |
|
||||
| Median household income | 81073 |
|
||||
| Poverty rate | 10.63 |
|
||||
| Homeownership rate | 73.97 |
|
||||
| Unemployment rate | 5.78 |
|
||||
| Median home value | 278300 |
|
||||
| Gini index | 0.3914 |
|
||||
| Vacancy rate | 11.03 |
|
||||
| White | 11831 |
|
||||
| Black | 143 |
|
||||
| Asian | 265 |
|
||||
| Native | 553 |
|
||||
| Hispanic/Latino | 4720 |
|
||||
| Bachelor's or higher | 2708 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lander County, NV"
|
||||
classification: county
|
||||
fips: "32015"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 5770
|
||||
population_under_18: 1591
|
||||
population_18_64: 3330
|
||||
population_65_plus: 849
|
||||
median_household_income: 89014
|
||||
poverty_rate: 10.74
|
||||
homeownership_rate: 77.41
|
||||
unemployment_rate: 9.4
|
||||
median_home_value: 213800
|
||||
gini_index: 0.3861
|
||||
vacancy_rate: 22.27
|
||||
race_white: 4480
|
||||
race_black: 71
|
||||
race_asian: 36
|
||||
race_native: 186
|
||||
hispanic: 971
|
||||
bachelors_plus: 1126
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lander County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 5770 |
|
||||
| Under 18 | 1591 |
|
||||
| 18–64 | 3330 |
|
||||
| 65+ | 849 |
|
||||
| Median household income | 89014 |
|
||||
| Poverty rate | 10.74 |
|
||||
| Homeownership rate | 77.41 |
|
||||
| Unemployment rate | 9.4 |
|
||||
| Median home value | 213800 |
|
||||
| Gini index | 0.3861 |
|
||||
| Vacancy rate | 22.27 |
|
||||
| White | 4480 |
|
||||
| Black | 71 |
|
||||
| Asian | 36 |
|
||||
| Native | 186 |
|
||||
| Hispanic/Latino | 971 |
|
||||
| Bachelor's or higher | 1126 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lincoln County, NV"
|
||||
classification: county
|
||||
fips: "32017"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 4405
|
||||
population_under_18: 883
|
||||
population_18_64: 2391
|
||||
population_65_plus: 1131
|
||||
median_household_income: 72307
|
||||
poverty_rate: 5.04
|
||||
homeownership_rate: 74.96
|
||||
unemployment_rate: 1.88
|
||||
median_home_value: 219500
|
||||
gini_index: 0.3685
|
||||
vacancy_rate: 30.51
|
||||
race_white: 3761
|
||||
race_black: 123
|
||||
race_asian: 2
|
||||
race_native: 155
|
||||
hispanic: 292
|
||||
bachelors_plus: 909
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lincoln County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4405 |
|
||||
| Under 18 | 883 |
|
||||
| 18–64 | 2391 |
|
||||
| 65+ | 1131 |
|
||||
| Median household income | 72307 |
|
||||
| Poverty rate | 5.04 |
|
||||
| Homeownership rate | 74.96 |
|
||||
| Unemployment rate | 1.88 |
|
||||
| Median home value | 219500 |
|
||||
| Gini index | 0.3685 |
|
||||
| Vacancy rate | 30.51 |
|
||||
| White | 3761 |
|
||||
| Black | 123 |
|
||||
| Asian | 2 |
|
||||
| Native | 155 |
|
||||
| Hispanic/Latino | 292 |
|
||||
| Bachelor's or higher | 909 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Lyon County, NV"
|
||||
classification: county
|
||||
fips: "32019"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 61680
|
||||
population_under_18: 12423
|
||||
population_18_64: 35544
|
||||
population_65_plus: 13713
|
||||
median_household_income: 80812
|
||||
poverty_rate: 11.7
|
||||
homeownership_rate: 76.66
|
||||
unemployment_rate: 6.47
|
||||
median_home_value: 366100
|
||||
gini_index: 0.3979
|
||||
vacancy_rate: 6.65
|
||||
race_white: 45797
|
||||
race_black: 836
|
||||
race_asian: 804
|
||||
race_native: 1134
|
||||
hispanic: 12034
|
||||
bachelors_plus: 10123
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lyon County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 61680 |
|
||||
| Under 18 | 12423 |
|
||||
| 18–64 | 35544 |
|
||||
| 65+ | 13713 |
|
||||
| Median household income | 80812 |
|
||||
| Poverty rate | 11.7 |
|
||||
| Homeownership rate | 76.66 |
|
||||
| Unemployment rate | 6.47 |
|
||||
| Median home value | 366100 |
|
||||
| Gini index | 0.3979 |
|
||||
| Vacancy rate | 6.65 |
|
||||
| White | 45797 |
|
||||
| Black | 836 |
|
||||
| Asian | 804 |
|
||||
| Native | 1134 |
|
||||
| Hispanic/Latino | 12034 |
|
||||
| Bachelor's or higher | 10123 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Mineral County, NV"
|
||||
classification: county
|
||||
fips: "32021"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 4542
|
||||
population_under_18: 941
|
||||
population_18_64: 2415
|
||||
population_65_plus: 1186
|
||||
median_household_income: 54855
|
||||
poverty_rate: 18.47
|
||||
homeownership_rate: 72.51
|
||||
unemployment_rate: 9.8
|
||||
median_home_value: 156200
|
||||
gini_index: 0.3875
|
||||
vacancy_rate: 19.77
|
||||
race_white: 2639
|
||||
race_black: 144
|
||||
race_asian: 4
|
||||
race_native: 954
|
||||
hispanic: 789
|
||||
bachelors_plus: 557
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Mineral County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4542 |
|
||||
| Under 18 | 941 |
|
||||
| 18–64 | 2415 |
|
||||
| 65+ | 1186 |
|
||||
| Median household income | 54855 |
|
||||
| Poverty rate | 18.47 |
|
||||
| Homeownership rate | 72.51 |
|
||||
| Unemployment rate | 9.8 |
|
||||
| Median home value | 156200 |
|
||||
| Gini index | 0.3875 |
|
||||
| Vacancy rate | 19.77 |
|
||||
| White | 2639 |
|
||||
| Black | 144 |
|
||||
| Asian | 4 |
|
||||
| Native | 954 |
|
||||
| Hispanic/Latino | 789 |
|
||||
| Bachelor's or higher | 557 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Nye County, NV"
|
||||
classification: county
|
||||
fips: "32023"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 54344
|
||||
population_under_18: 9016
|
||||
population_18_64: 28537
|
||||
population_65_plus: 16791
|
||||
median_household_income: 60714
|
||||
poverty_rate: 14.14
|
||||
homeownership_rate: 77.79
|
||||
unemployment_rate: 8.07
|
||||
median_home_value: 290900
|
||||
gini_index: 0.4464
|
||||
vacancy_rate: 12.31
|
||||
race_white: 39769
|
||||
race_black: 1565
|
||||
race_asian: 1037
|
||||
race_native: 547
|
||||
hispanic: 9305
|
||||
bachelors_plus: 7344
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Nye County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 54344 |
|
||||
| Under 18 | 9016 |
|
||||
| 18–64 | 28537 |
|
||||
| 65+ | 16791 |
|
||||
| Median household income | 60714 |
|
||||
| Poverty rate | 14.14 |
|
||||
| Homeownership rate | 77.79 |
|
||||
| Unemployment rate | 8.07 |
|
||||
| Median home value | 290900 |
|
||||
| Gini index | 0.4464 |
|
||||
| Vacancy rate | 12.31 |
|
||||
| White | 39769 |
|
||||
| Black | 1565 |
|
||||
| Asian | 1037 |
|
||||
| Native | 547 |
|
||||
| Hispanic/Latino | 9305 |
|
||||
| Bachelor's or higher | 7344 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Pershing County, NV"
|
||||
classification: county
|
||||
fips: "32027"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 6487
|
||||
population_under_18: 1027
|
||||
population_18_64: 4335
|
||||
population_65_plus: 1125
|
||||
median_household_income: 66902
|
||||
poverty_rate: 11.82
|
||||
homeownership_rate: 73.04
|
||||
unemployment_rate: 3.89
|
||||
median_home_value: 179500
|
||||
gini_index: 0.4192
|
||||
vacancy_rate: 24.42
|
||||
race_white: 4653
|
||||
race_black: 309
|
||||
race_asian: 58
|
||||
race_native: 297
|
||||
hispanic: 1533
|
||||
bachelors_plus: 416
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Pershing County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 6487 |
|
||||
| Under 18 | 1027 |
|
||||
| 18–64 | 4335 |
|
||||
| 65+ | 1125 |
|
||||
| Median household income | 66902 |
|
||||
| Poverty rate | 11.82 |
|
||||
| Homeownership rate | 73.04 |
|
||||
| Unemployment rate | 3.89 |
|
||||
| Median home value | 179500 |
|
||||
| Gini index | 0.4192 |
|
||||
| Vacancy rate | 24.42 |
|
||||
| White | 4653 |
|
||||
| Black | 309 |
|
||||
| Asian | 58 |
|
||||
| Native | 297 |
|
||||
| Hispanic/Latino | 1533 |
|
||||
| Bachelor's or higher | 416 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Storey County, NV"
|
||||
classification: county
|
||||
fips: "32029"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 4140
|
||||
population_under_18: 556
|
||||
population_18_64: 2208
|
||||
population_65_plus: 1376
|
||||
median_household_income: 93409
|
||||
poverty_rate: 7.06
|
||||
homeownership_rate: 96.09
|
||||
unemployment_rate: 6.47
|
||||
median_home_value: 426400
|
||||
gini_index: 0.3967
|
||||
vacancy_rate: 7.16
|
||||
race_white: 3331
|
||||
race_black: 91
|
||||
race_asian: 55
|
||||
race_native: 2
|
||||
hispanic: 530
|
||||
bachelors_plus: 1572
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Storey County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 4140 |
|
||||
| Under 18 | 556 |
|
||||
| 18–64 | 2208 |
|
||||
| 65+ | 1376 |
|
||||
| Median household income | 93409 |
|
||||
| Poverty rate | 7.06 |
|
||||
| Homeownership rate | 96.09 |
|
||||
| Unemployment rate | 6.47 |
|
||||
| Median home value | 426400 |
|
||||
| Gini index | 0.3967 |
|
||||
| Vacancy rate | 7.16 |
|
||||
| White | 3331 |
|
||||
| Black | 91 |
|
||||
| Asian | 55 |
|
||||
| Native | 2 |
|
||||
| Hispanic/Latino | 530 |
|
||||
| Bachelor's or higher | 1572 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "Washoe County, NV"
|
||||
classification: county
|
||||
fips: "32031"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 497200
|
||||
population_under_18: 102934
|
||||
population_18_64: 306256
|
||||
population_65_plus: 88010
|
||||
median_household_income: 88096
|
||||
poverty_rate: 10.65
|
||||
homeownership_rate: 59.87
|
||||
unemployment_rate: 5.13
|
||||
median_home_value: 539900
|
||||
gini_index: 0.4711
|
||||
vacancy_rate: 8.65
|
||||
race_white: 311168
|
||||
race_black: 11837
|
||||
race_asian: 28668
|
||||
race_native: 6690
|
||||
hispanic: 129643
|
||||
bachelors_plus: 166909
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Washoe County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 497200 |
|
||||
| Under 18 | 102934 |
|
||||
| 18–64 | 306256 |
|
||||
| 65+ | 88010 |
|
||||
| Median household income | 88096 |
|
||||
| Poverty rate | 10.65 |
|
||||
| Homeownership rate | 59.87 |
|
||||
| Unemployment rate | 5.13 |
|
||||
| Median home value | 539900 |
|
||||
| Gini index | 0.4711 |
|
||||
| Vacancy rate | 8.65 |
|
||||
| White | 311168 |
|
||||
| Black | 11837 |
|
||||
| Asian | 28668 |
|
||||
| Native | 6690 |
|
||||
| Hispanic/Latino | 129643 |
|
||||
| Bachelor's or higher | 166909 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
@@ -0,0 +1,61 @@
|
||||
---
|
||||
type: Jurisdiction
|
||||
title: "White Pine County, NV"
|
||||
classification: county
|
||||
fips: "32033"
|
||||
state: "NV"
|
||||
demographics:
|
||||
population: 8735
|
||||
population_under_18: 1704
|
||||
population_18_64: 5246
|
||||
population_65_plus: 1785
|
||||
median_household_income: 72865
|
||||
poverty_rate: 8.19
|
||||
homeownership_rate: 75.41
|
||||
unemployment_rate: 4.02
|
||||
median_home_value: 220000
|
||||
gini_index: 0.3792
|
||||
vacancy_rate: 19.25
|
||||
race_white: 6567
|
||||
race_black: 520
|
||||
race_asian: 45
|
||||
race_native: 546
|
||||
hispanic: 1442
|
||||
bachelors_plus: 996
|
||||
sources:
|
||||
- field: demographics
|
||||
source: Census ACS 2023
|
||||
confidence: official
|
||||
tags: [jurisdiction, county, nv]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# White Pine County, NV
|
||||
|
||||
County jurisdiction.
|
||||
|
||||
## Demographics (ACS 2023)
|
||||
|
||||
| Measure | Value |
|
||||
| --- | --- |
|
||||
| Population | 8735 |
|
||||
| Under 18 | 1704 |
|
||||
| 18–64 | 5246 |
|
||||
| 65+ | 1785 |
|
||||
| Median household income | 72865 |
|
||||
| Poverty rate | 8.19 |
|
||||
| Homeownership rate | 75.41 |
|
||||
| Unemployment rate | 4.02 |
|
||||
| Median home value | 220000 |
|
||||
| Gini index | 0.3792 |
|
||||
| Vacancy rate | 19.25 |
|
||||
| White | 6567 |
|
||||
| Black | 520 |
|
||||
| Asian | 45 |
|
||||
| Native | 546 |
|
||||
| Hispanic/Latino | 1442 |
|
||||
| Bachelor's or higher | 996 |
|
||||
|
||||
## Source
|
||||
|
||||
- demographics: Census ACS 2023
|
||||
Reference in New Issue
Block a user