Skip to content

Antara999333/IDS-706_Proj2

 
 

Repository files navigation

IDS-706_Proj2

CI

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:

Readme

This file contains information about the repository and its contents.

.gitignore

This files specifies the files and directories that should be excluded from version control.

Makefile

It is an automation tool which defines tasks and dependencies. It helps to compile and test projects.

Requirements.txt

This is used for python projects. It specifies the dependencies of the project. Tools such as pip are used to install dependencies.

Devcontainer

  • Dockerfile - The enviornment variables are defined in this file.
  • devcontainer.json -specifies environment variable including installed extensions in the virual environment.

mean_using_pandas.py

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.

Image Alt Text Image Alt Text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 58.4%
  • Python 36.1%
  • Makefile 5.5%