Geometrein / the-finnish-line

This repo contains an analysis used in an article about Finland's new immigration policies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repo contains an analysis used in an article about Finland's new immigration policies.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%