BLOG RSS
- Follow My Data Experiments on WordPress.com
-
Disclaimer
The postings on this site are my own and do not necessarily represent the opinions of CapTech Ventures, Inc.-
Recent Posts
Categories
Links
Mercy’s Tweets
My TweetsArchives
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
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