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

Covid19 Data Analysis in India

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.

India too effected by this pandemic.This project is about the analyzing the spread of corona virus in india.It describes the number of effected ,cured,& died people across states in India due to this virus..

Dataset for the Anlysis is taken from https://www.kaggle.com/ .The Analysis is done by using libarires like Matplotlib,Numpy,Seaborn,pandas.The knowldge on this libraries is gained from the course https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas .
As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "covid19 analysis in india" # change this
!pip install jovian --upgrade -q 
import jovian
jovian.commit(project=project_name,files=['covid_19_india.csv'])
[jovian] Attempting to save notebook.. [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ········ [jovian] Updating notebook "angajalasaisri2000/covid19-analysis-in-india" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ml/angajalasaisri2000/covid19-analysis-in-india