/COVID-19-Data-Analysis

Annual CS: Python Data Analysis Project

Primary LanguagePython

COVID-19 Data Analysis Project

Description

A program that graphs some of the effects of COVID-19 including:

  • Change in price of certain items
  • Change in pollution change estimates
  • Confirmed/active/dead/recovered patients

Data is retrieved manually for items and pollution change while the data on patients is retrieved using an API who's data is sourced from Johns Hopkins CSSE.

Installation

Use the package manager pip to install packages

pip install tkinter
pip install matplotlib
pip install requests
pip install pandas

Usage

Edit line 8 to match the path of the root folder

# example path
path = 'D://Python/Data Analysis Project/'

Run file in console with

python main.py

Known Bugs

Program crashes if given bad input

Program crashes if start date preceeds 1/22 or end date succeeds yesterday (Deaths button)