Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jelleschutter/fhnw-ds-daw-covid
Code from COVID mini challenge in data wrangling class.
https://github.com/jelleschutter/fhnw-ds-daw-covid
fhnw
Last synced: 25 days ago
JSON representation
Code from COVID mini challenge in data wrangling class.
- Host: GitHub
- URL: https://github.com/jelleschutter/fhnw-ds-daw-covid
- Owner: jelleschutter
- Created: 2021-02-27T22:22:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T17:20:13.000Z (about 3 years ago)
- Last Synced: 2024-12-17T06:17:13.859Z (25 days ago)
- Topics: fhnw
- Language: Jupyter Notebook
- Homepage: https://jelleschutter.github.io/fhnw-ds-daw-covid/
- Size: 33.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FHNW Data Science Mini-Challenge COVID-19
[![Open in Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jelleschutter/fhnw-ds-daw-fs2021-covid/blob/main/data_pipeline.ipynb)This Mini-Challenge was completed as part of the "Data Wrangling" course.
We were tasked with building a data pipeline which creates two clean data frames with the following daily data:
- per country (Global)
- new cases
- total cases
- new deaths
- total deaths
- per canton from start of 2nd wave (Switzerland)
- new cases since 1st of june
- total cases since 1st of june
- new deaths since 1st of june
- total deaths since 1st of juneWe were only allowed to use the raw data provided by the following to institutions on GitHub:
- John Hopkins University (Global) - https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports
- Canton of Zurich (Switzerland) - https://github.com/openZH/covid_19/blob/master/COVID19_Fallzahlen_CH_total_v2.csvYou can find the current revision of the data pipline [here](https://jelle.schutter.xyz/fhnw-ds-daw-fs2021-covid/).