Coronavirus Data Project

This repository contains a statistical analysis of COVID-19 data which was created as a practice project during the course 'Praxisprojekt' in the winter semester 2019/2020 at the Department of Statistics, LMU Munich.

In the scope of the project we analysed timeseries data of COVID-19 cases world-wide.

Different data sources were used to enhance the main dataset with additional features, e.g. population or geographic data.

As the main datasource the dataset compiled by RamiKrispin was used, which can be found here: https://github.com/RamiKrispin/coronavirus
List and description of additional datasets used can be found in the README.mdin subdirectory Abgabe.

Our final presentation and a summary of the project can also be found in this repository. Latter also contains a detailed list of our data sources.

These additional public datasets were consulted for gathering ideas:

We used the R and Python programming languages to conduct the analysis and generate all figures.

Project Structure

.
├── Abgabe      <- Contains code for analysis, datasets, figures, presentation slides & summary.
├── Bericht     <- TeX files for report & bibliography.
├── Presentation      <- TeX files for presentation slides (original version 08.05.2020).
├── Presentation_latest    <- TeX files for presentation slides (revised version).
├── .gitignore          <- Ignore file to exclude unnecessary files from Git tracking.
└── README.md

To reproduce our analysis

  • clone this repo with git clone https://github.com/mediasittich/coronavirus-data-project.git
  • change to the directory Abgabe by typing cd Abgabe
  • To run the R script open the file Rscript.R in RStudio
  • To run the Python scripts follow the instructions in the README.md file in the Abgabe directory

Bonus

During this project we started working on a web application to display our analysis interactively. The app project is currently a work in progress and may also contain additional data resources not used in this analysis.
The current live version of the app can be found here. The corresponding repository here.