Create an informative map visualization using only the basic tools

When I work with real estate data, I often I do one task right when I open the data set, which is make a geo-visualization of the data. I do this without the use of any complicated packages or shapefiles. Not only is it a great way to visualize the physical space in which my housing set lives, but I can use this visualization to see other elements that might inform my target. All I need is Seaborn and a dataset with some lat/long information.

I start by loading my relevant packages and load my data set. In this example I’m using the King County housing dataset.

#maps #data-science #python #pandas #data-visualization #visualize your map data with basic viz packages

Visualize Your Map Data With Basic Viz Packages
1.25 GEEK