Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.37 KB

Introduction

Analysis on the spread of coronavirus in Africa and the role of digital health tools in fighting against the pandemic on the continent. The project starts with analysing how the virus spread on the continet, whoch countries have the most cases and whether they have reached a peak yet It then looks at how digital health tools have helped to fight against the spread, by quickly configuring they existing platforms for case management and contact tracing. The data used is from WHO dashboard.

Dependencies

The project should run with libraries included in the Anaconda distribution. Following main libraries have been used:

Python 3.8.2 numpy 1.13.3 pandas 0.25.3 seaborn 0.10.0 matplotlib 0.8.4

Files in the Repository

covid-africa.py.ipynb: Jupyter notebook containing the analysis of the project utils.py: Python file containing additional code for the analysis

Data Directory

Data for project saved in data folder

Image Directory

Images, plots and map saved in images folder

Analysis Results

Please find my summary for a non-technical audience in a blog post here.

Acknowledgements

The "Data Science" nanodegree at Udacity. See References