This project will get a glimpse of the Belgium natality data and try to find the reasons for differences between municipalities
If you only wish to view the final result, you can open the Jupyter notebook, otherwise, you can install everything locally by following the below instructions
- Clone this repo to your computer
- Get into the folder using
cd belgian-birth-rates
- Run
mkdir data
- Switch into the
data
directory usingcd data
- Download the data files into the
data
directory- from STATBEL
- You can find the data
- from HyperCarte, file structure_be.xls
- from GitHub, file municipalities-belgium.geojson
- from STATBEL
- Switch back into the
belgian-birth-rates
directory usingcd ..
- Install Anaconda
- Install the requirements using
pip install -r requirements.txt
- Make sure you use Python 3
- Launch the Jupyter Notebook App and start the notebook
Birth Rates for Belgian Municipalities - A Short Analysis of the Differences.ipynb
- Run the whole notebook