Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 37"
represents: "us/states/ms/districts/senate/37"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 37 (MS State Senate District 37).
Represents [MS State Senate District 37](/us/states/ms/districts/senate/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 35"
represents: "us/states/ms/districts/senate/35"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 35 (MS State Senate District 35).
Represents [MS State Senate District 35](/us/states/ms/districts/senate/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 37"
represents: "us/states/ms/districts/house/37"
tenure:
start: "2022-11-22"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 37 (MS State House of Representatives District 37).
Represents [MS State House of Representatives District 37](/us/states/ms/districts/house/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 96"
represents: "us/states/ms/districts/house/96"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 96 (MS State House of Representatives District 96).
Represents [MS State House of Representatives District 96](/us/states/ms/districts/house/96.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 40"
represents: "us/states/ms/districts/senate/40"
tenure:
start: "2012-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 40 (MS State Senate District 40).
Represents [MS State Senate District 40](/us/states/ms/districts/senate/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 16"
represents: "us/states/ms/districts/senate/16"
tenure:
start: "2013-01-23"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 16 (MS State Senate District 16).
Represents [MS State Senate District 16](/us/states/ms/districts/senate/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 15"
represents: "us/states/ms/districts/senate/15"
tenure:
start: "2020-10-28"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 15 (MS State Senate District 15).
Represents [MS State Senate District 15](/us/states/ms/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 92"
represents: "us/states/ms/districts/house/92"
tenure:
start: "2008-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 92 (MS State House of Representatives District 92).
Represents [MS State House of Representatives District 92](/us/states/ms/districts/house/92.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 8"
represents: "us/states/ms/districts/senate/8"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 8 (MS State Senate District 8).
Represents [MS State Senate District 8](/us/states/ms/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 15"
represents: "us/states/ms/districts/house/15"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 15 (MS State House of Representatives District 15).
Represents [MS State House of Representatives District 15](/us/states/ms/districts/house/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 52"
represents: "us/states/ms/districts/house/52"
tenure:
start: "2013-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 52 (MS State House of Representatives District 52).
Represents [MS State House of Representatives District 52](/us/states/ms/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 99"
represents: "us/states/ms/districts/house/99"
tenure:
start: "2008-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 99 (MS State House of Representatives District 99).
Represents [MS State House of Representatives District 99](/us/states/ms/districts/house/99.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 83"
represents: "us/states/ms/districts/house/83"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 83 (MS State House of Representatives District 83).
Represents [MS State House of Representatives District 83](/us/states/ms/districts/house/83.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 70"
represents: "us/states/ms/districts/house/70"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 70 (MS State House of Representatives District 70).
Represents [MS State House of Representatives District 70](/us/states/ms/districts/house/70.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 91"
represents: "us/states/ms/districts/house/91"
tenure:
start: "2008-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 91 (MS State House of Representatives District 91).
Represents [MS State House of Representatives District 91](/us/states/ms/districts/house/91.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 2"
represents: "us/states/ms/districts/house/2"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 2 (MS State House of Representatives District 2).
Represents [MS State House of Representatives District 2](/us/states/ms/districts/house/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 21"
represents: "us/states/ms/districts/senate/21"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 21 (MS State Senate District 21).
Represents [MS State Senate District 21](/us/states/ms/districts/senate/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 122"
represents: "us/states/ms/districts/house/122"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 122 (MS State House of Representatives District 122).
Represents [MS State House of Representatives District 122](/us/states/ms/districts/house/122.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 59"
represents: "us/states/ms/districts/house/59"
tenure:
start: "2013-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 59 (MS State House of Representatives District 59).
Represents [MS State House of Representatives District 59](/us/states/ms/districts/house/59.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 36"
represents: "us/states/ms/districts/senate/36"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 36 (MS State Senate District 36).
Represents [MS State Senate District 36](/us/states/ms/districts/senate/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 52"
represents: "us/states/ms/districts/senate/52"
tenure:
start: "2012-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 52 (MS State Senate District 52).
Represents [MS State Senate District 52](/us/states/ms/districts/senate/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 23"
represents: "us/states/ms/districts/senate/23"
tenure:
start: "2008-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 23 (MS State Senate District 23).
Represents [MS State Senate District 23](/us/states/ms/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 47"
represents: "us/states/ms/districts/house/47"
tenure:
start: "2004-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 47 (MS State House of Representatives District 47).
Represents [MS State House of Representatives District 47](/us/states/ms/districts/house/47.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 1"
represents: "us/states/ms/districts/house/1"
tenure:
start: "2008-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 1 (MS State House of Representatives District 1).
Represents [MS State House of Representatives District 1](/us/states/ms/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 87"
represents: "us/states/ms/districts/house/87"
tenure:
start: "2020-12-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 87 (MS State House of Representatives District 87).
Represents [MS State House of Representatives District 87](/us/states/ms/districts/house/87.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 42"
represents: "us/states/ms/districts/house/42"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 42 (MS State House of Representatives District 42).
Represents [MS State House of Representatives District 42](/us/states/ms/districts/house/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 121"
represents: "us/states/ms/districts/house/121"
tenure:
start: "2012-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 121 (MS State House of Representatives District 121).
Represents [MS State House of Representatives District 121](/us/states/ms/districts/house/121.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 116"
represents: "us/states/ms/districts/house/116"
tenure:
start: "2011-02-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 116 (MS State House of Representatives District 116).
Represents [MS State House of Representatives District 116](/us/states/ms/districts/house/116.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 9"
represents: "us/states/ms/districts/house/9"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 9 (MS State House of Representatives District 9).
Represents [MS State House of Representatives District 9](/us/states/ms/districts/house/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 75"
represents: "us/states/ms/districts/house/75"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 75 (MS State House of Representatives District 75).
Represents [MS State House of Representatives District 75](/us/states/ms/districts/house/75.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 6"
represents: "us/states/ms/districts/senate/6"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 6 (MS State Senate District 6).
Represents [MS State Senate District 6](/us/states/ms/districts/senate/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 38"
represents: "us/states/ms/districts/house/38"
tenure:
start: "2017-12-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 38 (MS State House of Representatives District 38).
Represents [MS State House of Representatives District 38](/us/states/ms/districts/house/38.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 65"
represents: "us/states/ms/districts/house/65"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 65 (MS State House of Representatives District 65).
Represents [MS State House of Representatives District 65](/us/states/ms/districts/house/65.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 44"
represents: "us/states/ms/districts/senate/44"
tenure:
start: "2026-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 44 (MS State Senate District 44).
Represents [MS State Senate District 44](/us/states/ms/districts/senate/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 88"
represents: "us/states/ms/districts/house/88"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 88 (MS State House of Representatives District 88).
Represents [MS State House of Representatives District 88](/us/states/ms/districts/house/88.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 17"
represents: "us/states/ms/districts/senate/17"
tenure:
start: "2014-11-26"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 17 (MS State Senate District 17).
Represents [MS State Senate District 17](/us/states/ms/districts/senate/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 12"
represents: "us/states/ms/districts/house/12"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 12 (MS State House of Representatives District 12).
Represents [MS State House of Representatives District 12](/us/states/ms/districts/house/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 56"
represents: "us/states/ms/districts/house/56"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 56 (MS State House of Representatives District 56).
Represents [MS State House of Representatives District 56](/us/states/ms/districts/house/56.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 25"
represents: "us/states/ms/districts/house/25"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 25 (MS State House of Representatives District 25).
Represents [MS State House of Representatives District 25](/us/states/ms/districts/house/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 39"
represents: "us/states/ms/districts/house/39"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 39 (MS State House of Representatives District 39).
Represents [MS State House of Representatives District 39](/us/states/ms/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 5"
represents: "us/states/ms/districts/senate/5"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 5 (MS State Senate District 5).
Represents [MS State Senate District 5](/us/states/ms/districts/senate/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 98"
represents: "us/states/ms/districts/house/98"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 98 (MS State House of Representatives District 98).
Represents [MS State House of Representatives District 98](/us/states/ms/districts/house/98.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 29"
represents: "us/states/ms/districts/senate/29"
tenure:
start: "2008-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 29 (MS State Senate District 29).
Represents [MS State Senate District 29](/us/states/ms/districts/senate/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 30"
represents: "us/states/ms/districts/senate/30"
tenure:
start: "1992-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 30 (MS State Senate District 30).
Represents [MS State Senate District 30](/us/states/ms/districts/senate/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 43"
represents: "us/states/ms/districts/senate/43"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 43 (MS State Senate District 43).
Represents [MS State Senate District 43](/us/states/ms/districts/senate/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 12"
represents: "us/states/ms/districts/senate/12"
tenure:
start: "2011-03-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 12 (MS State Senate District 12).
Represents [MS State Senate District 12](/us/states/ms/districts/senate/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 28"
represents: "us/states/ms/districts/house/28"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 28 (MS State House of Representatives District 28).
Represents [MS State House of Representatives District 28](/us/states/ms/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 42"
represents: "us/states/ms/districts/senate/42"
tenure:
start: "2026-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 42 (MS State Senate District 42).
Represents [MS State Senate District 42](/us/states/ms/districts/senate/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 21"
represents: "us/states/ms/districts/house/21"
tenure:
start: "2011-11-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 21 (MS State House of Representatives District 21).
Represents [MS State House of Representatives District 21](/us/states/ms/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 89"
represents: "us/states/ms/districts/house/89"
tenure:
start: "2016-12-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 89 (MS State House of Representatives District 89).
Represents [MS State House of Representatives District 89](/us/states/ms/districts/house/89.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 67"
represents: "us/states/ms/districts/house/67"
tenure:
start: "1993-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 67 (MS State House of Representatives District 67).
Represents [MS State House of Representatives District 67](/us/states/ms/districts/house/67.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 105"
represents: "us/states/ms/districts/house/105"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 105 (MS State House of Representatives District 105).
Represents [MS State House of Representatives District 105](/us/states/ms/districts/house/105.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 66"
represents: "us/states/ms/districts/house/66"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 66 (MS State House of Representatives District 66).
Represents [MS State House of Representatives District 66](/us/states/ms/districts/house/66.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 60"
represents: "us/states/ms/districts/house/60"
tenure:
start: "2018-03-19"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 60 (MS State House of Representatives District 60).
Represents [MS State House of Representatives District 60](/us/states/ms/districts/house/60.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 38"
represents: "us/states/ms/districts/senate/38"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 38 (MS State Senate District 38).
Represents [MS State Senate District 38](/us/states/ms/districts/senate/38.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 61"
represents: "us/states/ms/districts/house/61"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 61 (MS State House of Representatives District 61).
Represents [MS State House of Representatives District 61](/us/states/ms/districts/house/61.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 69"
represents: "us/states/ms/districts/house/69"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 69 (MS State House of Representatives District 69).
Represents [MS State House of Representatives District 69](/us/states/ms/districts/house/69.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 118"
represents: "us/states/ms/districts/house/118"
tenure:
start: "2012-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 118 (MS State House of Representatives District 118).
Represents [MS State House of Representatives District 118](/us/states/ms/districts/house/118.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 76"
represents: "us/states/ms/districts/house/76"
tenure:
start: "2000-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 76 (MS State House of Representatives District 76).
Represents [MS State House of Representatives District 76](/us/states/ms/districts/house/76.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 82"
represents: "us/states/ms/districts/house/82"
tenure:
start: "2025-05-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 82 (MS State House of Representatives District 82).
Represents [MS State House of Representatives District 82](/us/states/ms/districts/house/82.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 113"
represents: "us/states/ms/districts/house/113"
tenure:
start: "2000-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 113 (MS State House of Representatives District 113).
Represents [MS State House of Representatives District 113](/us/states/ms/districts/house/113.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 40"
represents: "us/states/ms/districts/house/40"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 40 (MS State House of Representatives District 40).
Represents [MS State House of Representatives District 40](/us/states/ms/districts/house/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 27"
represents: "us/states/ms/districts/senate/27"
tenure:
start: "1993-12-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 27 (MS State Senate District 27).
Represents [MS State Senate District 27](/us/states/ms/districts/senate/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 7"
represents: "us/states/ms/districts/senate/7"
tenure:
start: "1984-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 7 (MS State Senate District 7).
Represents [MS State Senate District 7](/us/states/ms/districts/senate/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 106"
represents: "us/states/ms/districts/house/106"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 106 (MS State House of Representatives District 106).
Represents [MS State House of Representatives District 106](/us/states/ms/districts/house/106.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 39"
represents: "us/states/ms/districts/senate/39"
tenure:
start: "2020-10-28"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 39 (MS State Senate District 39).
Represents [MS State Senate District 39](/us/states/ms/districts/senate/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 48"
represents: "us/states/ms/districts/house/48"
tenure:
start: "2012-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 48 (MS State House of Representatives District 48).
Represents [MS State House of Representatives District 48](/us/states/ms/districts/house/48.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 95"
represents: "us/states/ms/districts/house/95"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 95 (MS State House of Representatives District 95).
Represents [MS State House of Representatives District 95](/us/states/ms/districts/house/95.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 114"
represents: "us/states/ms/districts/house/114"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 114 (MS State House of Representatives District 114).
Represents [MS State House of Representatives District 114](/us/states/ms/districts/house/114.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 24"
represents: "us/states/ms/districts/house/24"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 24 (MS State House of Representatives District 24).
Represents [MS State House of Representatives District 24](/us/states/ms/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 33"
represents: "us/states/ms/districts/senate/33"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 33 (MS State Senate District 33).
Represents [MS State Senate District 33](/us/states/ms/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 85"
represents: "us/states/ms/districts/house/85"
tenure:
start: "2018-12-21"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 85 (MS State House of Representatives District 85).
Represents [MS State House of Representatives District 85](/us/states/ms/districts/house/85.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 119"
represents: "us/states/ms/districts/house/119"
tenure:
start: "2022-08-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 119 (MS State House of Representatives District 119).
Represents [MS State House of Representatives District 119](/us/states/ms/districts/house/119.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 110"
represents: "us/states/ms/districts/house/110"
tenure:
start: "2013-11-26"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 110 (MS State House of Representatives District 110).
Represents [MS State House of Representatives District 110](/us/states/ms/districts/house/110.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 51"
represents: "us/states/ms/districts/senate/51"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 51 (MS State Senate District 51).
Represents [MS State Senate District 51](/us/states/ms/districts/senate/51.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 18"
represents: "us/states/ms/districts/house/18"
tenure:
start: "2004-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 18 (MS State House of Representatives District 18).
Represents [MS State House of Representatives District 18](/us/states/ms/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 73"
represents: "us/states/ms/districts/house/73"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 73 (MS State House of Representatives District 73).
Represents [MS State House of Representatives District 73](/us/states/ms/districts/house/73.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 33"
represents: "us/states/ms/districts/house/33"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 33 (MS State House of Representatives District 33).
Represents [MS State House of Representatives District 33](/us/states/ms/districts/house/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 111"
represents: "us/states/ms/districts/house/111"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 111 (MS State House of Representatives District 111).
Represents [MS State House of Representatives District 111](/us/states/ms/districts/house/111.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 4"
represents: "us/states/ms/districts/house/4"
tenure:
start: "2015-11-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 4 (MS State House of Representatives District 4).
Represents [MS State House of Representatives District 4](/us/states/ms/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 49"
represents: "us/states/ms/districts/senate/49"
tenure:
start: "2018-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 49 (MS State Senate District 49).
Represents [MS State Senate District 49](/us/states/ms/districts/senate/49.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 41"
represents: "us/states/ms/districts/senate/41"
tenure:
start: "2006-12-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 41 (MS State Senate District 41).
Represents [MS State Senate District 41](/us/states/ms/districts/senate/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 35"
represents: "us/states/ms/districts/house/35"
tenure:
start: "2012-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 35 (MS State House of Representatives District 35).
Represents [MS State House of Representatives District 35](/us/states/ms/districts/house/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 5"
represents: "us/states/ms/districts/house/5"
tenure:
start: "2014-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 5 (MS State House of Representatives District 5).
Represents [MS State House of Representatives District 5](/us/states/ms/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 50"
represents: "us/states/ms/districts/house/50"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 50 (MS State House of Representatives District 50).
Represents [MS State House of Representatives District 50](/us/states/ms/districts/house/50.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 112"
represents: "us/states/ms/districts/house/112"
tenure:
start: "1993-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 112 (MS State House of Representatives District 112).
Represents [MS State House of Representatives District 112](/us/states/ms/districts/house/112.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 45"
represents: "us/states/ms/districts/senate/45"
tenure:
start: "2026-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 45 (MS State Senate District 45).
Represents [MS State Senate District 45](/us/states/ms/districts/senate/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 58"
represents: "us/states/ms/districts/house/58"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 58 (MS State House of Representatives District 58).
Represents [MS State House of Representatives District 58](/us/states/ms/districts/house/58.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 22"
represents: "us/states/ms/districts/senate/22"
tenure:
start: "2020-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 22 (MS State Senate District 22).
Represents [MS State Senate District 22](/us/states/ms/districts/senate/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 20"
represents: "us/states/ms/districts/senate/20"
tenure:
start: "2012-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 20 (MS State Senate District 20).
Represents [MS State Senate District 20](/us/states/ms/districts/senate/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 10"
represents: "us/states/ms/districts/house/10"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 10 (MS State House of Representatives District 10).
Represents [MS State House of Representatives District 10](/us/states/ms/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 34"
represents: "us/states/ms/districts/senate/34"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 34 (MS State Senate District 34).
Represents [MS State Senate District 34](/us/states/ms/districts/senate/34.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 22"
represents: "us/states/ms/districts/house/22"
tenure:
start: "2026-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 22 (MS State House of Representatives District 22).
Represents [MS State House of Representatives District 22](/us/states/ms/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 6"
represents: "us/states/ms/districts/house/6"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 6 (MS State House of Representatives District 6).
Represents [MS State House of Representatives District 6](/us/states/ms/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 24"
represents: "us/states/ms/districts/senate/24"
tenure:
start: "2026-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 24 (MS State Senate District 24).
Represents [MS State Senate District 24](/us/states/ms/districts/senate/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 72"
represents: "us/states/ms/districts/house/72"
tenure:
start: "2024-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 72 (MS State House of Representatives District 72).
Represents [MS State House of Representatives District 72](/us/states/ms/districts/house/72.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 41"
represents: "us/states/ms/districts/house/41"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 41 (MS State House of Representatives District 41).
Represents [MS State House of Representatives District 41](/us/states/ms/districts/house/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State Senate District 26"
represents: "us/states/ms/districts/senate/26"
tenure:
start: "2026-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS Senate District 26 (MS State Senate District 26).
Represents [MS State Senate District 26](/us/states/ms/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 36"
represents: "us/states/ms/districts/house/36"
tenure:
start: "2013-04-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 36 (MS State House of Representatives District 36).
Represents [MS State House of Representatives District 36](/us/states/ms/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MS"
district: "MS State House of Representatives District 46"
represents: "us/states/ms/districts/house/46"
tenure:
start: "2016-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MS House District 46 (MS State House of Representatives District 46).
Represents [MS State House of Representatives District 46](/us/states/ms/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20

Some files were not shown because too many files have changed in this diff Show More