π An interactive data analysis project built with Python (NumPy, Pandas, Matplotlib, Seaborn) to explore healthcare costs, patient demographics, disease burden, hospital efficiency, and insurance impact.
Healthcare Data Analysis Dashboard.ipynb
Healthcare Data Analysis.ipynb
β Jupyter Notebook with complete analysis & visualizationsHealth_Care.csv
β Dataset used for analysis
- Analyze hospital costs and efficiency.
- Identify disease burden and treatment patterns.
- Study patient demographics (age, stay duration, doctor visits).
- Evaluate impact of insurance coverage.
- Explore outcomes (recovery, readmission, death) on costs.
- Highest Avg Cost Hospital β Specialty Center (~12,106)
- Costliest Age Group β 51 years (~13,498)
- Longest Avg Hospital Stay β Diabetes patients (~20.4 days)
- Most Expensive Outcome β Dead (~12,161)
- Doctor Visits Correlation β No strong correlation with cost
- Insurance Impact β Insurance covers majority of costs (~12,002)
- Focus on preventive care for chronic diseases like Diabetes, Heart Disease, and Cancer.
- Share best practices from hospitals with lower average treatment costs.
- Improve elderly patient management to reduce length of stay.
- Collaborate with insurance providers to optimize healthcare policies.
- Reduce readmissions with strong follow-up programs.
- Python Libraries β NumPy, Pandas, Matplotlib, Seaborn
- Jupyter Notebook for interactive analysis
- CSV Dataset for healthcare records
- Clone this repository:
git clone https://github.com/YOUR-USERNAME/Healthcare-Data-Analysis-Dashboard.git
- Open Jupyter Notebook:
jupyter notebook
- Run
Healthcare Data Analysis Dashboard.ipynb
Healthcare Data Analysis.ipynb
.