Skip to content

Latest commit

Β 

History

History
106 lines (81 loc) Β· 4.09 KB

File metadata and controls

106 lines (81 loc) Β· 4.09 KB

Global Health SQL Analysis: Disease Burden, Mortality Trends & Socioeconomic Impact

🧠 Project Overview

This SQL-based analytical project explores global health data to uncover patterns in disease mortality, recovery rates, healthcare access, and socioeconomic influence on health outcomes. Using advanced SQL techniques and visualized through Power BI, the project simulates real-world healthcare data storytellingβ€”perfect for portfolios, resumes, and GitHub presentation.

Data Source: Kaggle Global Health Statistics Dataset
Tools Used: BigQuery (SQL), Power BI


πŸ“‚ Folder Structure

── queries/ β”‚ β”œβ”€β”€ 01_Top_Deadliest_Diseases.sql β”‚ β”œβ”€β”€ 02_High_Recovery_Low_Access.sql β”‚ β”œβ”€β”€ 03_Mortality_Trend_Analysis.sql β”‚ β”œβ”€β”€ 04_Disease_Risk_Categorization.sql β”‚ └── 05_Correlation_Urbanization_Income.sql β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ top_deadliest_diseases.csv β”‚ β”œβ”€β”€ high_recovery_low_access.csv β”‚ β”œβ”€β”€ mortality_trend.csv β”‚ β”œβ”€β”€ disease_risk.csv β”‚ └── urbanization_correlation.csv └── dashboard.pbix (Power BI file)


πŸ§ͺ Use Cases & Insights

πŸ“Œ 1. Top 5 Deadliest Diseases by Year and Country

  • Goal: Identify diseases with the highest average mortality.
  • Techniques: CTEs, RANK(), Aggregation
  • Insight: Diseases like Dengue, Malaria, and COVID-19 ranked consistently high across multiple countries.

πŸ“Œ 2. High Recovery Rates Despite Low Healthcare Access

  • Goal: Identify countries achieving strong recovery outcomes despite poor healthcare infrastructure.
  • Techniques: CASE statements, Grouping, Conditional Filtering
  • Insight: Several countries showed above-average recovery despite access below global median.

πŸ“Œ 3. Mortality Trend Analysis

  • Goal: Track whether mortality is improving year-over-year.
  • Techniques: LAG(), Window Functions
  • Insight: Slight decline over time in mortality for treatable diseases like Cholera, but stagnation for chronic ones.

πŸ“Œ 4. Risk Categorization of Diseases

  • Goal: Categorize diseases as High, Medium, Low risk based on average mortality.
  • Techniques: CASE, Aggregation
  • Insight: Majority of diseases fall in Medium risk range, but a few clearly stand out with high mortality.

πŸ“Œ 5. Correlation Between Socioeconomic Factors and Mortality

  • Goal: Understand how urbanization and income levels affect mortality.
  • Techniques: CORR(), Table Views
  • Insight: Weak correlation in some developed countries; stronger influence seen in middle-income countries.

πŸ“Š Power BI Dashboard Pages

πŸ–ΌοΈ Page 1: Global Mortality Snapshot

  • KPI Cards: Avg. Mortality, Avg. Recovery, Country Count
  • Clustered Bar: Top Diseases by Avg. Mortality
  • Slicer: Year range

πŸ–ΌοΈ Page 2: Mortality Trends Over Time

  • Line Chart: Year vs Mortality Rate by Disease
  • Interactive: Slicers for country/disease

πŸ–ΌοΈ Page 3: Recovery vs Healthcare Access

  • Scatter Plot: Healthcare Access vs Recovery
  • Bubble Size: Population Affected
  • Legend: Country

πŸ–ΌοΈ Page 4: Urbanization & Income Impact

  • Scatter Plot: Urbanization vs Mortality
  • Table: Correlation values for each country

πŸ’Ό Resume-Worthy Skills Demonstrated

  • Advanced SQL (CTEs, Window Functions, CASE, CORR)
  • Healthcare data analysis
  • Power BI dashboard design
  • Data storytelling
  • Exploratory and descriptive analysis

πŸš€ How to Use

  1. Clone or download this repository.
  2. Open SQL files in BigQuery or your SQL editor.
  3. Download the Power BI dashboard file using the link below: πŸ‘‰ Click to download dashboard.pbix
  4. Open the downloaded file using Power BI Desktop to explore the interactive dashboard.
  5. Load the corresponding CSVs into the model (from the data/ folder).
  6. Customize, publish, or export visuals as needed.

πŸ‘¨β€πŸ’» Author

Sai Kumar Chary Sripathi
Health Data Science | SQL | Power BI | BigQuery

πŸ“Ž License

Open-source for learning and non-commercial portfolio use.