Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 Problem Statement Due to the recent Covid-19 outbreak in Pacific, you have been hired as programmer by your local government to help them with

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed
1 Problem Statement Due to the recent Covid-19 outbreak in Pacific, you have been hired as programmer by your local government to help them with vaccination reports and analysis. The authorities have vaccination data, vaccination registration data for individuals and the vaccination administrative data for individuals in the system. They would like to make a program that would analyze that data to get meaningful insights which would allow the Health Ministry to reach out to the people for vaccination, vaccination drives, reports, and vaccination certificates for travels. 2 Input files Sir I have been given 3 files to work with citizens. txt, vaccines . txt and vaccination. txt. The files and its contents are: 1. citizens. txt - this file contains the personal details of all users. The file has 7 columns. c_id - citizen id is a unique identifier for an individual which identifies a citizen. fname - first name of the citizen. Iname - last name of the citizen. gender - gender of the citizen. age - age of the user. phone - phone contact of the user. address - village they belong to. pre_con - pre health condition 2. vaccination. txt - this file contains the personal details of all users. The file has 7 columns. c_id - citizen id is a unique identifier for an individual which identifies a citizen. num_vac - this represents the number of vaccines shot the citizen is given. 1 means only first shot, 2 means both vaccines and 3 means both vaccines with booster shot. V1_code - a unique identifier for vaccines for first shot/dose which is vaccine_code in vaccine. txt. V1_date - timestamp in days for simplicity. This means if you have 16005789 for vaccine one short and 16005820 for second vaccine then difference between two vaccines in days is 16005820 - 16005789. V2_code - a unique identifier for vaccines for second shot/dose which is vaccine_code in vaccine. txt. If second shot is not given, then the value is 0 for V2_code. V2_date - timestamp in days for simplicity. This means if you have 16005789 for vaccine one short and 16005820 for second vaccine then difference between two vaccines in days is 16005820 - 16005789. If second shot is not given, then the value is 0000000 for V2_date. B_code - a unique identifier for vaccines for Booster shot/dose which is vaccine_code in vaccine. txt. If second shot is not given, then the value is 0 for B_code. B_date - timestamp in days for simplicity. This means if you have 16005789 for vaccine one short and 16005820 for booster vaccine then difference between two vaccines in days is 16005820 - 16005789. If second shot is not given, then the value is 0000000 for B_date.3. vaccine.t)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

More Books

Students also viewed these Programming questions