The Gas Tax Myth
Whipped this up based on the 2011-2013 ODOT data because someone was complaining about cyclists…
View ArticleReddit Account Ages
This is the data which resulted from scraping the top 1,000 “hot” posts from various…
View ArticleFind Minimum Distance Between List of Points
This is a neat little call I whipped up that returns the two x and…
View ArticleMinneapolis to Duluth
This was taken on a bicycle trip Sara and I took from Minneapolis to Duluth (and back) over the course of five days starting August 19th. We saw some great sites, got some great photos, and most...
View ArticleTrump Vs. Clinton Second Debate
Below is the code I used to create the CSV file which was read into Tableau. One could also use ggplot to graph the data.
View ArticleMount Lemmon, Tucson, Arizona #1
This was taken on my trip down to Arizona this winter. My family and I drove up and watched the climate change over just a few miles. The saguaro disappeared and were replaced by long grasses, and...
View ArticleMount Lemmon, Tucson, Arizona #2
Beautiful drive up, next time I want to take my bicycle. I have a couple more photos I plan on posting as well. They turned out pretty great (in my opinion).
View ArticlePolitics vs The_Donald Subreddit Domain Linkage
Ran this through Google’s Big Query on the two largest political subreddits on reddit.com. The two queries were SELECT domain,count(*) as Count FROM [fh-bigquery:reddit_posts.2017_01] WHERE subreddit =...
View ArticleReddit Account Ages
This is the data which resulted from scraping the top 1,000 “hot” posts from various subreddits. As you can see, the_donald posts originate heavily from new accounts. You could explain the discrepancy...
View ArticleFind Minimum Distance Between List of Points
This is a neat little call I whipped up that returns the two x and y points from a list which have the shortest distance. It also returns the distance between those two points. Pretty weird solution...
View ArticleMinneapolis to Duluth
This was taken on a bicycle trip Sara and I took from Minneapolis to Duluth (and back) over the course of five days starting August 19th. We saw some great sites, got some great photos, and most...
View ArticleTrump Vs. Clinton Second Debate
Below is the code I used to create the CSV file which was read into Tableau. One could also use ggplot to graph the data.
View ArticleMount Lemmon, Tucson, Arizona #1
This was taken on my trip down to Arizona this winter. My family and I drove up and watched the climate change over just a few miles. The saguaro disappeared and were replaced by long grasses, and...
View ArticleMount Lemmon, Tucson, Arizona #2
Beautiful drive up, next time I want to take my bicycle. I have a couple more photos I plan on posting as well. They turned out pretty great (in my opinion).
View ArticlePolitics vs The_Donald Subreddit Domain Linkage
Ran this through Google’s Big Query on the two largest political subreddits on reddit.com. The two queries were SELECT domain,count(*) as Count FROM [fh-bigquery:reddit_posts.2017_01] WHERE subreddit =...
View ArticleChicago Murder Rate and Leaflet for R
Recently got hooked on Leaflet for R which is an amazing library that allows for interactive Javascript maps to be generated within R. Still have a bit to explore, but the way it handles layering on a...
View Article