Colleges vs Breweries - What tops in your State ?

In this post we see how the no. of breweries stack up against no. of colleges across USA. Here I am using d3js and a grid bar chartwhere each grid represents 5 breweries/colleges.I collected the data for Brewery from Beer Advocate and for colleges from wikipedia <!DOCTYPE html> More Breweries than Colleges Breweries vs Colleges in US = 5 Top 10 States Bottom 10 States College Brewery <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.4.4/d3.min.js"></script> <script src="https://cdnjs....

September 24, 2018 · 2 min · 407 words · Senthil Thyagarajan

Google Trends using gtrends and R shiny

Recently while I was searching for trend data I came across Google Trends. So in the post I am using gtrends, a r package to understand the trends and display it using a R shiny app using the shinymaterial package. The shinymaterial package tends to move away from the traditional shiny dashboard layouts and design. You can use this shiny app from here.

September 24, 2018 · 1 min · 63 words · Senthil Thyagarajan

Visualizing your favourite song?

Recently I was searching for some gifts when I stumbled across Sound Viz and Cumberland Coast . These were your favorite songs which were visualized and printed. So that’s when I started looking into on how could you visualize them. So I wanted to try the same and that’s when I came across the r packages tuneR and seewave. Now I knew that I wanted to visualize the song but then I also wanted to see how different are the visualizations for the same song in an original version and the acoustic version....

September 24, 2018 · 1 min · 198 words · Senthil Thyagarajan

MTA Subway Ridership

August 16, 2018 · 0 min · 0 words · Senthil Thyagarajan

Visualizing Airbnb listings.

In this day and age of so many sharing services like Uber and Lyft , pricey hotels are being replaced by Airbnb. Students, working people and travelers wouldn’t always want to pay a high price for staying a couple of nights at the Marriott and would rather stay at a place where that has the basic amenities needed for them at a reasonable price. In this project I am trying to understand the listings put on Airbnb on how the price varies by neighborhood ,house type and various other factors....

October 25, 2017 · 5 min · 966 words · Senthil Thyagarajan