Hubble by Deck
Search
⌃K

state house

A state house district is an area defined by a state in which voters elect representatives to a state legislature's lower chamber. The size of state house districts varies widely from state to state. In California, state house members represent about 500,000 people on average. In New Hampshire and Vermont, state house members represent about 4,000 people on average.
This table includes records for each of the ~5,000 state house districts in the US, with year-specific entries representing what a given district looked like at a specific point in time.

Schema

Field
Description
year
The year a given district was put into effect.
is latest version
A boolean indicating whether a record represents the latest available version of a given district.
sldl fips
A unique 5-character code, maintained by the US Census, assigned to each district in a state legislature's lower chamber.
sldl name
The district's name, according to the US Census. ("SLDL" is an acronym for "state legislative district lower," which is how the Census refers to these districts.)
state fips
A unique 2-digit code, maintained by the US Census, for the state this district sits within.
state abbreviation
The two-letter abbreviation for the state this district sits within.
state name
The name of the state this district sits within.
shape
A polygon of the district's shape, represented in BigQuery's GEOGRAPHY data type.

Example entry

[
{
"year": "2010",
"is_latest_version": false,
"sldl_fips": "04020",
"sldl_name": "State House District 20",
"state_fips": "04",
"state_abbreviation": "AZ",
"state_name": "Arizona",
"shape": "POLYGON((-112.016347 33.370803, -112.016591 33.370742, ...))"
}
]