Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 878 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 878 Bytes

COVID-19 Cases/Deaths Analysis

This Python3 project aims to plot the number of COVID-19 cases and deaths for a chosen country, on a simple line graph.

Installation

git clone https://github.com/alec-kr/COVID-19-Cases-Deaths.git

Packages Used:

NOTE: Python 3 must be installed prior to running this code.

pip3 install pandas matplotlib mplcursors

Usage

cd COVID-19-Cases-Deaths
python3 covid-19-analysis.py

You will enter a country of your choice after running the line above

Please Enter a Country: Guyana

A pyplot window will be opened showing the visualized data (COVID-19 Cases and Deaths)

See the py_vis.ipynb notebook for an illustration of the executed program.