Giter Club home page Giter Club logo

covid_19_visual's Introduction

COVID-19 Visualisation

Adam Quek 2022-09-10

Task

To create 3 informative visualizations about Covid-19 using Python in a Jupyter notebook, starting with the data set at https://www.kaggle.comdatasetssambelkacemcovid19-algeria-and-world-datasetcode.

Data Set

Variables from downloaded data has been changed to code friendly format. The data are further split into 6 normalised tables and hosted within a SQLite3 database (using "RSQLite" packages).

The normalised tables include

  • "location" (Primary key: "Entity", contains the geographical information for the 104 countries)
  • "demographics" (Primary key: "Entity", contains demographic information for the 104 countries)
  • "economy" (Primary key: "Entity", contains another feature on GDP Per Capita)
  • "hospital" (Primary key: "Entity", contains features on Hospital Bed per 1000 People and Medical Doctors per 1000 People)
  • "temperature" (Primary key: "Entity", contains another feature on Average Temperature per year)
  • "covid" (Foreign key: "Entity", contains Number of Daily tests, cumulative number of COVID-19 Cases and Deaths)

Visualisation

All visualisation are carried out in the single JuPyteR notebook in the repository. The visualisation consists of:

  • Choropleth on Total Number of COVID-19 -- Graphical representation of distribution of COVID-19 cases across the 104 countries.

  • Relationship of COVID-19 Deaths with Percentage of Population Aged 65 and Over -- Graphical representation shows that the proportion of COVID-19 death (per capita) is correlated with the proportion of elderly population (per capita). -- An Ordinary Least Squares (OLS) regression trendline is added to aid identifying the relationship.

  • Relationship of COVID-19 Cases with GDP Per Capita -- Graphical representation shows that the proportion of COVID-19 cases (per capita) is correlated with the GDP of the nation. -- An Ordinary Least Squares (OLS) regression trendline is added to aid identifying the relationship.

covid_19_visual's People

Contributors

minerva79 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.