Documentation Status Binder

covid19-data-analyzer

Especially in times of crisis and panic, with many different opinions on the topic, people should try to derive their own conclusion. Luckily we live in a time, where the skills and tools to analyse data are open to everyone. Thus this little project tries to provide you with the data and a small toolset to understand, what the current state of the covid19 pandemic is right now.

The code of this repository is the basis for istcoronaexponentiell.de, where this projects interactive dashboard is hosted.

Usage

  1. Clone or download this repository

  2. Install the dependencies

    pip install -r requirements.txt
    pip install -e .
    
  3. Analyse the data yourself using the jupyter notebook and play with the dashboard

    • Open the jupyter notebook

      jupyter lab
      
    • Start the dashboard server

      covid19_dashboard