GithubHelp home page GithubHelp logo

shine-jayakumar / covid19-exploratory-analysis-with-sql Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 13.54 MB

An exploratory analysis on covid19 cases and deaths. Other interesting factors which are available in the dataset like, Stringency Index, Human Development Index, Percentage of smokers in population etc., are also explored in this analysis

License: MIT License

TSQL 100.00%
covid19 covid19-data data-science data-analysis sql-server eda exploratory-data-analysis tableau data-visualization tsql tsql-stored-procedures

covid19-exploratory-analysis-with-sql's Introduction

Exploratory Analysis of Covid19 Dataset with SQL

An exploratory data analysis project on Covid19 cases, deaths, and vaccinations from, 1st Jan, 2020 to 12th May, 2021. This project is purely based on SQL Server, employing its innate capabilities: User-defined Procedures, Temp Tables, CTE, and Views.

Table of Contents

Dataset Overview

SELECT location, MAX(total_cases)
FROM covid19timeseries
WHERE continent IS NOT NULL
continent location
Asia
Africa
South America
North America
Europe
Oceania
  • Datatypes need to be corrected to a Float type as many columns would be imported as varchar

Importing Dataset Into SQL Server

It is recommended that SQL Server Import and Export Data (64 bit) wizard is launched from the Start Menu, and not the inbuilt option available within SSMS

Analysis

  1. List Of Countries Affected By Covid19
  2. Number Of Countries Affected By Covid19
  3. Date Of First Case Reported For Each Country
  4. Total Cases Vs Total Deaths (All Countries) - Observing Change With Time
  5. Total Case Vs Total Deaths (India) - Observing Change With Time
  6. CASES_SUMMARY: Isolating Total Cases, Total Deaths For Each Country
  7. Cases And Deaths Compared To Population
  8. Cases And Deaths Compared To Population (India)
  9. Highest To Lowest Death Count
  10. Cases And Deaths - Continent Wise
  11. Vaccination Start Date For Countries
  12. Total No. Of People Vaccinated, Vaccination Percentage Of Population
  13. TOP 5 countries with most people vaccinated (United States, India, United Kingdom)
  14. Comparing Diabetes Prevalence, Cardiovascular Death Rate To Death Percentage
  15. Comparing Stringency Index to Infected Population And Death Percentage
  16. Comparing Smokers to Infected Population And Death Percentage
  17. Comparing Percentage Of Population Over 65 And 70 To Infected Population And Death Percentage
  18. Comparing GDP, Human Development Index, Extreme Poverty To Vaccinated Population Percentage
  19. Correlation Between New Vaccinations And New Cases For Top 5 Countries with Highest Count Of Vaccination
  20. Correlation Between New Vaccinations And New Deaths For Top 5 Countries with Highest Count Of Vaccination
  21. Correlation Between New Vaccinations And Stringency Index For Top 5 Countries with Highest Count Of Vaccination

covid19-exploratory-analysis-with-sql's People

Contributors

shine-jayakumar avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.