This directory contains a collection of Jupyter notebooks that use the address data in fun and interesting ways.
Download Jupyter notebook
Install the dependencies of all notebooks with
pip install -r requirements.txt
Exploration of the address dataset from BOSA. In this notebook we present the most common streetnames, the longest streetnames and the streets with the highest amount of houses.
We create a heatmap of all the addresses in Belgium, where brighter areas mean a higher density of addresses.
Inspired by creatingdata.us/etc/streets/ we try to compute word vectors for each streetname and then visualize the relationship between streetnames.