Behind the NCAA Visualizer: Python, R and JavaScript

[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Rodrigo Zamith's NCAA Tournament Visualizer is a great example of an interactive data visualization. If you want to create something similar, Rodrigo has shared detailed behind-the-scenes information on how it was created. He used a mix of tools:

  • Python was used to scrape team statistics fromt the NCAA website
  • R was used to prepare the data for analysis, and to generate the visualizations (using the ggplot2 package)
  • JavaScript and HTML was used to create the interactive interface

Many thanks go to Rodriguo for making all of the code behind the application available on GitHub as open source.

Rodrigo Zamith: Going Under the Hood of the NCAA Tournament Visualization

To leave a comment for the author, please follow the link and comment on their blog: Revolutions.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)