Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 742 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 742 Bytes

Patient Analysis Project

This project is aimed at analyzing patient data and generating priority-based referral decisions based on their medical conditions and characteristics. It performs various operations including calculating BMI, merging patient data, finding the worst patients, and sorting patients by their medical conditions.

Table of Contents

Getting Started

Prerequisites

Before running the project, make sure you have the following dependencies installed:

  • Python 3
  • Required Python packages (install them using pip):
pip install <package_name>