Learn practical skills, build real-world projects, and advance your career

Analysis of Covid Cases In Afghanistan With Python.

The aim of this project is to analysed the pattern of covid cases in Afghanistan country. I have collected the dataset of covid cases in Afghanistan from https://covid.ourworldindata.org/data/owid-covid-data.csv.

In this project first I had imported jovian into jupyter notebook. Then I had imported the data set of covid cases in Afghanistan . After this we prepared our data by doing various processes and cleaning. Then I had done the visualization, to understand and analysed the pattern carefully. Then I executed so many queries, to get more informed decisions. After this I conclued our project work. At, last I included the references too.

Importing jovian library.

!pip install jovian -q --upgrade
import jovian