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.
- Host: GitHub
- URL: https://github.com/jonprice99/regional-election-analysis
- Owner: jonprice99
- License: mit
- Created: 2023-12-22T23:33:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T23:07:08.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:44:09.637Z (8 months ago)
- Topics: data, data-visualization, election-analysis, election-data, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 29.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.10To 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)