0% found this document useful (0 votes)
19 views

Sameer - Covid Data Set

The document describes a COVID-19 data analysis project that was developed to help the government manage COVID data and records. It includes sections on introduction, problem statement, objectives, scope, system requirements, overview of tools used, database design, sample outputs, data analysis graphs, and conclusion.

Uploaded by

sameer
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Sameer - Covid Data Set

The document describes a COVID-19 data analysis project that was developed to help the government manage COVID data and records. It includes sections on introduction, problem statement, objectives, scope, system requirements, overview of tools used, database design, sample outputs, data analysis graphs, and conclusion.

Uploaded by

sameer
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

TABLE OF CONTENT

Sr No Topic Page No

Introduction 6

Problem Statement 7

Objective 8

Project Scope 9

System Requirement and Specification 10

Overview of Python 11

Overview of SQL 12

Project Module 13

Data Flow Diagram 14

Database Design and Table Structure 15

Python Code 19

Outputs 32

Data Analysis (using different graphs) 39

Conclusion 41

Page 1
INTRODUCTION

Corona virus disease 2019 (COVID-19) is a contagious disease caused by a virus,


the severe acute respiratory syndrome corona virus (SARS-CoV-2).The first known case
was identified in Wuhan, China, in December 2019.The disease quickly spread
worldwide, resulting in the COVID-19 pandemic.
Covid Data Analysis is all about COVID-19 pandemic and has done some analysis
on the data provided by Gujarat State. We also have seen some visualization of data
that is currently available, and also tried to predict the number of cases that are likely
to occur in future. These are just simple examples of possible reports that can help to
comprehend more easily the magnitude of what is happening. There are many factors
that can change these predictions. How the data is collected could affect the
predictions and in this dataset, currently, there are missing features that could help,
like statistics about age intervals of positives, recovers and deaths.

Covid Data Analysis is an application which refers to the data is updated daily,
for convenience. It can be used by Government to manage Covid using a computerized
system where they can manage details of districts, confirmed cases, recovered cases,
death and active cases. They can also analyze covid data by visualization.

Page 2
PROBLEM STATEMENT

For any Government Covid crisis management is one of the most important
department that must be well managed in order to run daily covid vaccination activity
smoothly. But mostly this is not able to manage data as they do not have good
computerized system. As a result they lacks in

 Security of data, documents or certificates related to covid vaccinations.


 Duplication of Data.
 Unable to keep single copy of data at single location which increases data
complexity
 Managing data consistency
 Accessing and referencing or search data quickly
 Unable to analyze data as there is no mechanism to visualize data

Page 3
OBJECTIVE

The objective of project is to build an application program to:

 Provide function to manage records of a people by government.


 Provide searching facility based on various factors.
 Reduce time and cost to control and manage Covid crisis reports.
 Reduce paperwork.
 Increased accuracy and reliability.
 Increased Data Consistency.
 Increased Data security.

This application program can be used easily by non-programming personals.

Page 4
PROJECT SCOPE

Managing all Covid crisis reports, districts, active case, death, confirmed cases and
recovered cases is a tedious job for anyone. To do it more effectively and correctly a
good Covid Data Analysis Application is required. This is provided by our application
which have following scope:

 ensures effective report on covid crisis control.


 manage daily recovery records easily and precisely
 can perform death, active, recovered, case analysis at the time of covid.
 user friendly interface
 very easy to use
 High level security of data.

Page 5
DATA FLOW DIAGRAM

PYTHON INTERFACE

ADMIN LOGIN

d fail
LOGIN CHECK
Success
MENU

DaFr Data Index Ascen District Exit


a ddin

ADD UDATE GRAPH DELETE

CSV File Data Store

Page 6
DATABASE DESIGN AND TABLE
STRUCTURES

PROGRAM OUTPUT

Page 7
MAIN MENU

Page 8
DATA IN DATAFRAME

Page 9
DATA WITHOUT INDEX

DATA ANALYSIS
USING
LINE AND BAR
GRAPH

Page 10
Page 11
CONCLUSION

This Covid Data Analysis System is a simple desktop-based application basically


suitable for small state. It has all basic elements which are used for managing data of
small state. We are successful in making the application where we can insert, delete,
update, search and analyze records as per need. This application also provides a
report including chart of people records to analyze the performance.
We strongly believe that the implementation of this system will surely benefit
the government

Page 12

You might also like