You will create an interactive "dashboard" of the movies dataset in Tableau and D3.
Kailey Hoo: Source Code
Before starting my visualizations, I decided what I wanted to graph and excluded all columns and rows that were null or would be of no use. I decided that I wanted to keep the MPAA rating so I subsetted the data to only include movies with an MPAA rating. Also, I decided that since not all of those movies had budgets, I subsetted the data to only include movies with budgets as well. Lastly, I excluded the r columns because I did not see a use for these. Here is the code that I used to do this.