Skip to content

In this project, we will visualize and make calculations from medical examination data using matplotlib, seaborn, pandas and Body Mass Index(BMI). The dataset values were collected during medical examinations.

Notifications You must be signed in to change notification settings

suhasjadhav264/Health-Analysis

Repository files navigation

Health-Analysis

Getting Started

This project uses matplotlib, seaborn, pandas, and Body Mass Index (BMI) to visualize and make calculations from medical examination data. The dataset values were collected during medical examinations.

Prerequisites

To run this project, you need to have the following installed:

  • Python
  • matplotlib
  • seaborn
  • pandas

You can install the required Python libraries using pip:

pip install matplotlib seaborn pandas

Running the Tests

To run the automated tests for this project, execute the following command:

python test.py

Break down into End-to-End Tests

The tests cover the following aspects:

  • Test 1: Check if matplotlib is correctly installed
  • Test 2: Check if seaborn is correctly installed
  • Test 3: Check if pandas is correctly installed
  • Test 4: Check if the calculations with BMI are correct

Built With

  • matplotlib - A plotting library for the Python programming language
  • seaborn - A Python data visualization library based on matplotlib
  • pandas - A software library written for data manipulation and analysis in Python
  • BMI - Body Mass Index is a measure of body fat based on height and weight

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration

About

In this project, we will visualize and make calculations from medical examination data using matplotlib, seaborn, pandas and Body Mass Index(BMI). The dataset values were collected during medical examinations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published