Calculate closure Index for Covid cases across countries
Before proceeding with the following code, please install conda on your machine first
conda create --name data_science python=3.9
conda activate data_science
pip install notebook
pip install openpyxl xlsxwriter xlrd xlrd
Once conda has been setup properly and all the libraries have been installed, you can now begin viewing and running the code.
Before proceeding with the following steps, please ensure you have git client installed on your machine
git clone https://github.com/Nj-kol/covid-closure-index.git
jupyter notebook
Once you run the above command, a window opens up on your browser with a Jupyter notebook. It shows your current directory. Now, just navigate to the location where you cloned the git repository in an earlier stetp. You'll see a file called Closure Index.ipynb. Double click on it to launch it.
You can see the outputs of the code already executed. To run on your machine, simple change the locations i.e. path of the input file and output location