An open API service indexing awesome lists of open source software.

https://github.com/jonprice99/regional-election-analysis

An analysis of election results in Allegheny County using Pandas and other Python libraries to better understand the voting habits, practices, and preferences of regional voters.
https://github.com/jonprice99/regional-election-analysis

data data-visualization election-analysis election-data pandas python

Last synced: 6 months ago
JSON representation

An analysis of election results in Allegheny County using Pandas and other Python libraries to better understand the voting habits, practices, and preferences of regional voters.

Awesome Lists containing this project

README

          

# Regional Election Analysis

## Background

This is a Python/Jupyter project designed to aid in the analysis of election results within Allegheny County to better understand regional voter practices, habits, and preferences for future organization and outreach efforts.

## Core Requirements & Dependencies

**Please ensure that the following are installed on the system before proceeding:**
- Python 3.10

To install additional dependencies for the file processor & Jupyter notebook:
```bash
# from the project root directory
pip install -r requirements.txt
```

## Data Sources

### Maps

- [Allegheny County Voting District Boundaries](https://openac-alcogis.opendata.arcgis.com/datasets/faaf42d7eaa041cb9fa623ac7b42f475_0/explore?location=40.479554%2C-79.979615%2C9.65)
- [Pennsylvania Redistricting 2021 State House & Senate Maps](https://www.redistricting.state.pa.us/maps/)

### Election Data

- [Allegheny County Election Resources & Results](https://www.alleghenycounty.us/Government/Elections/Election-Results)