CoolFace
Datasetpublic

trentmkelly/ohio-voter-registration

Ohio Statewide Voter File (JSONL) Ohio voter registration and voting history data from the Ohio Secretary of State's Statewide Voter File (SWVF). Reassembled from the four official county-range splits into a single JSONL file. Source Ohio Secretary of State — Voter Files Format Each line is a JSON object representing one registered voter. The 90 election history columns from the source CSV are collapsed into a single VOTING_HISTORY object containing… See the full description on the dataset page: https://huggingface.co/datasets/trentmkelly/ohio-voter-registration.

sourceHugging Facecc-by-sa-4.0updated 7mo agoView on Hugging Face
0likes34downloads
Dataset Card

Ohio Statewide Voter File (JSONL)

Ohio voter registration and voting history data from the Ohio Secretary of State's Statewide Voter File (SWVF). Reassembled from the four official county-range splits into a single JSONL file.

Source

Ohio Secretary of State — Voter Files

Format

Each line is a JSON object representing one registered voter. The 90 election history columns from the source CSV are collapsed into a single VOTING_HISTORY object containing only elections the voter participated in.

Fields

FieldDescription
SOS_VOTERIDUnique voter ID assigned by the Secretary of State
COUNTY_NUMBERCounty FIPS-style number
COUNTY_IDCounty-level voter ID
LAST_NAME, FIRST_NAME, MIDDLE_NAME, SUFFIXVoter name
DATE_OF_BIRTHDate of birth (YYYY-MM-DD)
REGISTRATION_DATEVoter registration date (YYYY-MM-DD)
VOTER_STATUSRegistration status (e.g. ACTIVE, INACTIVE)
PARTY_AFFILIATIONParty affiliation
RESIDENTIAL_ADDRESS1, RESIDENTIAL_SECONDARY_ADDR, RESIDENTIAL_CITY, RESIDENTIAL_STATE, RESIDENTIAL_ZIP, RESIDENTIAL_ZIP_PLUS4, RESIDENTIAL_COUNTRY, RESIDENTIAL_POSTALCODEResidential address
MAILING_ADDRESS1, MAILING_SECONDARY_ADDRESS, MAILING_CITY, MAILING_STATE, MAILING_ZIP, MAILING_ZIP_PLUS4, MAILING_COUNTRY, MAILING_POSTAL_CODEMailing address
CAREER_CENTER, CITY, CITY_SCHOOL_DISTRICT, COUNTY_COURT_DISTRICT, CONGRESSIONAL_DISTRICT, COURT_OF_APPEALS, EDU_SERVICE_CENTER_DISTRICT, EXEMPTED_VILL_SCHOOL_DISTRICT, LIBRARY, LOCAL_SCHOOL_DISTRICT, MUNICIPAL_COURT_DISTRICT, PRECINCT_NAME, PRECINCT_CODE, STATE_BOARD_OF_EDUCATION, STATE_REPRESENTATIVE_DISTRICT, STATE_SENATE_DISTRICT, TOWNSHIP, VILLAGE, WARDDistrict and jurisdiction assignments
VOTING_HISTORYObject mapping election identifiers (e.g. "GENERAL-11/05/2024") to the voter's participation code for that election. Only elections the voter participated in are included.