Overview
This project focuses on getting the daily India statewide COVID-19 data from Ministry of Health & Family Welfare, performing exploratory data analysis to generate insights and visualize them with the help of Power BI.
The repository directory structure is as follows:
├───Daily-COVID19-India-Statewide-Analysis
│ ├───01_ETL
│ ├───02_DATA
│ └───05_RESOURCES
The type of content present in the directories is as follows:
01_ETL
This directory contains the ETL script that takes the JSON response from the target website as input, transforms it and exports an analysis-ready dataset into the 02_DATA directory.
02_DATA
This directory contains the data that can be directly used for exploratory data analysis and data visualization purposes.
03_ANALYSIS
This directory contains the python notebooks that analyzes the clean dataset to generate insights
04_DASHBOARD
This directory contains the python notebook with an embedded Power BI report that visualizes the data. The Power BI dashboard contains slicers, cross-filtering and other advance capabilities that end user can play with to visualize a specific facet of the data or, to get additional insights.
05_RESOURCES
This directory contains images, icons, layouts, etc. that are used in this project
Prerequisites
The major skills that are required as prerequisite to fully understand this project are as follows:
- Basics of Python
- Python libraries: Requests, Pandas, DateTime
- Basics of Python Notebooks
- Basics of Power BI
In order to complete the project, I've used the following applications and libraries
- Python
- Python libraries mentioned in requirements.txt file
- Jupyter Notebook
- Visual Studio Code
- Microsoft Power BI
The choice of applications & their installation might vary based on individual preferences & system settings.
Architecture
The project architecture is quite straight forward and can be explained through the below image:
As per the above workflow; we are first requesting the JSON data from the website which is then processed and cleaned with another ETL specific Python script.
Finally; we leverage the clean & analysis-ready dataset for some exploratory data analysis (EDA) using Jupyter Notebook and creating an insightful report using Power BI