Minneapolis2017: Ballots in the 2017 Mayoral election in Minneapolis

Minneapolis2017R Documentation

Ballots in the 2017 Mayoral election in Minneapolis

Description

The choices marked on each (valid) ballot for the election, which was run using a rank-choice, instant runoff system.

Usage

data("Minneapolis2017")

Format

A data frame with 105,928 observations on the following 5 variables:

precinct

Precincts are sub-divisions within 'wards'

first

The voter's first choice

second

The voter's second choice

third

The voter's third choice

ward

The city is divided spatially into districts or 'wards'. These are further subdivided into precincts

Details

Ballot information for the 2017 Minneapolis Mayoral election, which was run as a rank-choice election. In rank-choice, a voter can indicate first, second, and third choices. If a voter's first choice is eliminated (by being last in the count across voters), the second choice is promoted to that voter's first choice, and similarly third -> second. Eliminations are done successively until one candidate has a majority of the first-choice votes. For additional detail, see https://vote.minneapolismn.gov/ranked-choice-voting/details/

Source

Ballot data from the Minneapolis city government: https://vote.minneapolismn.gov/results-data/election-results/2017/mayor-data/

Examples

data(Minneapolis2017)
str(Minneapolis2017)

mdbeckman/dcData documentation built on March 18, 2023, 6:07 a.m.