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

COVID-19 in India

Before getting into the analysis part I would like to address the question

What is COVID-19?

According to World Health Organzation(WHO):

Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus.

Most people infected with the COVID-19 virus will experience mild to moderate respiratory illness and recover without requiring special treatment. Older people, and those with underlying medical problems like cardiovascular disease, diabetes, chronic respiratory disease, and cancer are more likely to develop serious illness.

The best way to prevent and slow down transmission is be well informed about the COVID-19 virus, the disease it causes and how it spreads. Protect yourself and others from infection by washing your hands or using an alcohol based rub frequently and not touching your face.

The COVID-19 virus spreads primarily through droplets of saliva or discharge from the nose when an infected person coughs or sneezes, so it’s important that you also practice respiratory etiquette (for example, by coughing into a flexed elbow).

At this time, there are no specific vaccines or treatments for COVID-19. However, there are many ongoing clinical trials evaluating potential treatments. WHO will continue to provide updated information as soon as clinical findings become available.Read more... at WHO website

Analysing COVID-19 in India

Now, comming back to our main goal of the project i.e analysing COVID-19 in India.Its imapct on different state.India is the second mosty populus country and is hit very hard by this deadly virus.India is now at the second spot in terms of number of cases of Covid-19 (behind U.S.) , and it may it the top spot due to the rise in the daily cases.

Through this project I have tried to give an idea about the spreading of coronavirus across India and have answered some of related question.I have tried my best to explain the commands used and the working of these commands.

Before strating I would like to thank my course Instructor Aakash N S for teaching and guiding me throughout this course.

Lets, get started

We will start off by installing the required Python libraries within the environment by the running the following command:

!pip install jovian --upgrade --quiet
!pip install jovian jupyter numpy pandas matplotlib seaborn --upgrade --quiet
import jovian
jovian.commit(project='Covid19 in India')
[jovian] Attempting to save notebook.. [jovian] Updating notebook "kaustuvkishore19/covid19-in-india" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ml/kaustuvkishore19/covid19-in-india