VI2
#Juliette Pardue
##Tableau Insights
- Passing Yards Per Player: The conference does not have any apparent effect on the number of passing yards.
- Passing Attempts VS Completions: The more attempts that a player makes, the more completions they have.
- Average Yards Per Attempts: The average yards per passing attempt may be misleading when trying to rank players because rushing yards is not considered. This is apparent when the players are sorted with average yards per total attempts while the average yards per passing attempt and average yards per rushing attempt are displayed along side. The average yards per passing attempt does not descend like average yards per total attempts.
##Tableau Comments
- For figure 3, I originally tried to do a side-by-side horizontal bar chart, but there were two problems. The figure was very long since there were 3 bars on top of each other for each player. Also, the way Tableau does side-by-side bar charts is by grouping the measures together to form one new measure. I could not find any way to sort the players by a particular measure since the three measures were all grouped together. I tried to look for a solution online and the only one I found was "hacky." It involved using a new measure from the measure that you want to sort the data on and then sorting based on that new measure, and then hiding the new measure that the players were sorted on.
- I really like the drag and drop interface, it made the task of mapping conference to color easy. The "Show Me" interface is also very helpful because it lists how many dimensions and measures you need for a particular graph.
##Learned from D3 Tutorial
- How to create dynamically sized graphics based on the size of the dataset.
- How to use hue as a method of encoding based on the data values.
- How to add data labels to the graphic for each item.
##Tableau Figures