Tag Archives: Maps

Custom Geocoding Tips and Tricks

Tableau has geocodes in the maps database for cities with population greater than 15,000. If you are working with rural or small-town USA data, your points will not be mapped. I had some fun(?!) with custom geocoding. When you look … Continue reading

Posted in Visualization | Tagged , , , | Leave a comment

Wedding Reception Venue thru R

After finding related facts between Jay and me that goes back to ancient times, I moved to learn geocoding and maps visualization in R. Here is how I learnt – Started with loading needed libraries: > library(ggplot2) > library(maps) > … Continue reading

Posted in R | Tagged , , | 4 Comments