This is my mini project for week 2. I have used my template from Mini Project 1. The objective of this project is to analyze a Covid-19 dataset to analyze statistics about patients who were high at risk due to shortage of icu beds. The contents of my repository are as follows:
This file contains information about the repository and its contents.
This files specifies the files and directories that should be excluded from version control.
It is an automation tool which defines tasks and dependencies. It helps to compile and test projects.
This is used for python projects. It specifies the dependencies of the project. Tools such as pip are used to install dependencies.
- Dockerfile - The enviornment variables are defined in this file.
- devcontainer.json -specifies environment variable including installed extensions in the virual environment.
This function uses pandas to analyze the mean, median and standard variation for the columns representing high risk patients. I have also use matplotlib to plot a bar graph.