Giter Club home page Giter Club logo

testingforcovid's Introduction

GitHub issues Lines of code GitHub watchers GitHub last commit

Project Information

The downloadable data files contain information about hospitalisation and Intensive Care Unit (ICU) admission rates and current occupancy for COVID-19 by date and country. Each row contains the corresponding data for a certain date (day or week) and per country.

Installation

Install the libraries from CRAN as follows

install.packages('tidyverse')
install.packages('readxl')
install.packages('ggplot2')
install.packages('readr')

OR with devtools package as follows from github

devtools::install_github("tidyverse/tidyverse")

Data Providers

  • Downloadable data from
European Centre for Disease Prevention and Control

Project Phases

Project Phases
  1. Data Collection

    • Data have been downloaded from European Centre for Disease Prevention and Control
  2. Data Cleaning

    • This process includes all the necessary edits in order to make the data tidy and in format that can be worked in order to produce insights, such as
    i) Coverting dates 
    ii) Changing format of some variables
    iii) Deleting columns
    iv) Detecting outliers and NA values 
  3. Exploratory Data Analysis

    • In this stage of the project we produce insights and key visualization that will help ups understand the data and spot trends among them. For this reason we rely on
    barplots
    histograms 
    boxplots
    

Code Samples

  • Importing the dataset
df <- read_excel("TestingForCovid.xlsx")
  • Changing format in some variables
df$year <- as.numeric(df$year)
df$new_cases <- as.numeric(df$new_cases)
  • Extracting the final dataset into excel
write.xlsx(df, file = 'TestCovid.xlsx')

Project Goal

The goal of this project aims to analyze certain information about hospitalization, ICU(Intensive Care Units) and current occupancy of COVID-19.

Visuals

Raw Data

df before cleaning

Dataframe after cleaning

df after cleaning

Problems Faced

  • Analzying this dataset i came across with varius problems such as:
  1. The column names must be replaced
  2. Columns with no use on dataset must be excluded from the dataframe
  3. The year_week variable is not following the 3rd normality form 
  4. The week variable must be inserted in a new column
  5. Scientific notation 

Visualizations

Tableau Public,

Microsoft Excel

Languages

R Programming language

Integrated Development Environment

RStudio

testingforcovid's People

Contributors

anekar avatar

Watchers

 avatar

testingforcovid's Issues

Packages

The format of the libraries installed will be

install.packages('tidyverse')
install.packages('tidymodels')
install.packages('readr')

Task board

Creating task board for upcoming issues

Installation

Installation libraries from github or with remotes package

install.packages('tidyverse')

Or with remotes package

remotes::install_github('rstudio/tidyverse')

Shields

Adding shields on the Project

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.