This notebook presents different techniques on visualizing data using Choropleth maps with folium. Folium easily allows to manipulate data in Python and then visualize it in a Leaflet map.
Data used for this demo is a data set of property prices in Ireland starting from Jan 2010 and can be downloaded from Property Price Register offical site
The main goal was to use Folium Choropleth Map with a Time Slider that would show how average property prices have evolved month over month and what were the most expensive areas.