Skip to content

cjwinchester/sd-voter-registration-data

Repository files navigation

South Dakota voter registration data

This repository contains county-level voter registration data for South Dakota, broken down by party.

Updated March 4, 2024

The data -- 151 snapshots in time -- comes from the South Dakota Secretary of State's website:

Here's a spreadsheet with a complete list of sources.

Files are named after the snapshot date in YYYY-MM-DD.* format. Individual CSV files live in the data folder. The original PDFs, some of them rendered from web pages, live in the pdfs folder.

The build_files.py script creates two (tidy) combined files, each with two new columns -- county_fips, derived from looking up county names in the us-county-fips.csv file, and election, which lists the type of election for that snapshot date, if applicable, sourced from a file I created, elex-lookup.json:

  • sd-voter-registration-data.csv: The columns in this file are date,county,county_fips,party,voters,election -- note that inactive is sometimes the "party" name, so if your goal is to analyze active voter registration, you'd need to filter these out first.
  • sd-voter-registration-data-simplified.csv: Same as above, except:
    • All non-R/D party categories are collapsed into a single "other" category
    • Inactive records are removed
    • Two snapshot records for Washabaugh County, which merged with Jackson County in 1983, are removed
    • Records for Shannon County, which was renamed Oglala Lakota County in 2015, are renamed with the current county name and given the associated FIPS code

About

County-level voter registration totals in South Dakota, broken out by party where available.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages