Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 786 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 786 Bytes

COVID (SQL Data Analysis Project)

Overview

This project aims to analyze and explore COVID-19 data using SQL queries to understand the global impact of the pandemic. The SQL scripts provided in this repository allow for in-depth analysis of COVID-19 cases, testing, and vaccination trends across different countries and regions.

Data Sources

The project utilizes data from reputable sources such as [Our World in Data]. The datasets include information on daily COVID-19 cases, total infected cases, total deaths, vaccination progress.

Project Structure

  • sql_queries/: Contains SQL scripts for various queries and analysis.
  • data/: Includes sample datasets used in the SQL queries.
  • results/: Store the output files generated from running the SQL queries.