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.
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>