Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 793 Bytes

File metadata and controls

22 lines (13 loc) · 793 Bytes

covid19-data-analysis

After Importing data, cleaning it, analyzing it and successfully visualize it. I did find the correlation between the covid19 infection rates and other worldwide happiness factors. For more details, check the Notebook file : https://github.com/zrouliaa/covid19-data-analysis/blob/main/covid19%20data%20analysis%20notebook.ipynb

To run the project in your own laptop, you will need to install jupyter notebook using these instructions:

pip install notebook

Also, you will need some libraries :

pip install pandas pip install seaborn pip install numpy pip install matplotlib

To run jupyter notebook:

jupyter notebook

After opening the notebook, execute each cell (from top to bottom) using CTRL+ENTER

ENJOY