Skip to content

Statistical analysis on healthcare data (50 patients). Includes mean, median, std deviation, correlation, and chi-square test. Built with Python, Pandas, NumPy, Matplotlib, and SciPy to find insights between age, blood pressure, cholesterol, and recovery status.

Notifications You must be signed in to change notification settings

Thiyagesh25/healthcare-stats-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Healthcare Statistics Analysis

This project performs statistical analysis on healthcare data to explore relationships between patient attributes such as age, blood pressure, cholesterol levels, and recovery status. It demonstrates how basic statistical techniques can be applied to healthcare datasets using Python.


Project Overview

The dataset includes 50 patient records with the following columns:

  • Patient_ID
  • Age
  • Blood_Pressure
  • Cholesterol
  • Recovery_Status (Recovered / Not Recovered)

This project applies various statistical tests and visualizations to derive insights from the data.


Techniques Used

  • Descriptive Statistics (Mean, Median, Standard Deviation)
  • Correlation Analysis
  • T-Test (Independent Samples)
  • Chi-Square Test
  • Data Visualization with Matplotlib

Technologies Used

  • Python 3
  • Pandas
  • NumPy
  • Matplotlib
  • SciPy

Results

  • Statistical summary of healthcare parameters

  • Correlation between blood pressure, cholesterol, and recovery status

  • Chi-square results showing relationships between categorical variables

Key Learning

This project helps understand:

  • How to apply statistics in healthcare data

  • Real-world use of t-test and chi-square test

  • Building insights from small medical datasets

About

Statistical analysis on healthcare data (50 patients). Includes mean, median, std deviation, correlation, and chi-square test. Built with Python, Pandas, NumPy, Matplotlib, and SciPy to find insights between age, blood pressure, cholesterol, and recovery status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published