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 · 3 min · 619 words · Senthil Thyagarajan

Taps near you

While working on a couple of projects involving beer data I did land up at breweries association. They have a data set on all the breweries across the US. This raw html table was scrapped ,cleaned and geocoded using R. You can find the R Scripts which I used for this project here. Once the data was ready this was put to use by being displayed on a web mapping application built on js and bootstrap....

September 18, 2017 · 1 min · 152 words · Senthil Thyagarajan