An open API service indexing awesome lists of open source software.

https://github.com/HMA-Rahman/Covid-19-Data-Exploration

A project of Covid-19 data analysis using sql and power bi.
https://github.com/HMA-Rahman/Covid-19-Data-Exploration

googlesheets mssql powerbi sql

Last synced: 9 months ago
JSON representation

A project of Covid-19 data analysis using sql and power bi.

Awesome Lists containing this project

README

          

# Covid-19 Data Exploration & Analysis with SQL & Power BI.

## Tech Stack
**Google Spreadsheet**, **MSSQL**, **Microsoft Power BI.**

---

## Project Walkthrough
First, I imported the data on Google Sheets. Checked all the rows for blanks and null values (using filter). Fixed any issues regarding data format. Made sure they are in correct format and eliminated null values.

Then, I imported the cleaned data to MSSQL. Where I did the all the analysis.

The analyses I did,

* Total Cases vs Total Deaths and Death Percentage per day [grouped by country]
* Countries with highest infection rate.
* Countries with highest death and death percentage.
* Death count by continent and their population.
* Total Cases vs Total Deaths and Death Percentage [World] [Overall]
* Joined two datasets [Covid Death and Vaccination]
* Total Population vs Vaccination / Day across the world.

For these analyses I used, basic SQL functions and some advanced ones as well, like Subquery, CTE, Window function and Temp Table.

You can checkout the SQL queries [here](https://github.com/true-B0T/Covid-19-Data-Exploration/blob/main/Sql%20Files/COVID%20Data%20Exploration%20using%20SQL.sql).

After that, made a dashboard using Power BI which shows all these information at a glance.

---
## The final Dashboard.

![Dashboard](https://github.com/HMA-Rahman/Covid-19-Data-Exploration/tree/18649e279920462afc15522e06daaf84a7dfc4e4/Screenshots)