Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Mahmoud0Samy/Coronavirus-COVID-19-Data-Exploration

Domain:

healthcare
Creator:
Mah
Host:
Welcome to the COVID-19 Data Exploration Repository! This repository contains SQL code and visualizations for exploring COVID-19 data with a specific focus on Egypt. The project aims to analyze and visualize key trends, providing insights into the impact of the coronavirus pandemic on a global and regional scale. # Coronavirus (COVID-19) ## Overview This repository contains data and code for exploring COVID-19 trends in Egypt. The purpose of this project is to analyze and visualize relevant data to gain insights into the impact of the coronavirus in Egypt. ## Data Source - Our World In Data (OWID): The OWID provides global COVID-19 data, including information specific to Egypt. - Unfortunately the excel files are too big for github to upload ## File Structure - `Query Output For Visualization/`: MS SQL query output as Excel to use in tableau. - `Visualizations/`: Output directory for saving visualizations generated during exploration. ## Data Exploration The `Query.sql` file contains SQL queries that explore various aspects of COVID-19 data in and outside of Egypt. Feel free to run the file and modify it to suit your specific analysis requirements. Visualization will be in the same order. There are more queries in the `Query.sql` please take a look. Let's go through the most important of the SQL queries to understand their purpose: ### Query 1: ```sql SELECT location, MAX(CAST(total_deaths AS INT)) total FROM CovidDeaths2023 WHERE continent IS NULL AND location IN ('High income','Upper middle income','Low income','Lower middle income') GROUP BY location; ``` **Explanation:** - **Objective:** Find the total number of deaths in each country class. - **Columns Selected:** - `location`: Country name or income level category. - `MAX_Deaths`: Maximum number of new cases in each category. - **Filter Conditions:** - `continent IS NULL`: Only consider records where the continent information is not available. - `location IN ('High income','Upper middle income','Low income','Lower middle income')`: Filter records for specific income levels. - **Grouping:** - `GROUP BY location`: Group the results by the 'location' (country or income level category). ### Query 2: ```sql SELECT MAX(new_cases) AS Total_New_Cases, MAX(new_deaths) AS Total_New_Deaths, ROUND(MAX(CAST(new_dea …

Visit

github.com

Similar

Coronavirus disease (COVID-19) case data - South AfricaCoronavirus COVID-19 (2019-nCoV) Data Repository for AfricaMali: Coronavirus(COVID-19) Subnational CasesGhana: Coronavirus (COVID-19) Subnational CasesCoronavirus (covid-19) in Sierra LeoneAfrica CoronaVirus (Covid-19) cases dataset

Coronavirus disease (COVID-19) case data - South Africa

COVID 19 Data for South Africa created, maintained and hosted by 

Coronavirus COVID-19 (2019-nCoV) Data Repository for Africa

The purpose of this repository is to collate data on the ongoing coronavirus pandemic in Af

Mali: Coronavirus(COVID-19) Subnational Cases

Publisher: OCHA Mali · Source: HDX · License: cc-by · Updated: 2026-01-20 This dataset contains the

Ghana: Coronavirus (COVID-19) Subnational Cases

Publisher: Safeture · Source: HDX · License: cc-by · Updated: 2025-08-26 Number of COVID-19 confirm

Coronavirus (covid-19) in Sierra Leone

Datasets relating to coronavirus (covid-19) and demographics in Sierra Leone

Africa CoronaVirus (Covid-19) cases dataset

Dataset scraped and updated from Worldometer and Johns Hopkins University.