This repository contains a personal project where I developed an interactive Covid-19 dashboard using Advanced Excel, SQL on Microsoft SQL Server Management Studio, and Tableau. The project analyzes two datasets sourced from Kaggle: Covid Deaths and Covid Vaccines, providing insightful visualizations on global trends.
I used advanced Excel functions to:
- Clean, organize, and filter the raw Covid-19 data.
- Handle missing values and perform initial data analysis before importing it into SQL Server.
SQL was used for:
- Data Integration: Combining and joining the Covid Deaths and Covid Vaccines datasets.
- Data Querying: Writing complex queries to extract meaningful insights about Covid-19 trends, vaccination progress, and death rates.
- Data Cleaning: Removed duplicates and handled data integrity issues.
Tableau was used to create an interactive dashboard with key features:
- Global Covid-19 Death Trends: Visualizes the total number of deaths by country and region over time.
- Vaccination Progress: Tracks vaccine distribution and coverage across different countries.
- Death and Vaccine Correlation: Provides insights into the relationship between vaccination rates and Covid-19 death trends.
- Interactive Filters: Users can filter the data by region, country, and date range.
- Visualization of Death Rates: Bar charts and line graphs to depict Covid-19 death rates globally.
- Vaccine Distribution Maps: Geographic visualizations to track vaccine rollouts across countries.
- Correlation Insights: Analyze the correlation between vaccination rates and the reduction in death rates.
The datasets used for this project were sourced from Kaggle:
- Covid Deaths Dataset: Contains data on Covid-19 deaths across various countries and regions.
- Covid Vaccines Dataset: Includes data on vaccine distribution and administration by country.
- Data Collection: Gathered the Covid-19 deaths and vaccines datasets from Kaggle.
- Data Cleaning: Cleaned the datasets using Excel and SQL, handling missing values and ensuring data consistency.
- Data Integration: Combined the two datasets using SQL to create a comprehensive view of Covid-19 trends.
- Dashboard Creation: Built interactive visualizations in Tableau to provide a clear and user-friendly interface for analyzing the data.
- Testing and Validation: Ensured the accuracy of the data and functionality of the dashboard.
- Install Tableau: Make sure you have Tableau Desktop or Tableau Public installed.
- Clone the Repository: Clone or download the repository to your local machine.
- Set Up SQL Server: Import the datasets into Microsoft SQL Server Management Studio (SSMS) and run the provided SQL scripts to query the data.
- Open the Tableau Dashboard: Open the Tableau workbook files (
.twbx
) included in the repository to explore the interactive Covid-19 dashboard.
This project showcases my ability to work with large datasets, clean and process data using Excel and SQL, and create insightful visualizations in Tableau. The Covid-19 dashboard serves as a tool for tracking global trends in death rates and vaccination progress, providing users with interactive insights.