Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.55 KB

Final_Assignment_Programming1

Research question:

The research analysed the effect of vaccination on the mortality rate. The mortality rate is the number of deaths to the number of cases multiplied by an n where n is the number of people. In this assignment, I used n =100.i.e mortality rate in 100 people.In this assignment, I compared the mean of 16 weeks mortality rate before week50 to the mean of 16 weeks mortality rate after week50

Files:

The repository contains following files:
a)coviddata.csv: Contains covid information.
b)data.csv: ContainS vaccination information.
Both covid data an vaccination data files are obtained from the website.Link.
c)Corona_App.py:Code for running the corona app using Streamlit library.
d)Final_Assignment.py: File that contains code efor data analysis and visualization.
e)Assignment_Description.docx

Softwares:

Following softwares are employed in the assignment:
Python- For data analysis.
Streamlit- For the app. Strreamlit only run in raw .py file formats.

Installation

To run Corona_App.py, Streamlit needs to be installed.
To install Streamlit, the follwing command is run in Conda terminal: conda install -c conda-forge streamlit.
To run Streamlit, the following command is run in Conda terminal: Streamlit run Corona_App.py.

Course Supervisors

Feenstra F, Fenna
Kroon P C, Peter

License

Distributed under the GNU General Public License v3.0. See file LICENSE.txt for more information.