Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aileks/polling-avg-exploration
https://github.com/aileks/polling-avg-exploration
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/aileks/polling-avg-exploration
- Owner: aileks
- Created: 2024-11-07T20:57:52.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T15:19:21.000Z (6 days ago)
- Last Synced: 2024-11-13T22:13:51.596Z (1 day ago)
- Language: Jupyter Notebook
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2024 Polling Data
Answering the question: How accurate were the polls?
Using the seaborn package to analyze and visualize polling data from the 2024 presidential election.
Data obtained from [FiveThirtyEight](https://projects.fivethirtyeight.com/polls/president-general/2024/)
## Goals
- [x] Clean data
- [ ] Visualize data
- [ ] Create shiny app## Local Setup (WIP)
1. Clone the repository
```bash
git clone https://github.com/aileks/election-data-exploration.git
```2. Install the required packages
In your virtual environment, run the following command:
```bash
pip install -r requirements.txt
```