My team in DPI-663, a Harvard Kennedy School class on Technology and Innovation in Government, worked with the City of Boston’s Elections Commission and the Department of Innovation and Technology to tackle low voter-turnout in Boston's municipal elections. Our goal was to develop policy recommendations and product prototypes that Boston can implement to improve turnout in future municipal elections. In order to better understand the problem, I dug into some data!
You can view the final write-up of my analysis here.
To learn more about the project, check out our blogs and final presentation here.
Analysis.Rmd
contains the code and write-up for the analysis. It produces the HTML fileAnalysis.html
.
-
precincts.geojson
is a geospatial dataset of the City of Boston's voting precincts. I obtained this data from Analyze Boston. -
wards.geojson
is a geospatial dataset of the City of Boston's voting wards. I obtained this data from Analyze Boston. -
dem_data_by_precincts.xlsx
is a dataset containing demographic data on Boston's precincts. I requested this dataset from Boston's Planning and Development Agency (BPDA). -
elections_data.xlsx
is a dataset containing the number of residents, registered voters, votes cast, and voter turnout for Boston's precincts in municipal elections from November 2005 to November 2017 (excluding special municipal elections and preliminary municipal elections). I created this dataset using the election data available on the City of Boston website.