Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 743 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 743 Bytes

Tracking changes in death rate in Hungary

Was inspired by the COVID-19 pandemic, and data can be downloaded from the Central Statistics Bureau KSH in CSV format. Once downloaded, make a conda environment using the provided yaml file, and reformat the downloaded CSV like:

conda env create -f environment.yml
wget https://www.ksh.hu/stadat_files/nep/en/nep0065.csv
awk -f massage.awk nep0065.csv > massaged.csv
conda activate kshdeath
python main.py -c massaged.csv

You are getting a simple heatmap, the higher the death rate, the more yellow the tiles are. This image is saved as image.png