Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.47 KB

The Finnish Line


population Pyramid animation

About

This repo contains a collection of jupyter notebooks and data extracts used to generate the following articles:

Medium Badge Linkedin

The article was also referenced in:

Iltalehti

Data Sources


The data used in this project is extracted from the following sources:

Statfin

Installation


Launch the notebooks in binder:

Binder

Local install

Move to the finnish line directory :)

cd the_finnish_line

Make sure you have conda installed and run:

conda env create -f environment.yml

or if you're using pip simply run:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt