Skip to content

ChaiandCode/Hospital-Patient-Analysis

Repository files navigation

Hospital-Patient-Analysis

Hospital Patient Data Analysis using SQL, Python, and Excel || Capstone Project For End Semester EXCELR

📌 Project Overview

This project focuses on analyzing hospital patient data to extract meaningful insights related to disease patterns, doctor workload, and treatment costs. The objective is to use data analysis techniques to support better decision-making in healthcare management.

The dataset includes patient details such as age, gender, disease, assigned doctor, and treatment cost.

🎯 Objectives

  • Identify the most common diseases among patients
  • Analyze doctor workload distribution
  • Calculate average treatment costs
  • Detect high-cost medical cases
  • Present findings using data visualization

🛠️ Tools & Technologies Used

  • SQL (MySQL / SQLite) → Data storage and querying
  • Python (Pandas, Matplotlib) → Data analysis and visualization
  • Google Sheets / Excel → Pivot tables and data summarization

📊 Project Workflow

  1. Data Collection

    • Patient dataset stored in CSV format
  2. Data Processing (SQL)

    • Created table and inserted data
    • Performed queries to analyze disease frequency, cost, and workload
  3. Data Analysis (Python)

    • Loaded dataset using Pandas
    • Generated summary statistics
    • Analyzed disease distribution and costs
  4. Data Visualization

    • Pie Chart → Disease distribution
    • Bar Chart → Doctor workload
  5. Data Summarization

    • Used Pivot Tables in Google Sheets for quick insights

📈 Key Insights

  • Diabetes is the most common disease among patients
  • Dr Shah handles the highest number of patients
  • The average treatment cost is approximately ₹6600
  • Heart Disease cases have the highest treatment cost

📁 Project Structure

Hospital-Patient-Analysis/ │ ├── patients.csv ├── sql_queries.sql ├── python_analysis.ipynb ├── Project Report.pdf


🚀 Future Improvements

  • Expand dataset with more patient records
  • Build an interactive dashboard using Power BI or Tableau
  • Apply machine learning for predicting disease trends
  • Include additional parameters like treatment duration and recovery rate

🧠 Conclusion

This project demonstrates how basic data analysis tools such as SQL, Python, and Excel can be used together to extract valuable insights from healthcare data. It highlights the importance of data-driven decision-making in improving hospital operations and patient care.


👤 Author

Satyam Anand Roll-2330045

About

Hospital Patient Data Analysis using SQL, Python, and Excel || Capstone Project For End Semester EXCELR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors