Skip to content

szilvajuhos/kshdeath

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published