0% found this document useful (0 votes)
28 views18 pages

Nishant Mini Project 1 Rishi

The report titled 'Covid-19 Vaccination Analysis' by Zubair G. Shaikh analyzes the vaccination rollout in India, utilizing data to predict vaccination trends and address challenges faced during the process. It emphasizes the importance of state-wise analysis for effective resource allocation and highlights key findings related to vaccination efficacy and public health impact. The report concludes that widespread vaccination is crucial for controlling the pandemic and suggests strategies for improving vaccination efforts.

Uploaded by

rishibahi1234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views18 pages

Nishant Mini Project 1 Rishi

The report titled 'Covid-19 Vaccination Analysis' by Zubair G. Shaikh analyzes the vaccination rollout in India, utilizing data to predict vaccination trends and address challenges faced during the process. It emphasizes the importance of state-wise analysis for effective resource allocation and highlights key findings related to vaccination efficacy and public health impact. The report concludes that widespread vaccination is crucial for controlling the pandemic and suggests strategies for improving vaccination efforts.

Uploaded by

rishibahi1234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

A Report File

“Covid-19 Vaccination Analysis”

Data Science and Big Data Analytics

SUBMITTED BY:
SUBMITTED TO:
Zubair .G. shaikh
Dr. Vilas Joshi
Roll no:-59,Division:B

ISBMCollege of Engineering, Nande, Pune, 41211


Department of Computer Engineering
Certificate

This is to certify that the report titled “Covid-19 Vaccination


Analysis” has been successfully completed and submitted by Zubair
.G. Shaikh Roll No: 31 , Division: B under the guidance of Dr. Vilas
Joshi in partial fulfillment of the academic requirements of the course
Leadership and Personality Development.

Dr. K.N.Tripathi
Dr. Vilas Joshi HOD
Guide Department of Computer
Engineering

Place: Pune
Date: 23/04/2025
Acknowledgement

I express my sincere gratitude to Dr. Vilas Joshi, my project guide, for


her valuable guidance, support, and encouragement throughout the
completion of this report titled “Covid-19 Vaccination Analysis” I
would also like to thank the Department of Computer Engineering,
ISBM College of Engineering, for providing the necessary
infrastructure and support. My heartfelt thanks to my friends and peers
for their cooperation, discussions, and moral support during the project.
Lastly, I extend my deepest appreciation to my family for their constant
encouragement and belief in my efforts.

Zubair .G. Shaikh


Roll no:-59, Division:B
T.E Computer Engineering
Declaration

I hereby declare that the project report titled “Covid-19 Vaccination


Analysis” submitted to ISBM College of Engineering, is a genuine
work carried out by me under the guidance of Dr. Vilas Joshi. This
report is submitted in partial fulfillment of the requirements for the
completion of my academic internship. I affirm that the contents of this
report are based on my own study and understanding, and have not been
copied from any other source or submitted previously to any university
or institution for the award of any degree, diploma, or other
qualifications. I have duly acknowledged all the sources and references
used in the preparation of this report. The internship experience has
greatly contributed to my personal and professional growth, especially in
understanding the importance of soft skills in real-world situations. I
take full responsibility for the accuracy and authenticity of the data and
information presented in this report.

Signature
Zubair .G. Shaikh
Roll no:-59 Division:B

Place: Pune
Date: 23/04/2025
Contents

1 Introduction 1

2 THEORY 2
2.1 Importing Python Libraries: . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.1 iIport numpy as np: . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.2 Import pandas as pd pandas: . . . . . . . . . . . . . . . . . . . . 2
2.1.3 Import matplotlib as plt: . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.4 Read Data and Basic Information: . . . . . . . . . . . . . . . . . 2
2.1.5 Data Cleaning: . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.6 Data Pre-processing: . . . . . . . . . . . . . . . . . . . . . . . . . 2

3 Commands Output 3
3.1 Import basic required libraries . . . . . . . . . . . . . . . . . . . . . . . . 3
3.2 Reading the dataset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
3.3 Display no. of rows and columns . . . . . . . . . . . . . . . . . . . . . . 4
3.4 Display dataset Information and finding null values . . . . . . . . . . . . 4

4 Conclusion 10

5 Reference 11

1
Abstract

In India, a large country of about 1.3 billion people, the disease was first detected on
January 30, 2020, in a student returning from Wuhan. The total number of confirmed
infections in India as of May 3, 2020, is more than 37,000 and is currently growing fast.
Most of the prior research and media coverage focused on the number of infections in
the entire country. However, given the size and diversity of India, it is important to look
at the spread of the disease in each state separately, where in the situations are quite
different. In this report, we aim to analyse data on the number of infected people in each
Indian state using csv dataset and predict the number of vaccinations for that state. We
hope that such state wise predictions would help the state governments better channelize
their limited health care resources.
Additionally, the report addresses challenges and obstacles encountered during the
vaccination rollout, such as supply chain disruptions, vaccine hesitancy, and equity con-
cerns. Through predictive modeling and machine learning algorithms, we anticipate fu-
ture trends in vaccination uptake and identify strategies to overcome barriers to achieving
herd immunity.
Overall, this project report provides valuable insights into the Covid-19 vaccination
campaign’s progress and effectiveness, offering recommendations for policymakers, health-
care providers, and public health officials to optimize vaccination efforts and combat the
ongoing pandemic effectively.

1
Chapter 1

Introduction

The highly infectious coronavirus disease (COVID-19) was first detected in Wuhan, China
in December 2019 and subsequently spread to 212 countries and territories around the
world, infecting millions of people. In India, a large country of about 1.3 billion people, the
disease was first detected on January 30, 2020, in a student returning from Wuhan. The
total number of confirmed infections in India as of August 9, 2021, is more than 37,000
and is currently growing fast. An effective rollout of vaccinations against COVID-19 offers
the most promising prospect of bringing the pandemic to an end. We present the Our
World in Data COVID19 vaccination dataset, a global public dataset that tracks the scale
and rate of the vaccine rollout across the Country. This dataset is updated regularly and
includes data on the total number of vaccinations administered, first and second doses
administered, Male (Doses Administered), Female (Doses Administered), Transgender
(Doses Administered) for which data are available (28 state as of 9 August 2021). It will
be maintained as the global vaccination campaign continues to progress. Our intention
is to maintain the database for the foreseeable future and include additional State as
they implement their vaccination campaigns. This dataset tracks the total number of
COVID 19 vaccinations administered, Number of persons state wise vaccinated for first
dose in India Number of persons state wise vaccinated for second dose in India Number
of persons state wise vaccinated for second dose in India, Number of Males vaccinated,
Number of females vaccinated each State. In this project using python libraries doing
various operation on state wise covid 19 vaccination dataset and in this project use csv
file dataset.
The emergence of the Covid-19 pandemic in late 2019 presented an unprecedented
global health crisis, challenging governments, healthcare systems, and communities world-
wide. In response, the scientific community mobilized with remarkable speed to develop
vaccines against the novel coronavirus, leading to the approval and distribution of mul-
tiple vaccines in record time. By leveraging advanced data analytics techniques, we seek
to explore various dimensions of the vaccination campaign, including coverage rates, dis-
tribution strategies, effectiveness, and associated challenges.
In this project use some libraries for analyzing and predicting data for analyzing data,
we need some libraries. In this section, we are importing all the required libraries like
pandas, NumPy, matplotlib, pyplot, seaborn, and word cloud that are required for data
analysis

1
Problem Statement: Use the following covid vaccine statewise.csv dataset and per-
form following analytics on the given dataset
https://www.kaggle.com/sudalairajkumar/covid19-in-india?select=covid vaccine statewise.csv
a. Describe the dataset
b. Number of persons state wise vaccinated for first dose in India
c. Number of persons state wise vaccinated for second dose in India
d. Number of Males vaccinated.

Objective: The main objective of the project on Covid19 Vaccination Analysis and Pre-
diction is to manage the details of state wise vaccination. It manages all the information
about the individual males and females, types of covid vaccine, total number of covid
vaccine The project is totally built at administrative end and thus only the administrator
is guaranteed the access. The purpose of the project is to analyse and predict the covid19
vaccination to reduce the manual work for managing the course, prediction, Result. It
tracks all the details about the male, female and total vaccination.

Functionalities provided by Covid19 Vaccination Analysis and Prediction


are as follows:

• Covid19 Vaccination Analysis and Prediction also manages the details for state wise
total males and female fully vaccinated.
• It tracks all the information of question, covid 19 vaccination etc. Manage the infor-
mation and description of the country vaccination

Outcome:
Covid-19 Vaccination Analytics is done on covid-vaccine-statewise.csv dataset.

1
Chapter 2

THEORY

2.1 Importing Python Libraries:


2.1.1 iIport numpy as np:
NumPy (Numerical Python) is an open-source library for the Python programming lan-
guage. It is used for scientific computing and working with arrays. Apart from its
multidimensional array object, it also provides high-level functioning tools for working
with arrays. In this tutorial, you will learn how to install NumPy.

2.1.2 Import pandas as pd pandas:


It is a Python library used for working with data sets. It has functions for analyzing,
cleaning, exploring, and manipulating data. Pandas allows us to analyze big data and
make conclusions based on statistical theories. Pandas can clean messy data sets, and
make them readable and relevant.

2.1.3 Import matplotlib as plt:


Matplotlib is a comprehensive library for creating static, animated, and interactive visu-
alizations in Python. Matplotlib makes easy things easy and hard things possible.

2.1.4 Read Data and Basic Information:


Read the CSV file covid-vaccine-statewise.csv using pandas read csv() function and show
the output using head() function.

2.1.5 Data Cleaning:


Dataset has many null values as we have seen before. To get rid of it we need to clean the
data first, after cleaning we will perform our further analysis. For cleaning the dataset,
we will perform many steps. Some of these steps are shown below

2.1.6 Data Pre-processing:


In this section, we are going to draw some visuals to get insights from our dataset.
describe() function in pandas used to get the statistics of each feature present in our
dataset. Some of the information we get include count, max, min, standard deviation,
median, etc.

2
Chapter 3

Commands Output

3.1 Import basic required libraries


import the required libraries
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt

3.2 Reading the dataset


for reading the csv file
df = pd.read-csv(”covid-vaccine-statewise.csv”)
returns first five rows of the table
df.head()
returns last five rows of columns
df.tail()

3
3.3 Display no. of rows and columns
returns the shape of the dataset in the format of (rows, columns)
df.shape
(7845, 24)
returns the names of all columns names
df.columns

3.4 Display dataset Information and finding null val-


ues
returns the help information for a function,class module
df.info()

returns count of null values in columns


df.isnull().sum()

4
A. Describe the dataset: df.describe()

B. Number of persons state wise vaccinated for first dose in India:

returns the average of First Dose Administered


avg-firstdose = df[”First Dose Administered”].astype(”float”).mean()
print(”Average of First Dose:”, avg-firstdose)

Replacing First Dose Administered


df[”First Dose Administered”].fillna(value = avg-firstdose, inplace=True)
df

5
C. Number of persons state wise vaccinated for second dose in India:

returns the average of second dose administered


avg-seconddose = df[”Second Dose Administered”].astype(”float”).mean(axis = 0)
print(”Average of Second Dose:”, avg-seconddose)

Replacing Second Dose Administered


df[”Second Dose Administered”].fillna(value = avg-seconddose, inplace = True)
df

D. Number of persons state wise vaccinated for first dose in India:

first-dose = df.groupby(’State’)[[’First Dose Administered’]].sum()

6
first-dosecond-dose = df.groupby(’State’)[[‘Second Dose Administered’]].sum()

E. Number of persons state wise vaccinated for second dose in India:

second-dose = df.groupby(’State’)[[’Second Dose Administered’]].sum()


second-dose

F. Number of Males Female Vaccinated:

male = df[”Male(Individuals Vaccinated)”].sum()


print(”The total number of male individuals vaccinated are”, int(male)
female = df[”Female(Individuals Vaccinated)”].sum()
print(”The total number of female individuals vaccinated are”, int(female))

G. Data Visualization:

display bar plot


plt.figure(figsize=(8, 10))
sns.barplot(data = df, y=”State”, x=”Total Individuals Vaccinated”)

7
males-vaccinated=df[’Male (Doses Administered)’].sum()
females-vaccinated=df[’Female (Doses Administered)’].sum()
print(”Numbers of Males Vaccinated:”, males-vaccinated)
print(”Numbers of Females Vaccinated:”, females-vaccinated)
sizes=[males-vaccinated, females-vaccinated]
colors=[’cyan’,’salmon’]
plt.figure(figsize=(4,4))
plt.pie(sizes, labels=labels, colors=colors, autopct=’1.1f’, startangle=140)
plt.title(’Total Numbers of Males and Females Vaccinated’)
plt.axis(’equal’)
show the plot
plt.tight-layout()
plt.show()
labels=[’Male’,’Female’]

first=df[’First Dose Administered’].sum()


second=df[’Second Dose Administered’].sum()
print(”Numbers of First Dose Administered:”, first)
print(”Numbers of Second Dose Administered:”, second)
labels=[’First Dose Administered’,’Second Dose Administered’]
sizes=[first, second]
colors=[’green’,’red’]
plt.figure(figsize=(4,4))
plt.pie(sizes, labels=labels, colors=colors, autopct=’1.1f’, startangle=140)
plt.title(’Total Numbers First and Second Dose Administered’)
plt.axis(’equal’)
show the plot

8
plt.tight-layout()
plt.show()

9
Chapter 4

Conclusion

This report has analyzed the various aspects of Covid-19 vaccination, focusing on its
rollout, efficacy, coverage, and impact on public health. The primary challenge addressed
was understanding how vaccination efforts have influenced infection rates, hospitaliza-
tions, and mortality during the pandemic.

The analysis revealed that widespread vaccination significantly reduces severe Covid-
19 outcomes and contributes to controlling the spread of the virus. Key findings include
the importance of equitable vaccine distribution, the role of booster doses in maintain-
ing immunity, and the impact of vaccine hesitancy on achieving herd immunity. These
insights underscore vaccination as a critical tool in pandemic management.

The implications of this study highlight the need for continued public health efforts
to increase vaccine accessibility and combat misinformation. Policymakers should priori-
tize targeted communication strategies and support infrastructure to enhance vaccination
rates, especially in underserved communities.

Future research should explore long-term vaccine effectiveness against emerging vari-
ants and the integration of vaccination with other preventive measures. Additionally,
ongoing monitoring of vaccine safety and public response will be essential to adapt strate-
gies effectively.

In conclusion, Covid-19 vaccination remains a cornerstone of global health response,


with its success dependent on sustained efforts in coverage, public trust, and scientific
vigilance.

This conclusion restates the problem, summarizes key findings, discusses implications,
and suggests directions for future research without introducing new information, follow-
ing academic standards for research paper conclusions.

10
Chapter 5

Reference

• https://www.w3schools.com/python/

• https://www.kaggle.com/sudalairajkumar/covid19-in india?select=covid-vaccine-statewise.csv

• https://www.kaggle.com/sudalairajkumar/covid19-in india?select=covid-vaccine-statewise.csv

• https://www.tableau.com/learn/articles/data visualization: :text=Datand


https://www.python.org/

11

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy