Skip to content

Zeetwo/Covid_Cases_SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COVID Case SQL Project

Overview

This project analyzes COVID-19 case data using SQL. It includes queries for data exploration, trend analysis, and insights into infection rates, recovery, and mortality. The dataset consists of global COVID-19 cases recorded over time, allowing us to gain valuable insights into the pandemic.

alt text

Features

  • Data Cleaning: Handling missing values, duplicates, and inconsistencies.
  • Exploratory Data Analysis (EDA): Analyzing trends in infections, recoveries, and deaths.
  • Aggregations & Grouping: Summarizing data by country, region, and time.
  • Joins & Subqueries: Combining multiple tables for deeper insights.
  • Visualization Support: Queries designed for easy integration with visualization tools.

Technologies Used

  • SQL (MySQL / PostgreSQL / SQL Server / SQLite)
  • Database Management Systems (DBMS)
  • Data Visualization Tools (optional, e.g., Tableau, Power BI, Excel)

SQL Queries

  • Total Cases Over Time
  • Daily New Cases and Deaths
  • Country-wise Case Comparison
  • Recovery and Fatality Rates
  • Top Affected Countries

Installation

  1. Download the dataset (CSV or SQL dump).
  2. Import it into your SQL database.
  3. Run the provided SQL queries to analyze the data.

How to Use

  • Open your SQL client (e.g., MySQL Workbench, pgAdmin, SSMS).
  • Load the dataset into the database.
  • Execute SQL queries to extract insights.
  • Optionally, export the results for visualization.

Data Sources

Future Enhancements

  • Automate data updates with API integration.
  • Advanced statistical analysis using Python.
  • Interactive dashboards with Power BI or Tableau.

Author

Subhankar Ghosh

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published