Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aileks/polling-avg-exploration


https://github.com/aileks/polling-avg-exploration

Last synced: 1 day ago
JSON representation

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
```