This repository contains the Jupyter notebooks explaining Exploratory data analysis of COVID-19 as well as prediction using Prophet.
First jupyter notebook contains the Predictive analysis for Corona Virus Pakistan Dataset. The repository contains the dataset as well but you can also download the updated dataset from kaggle.
The other notebook contains the exploratory data analysis, visualization and prediction using Prophet for World. The repository contains the dataset used for world analysis as well but again you can download the updated dataset from kaggle
To run these notebooks locally, make sure you have Jupyter Notebook installed on your system. The simplest way for that is to download and install Anaconda distribution.
Also, make sure to install these libraries if you don't have already:
1: pandas
2: numpy
3: matplotlib
4: seaborn
5: plotly
6: Prophet