The visualization of thematic maps can get very messy very quick when there are many points to plot display.
In this post we will plot data from shapefile
in the most visually efficient way possible.
Let's open our shapefiles with geopandas
. (GeoPandas makes our task easy and that will ...