Selecting the right chart type when telling your story

One of the resources from Tableau that we use in the seminar on telling your data story is this whitepaper titled Visual Analysis Best Practices.  The first section shows different chart types and what’s really nice is it matches them to the story you are trying to tell.  One issue it points out is that although we often see pie charts, they are generally not a good choice.

Another chart that gets used (or misused) a lot is a bar chart.  Although they are excellent for comparing counts, too often they are used to show averages, and they too often hide the interesting story about the distribution behind the average.  An excellent read on this topic is this blog post by Martin Fowler titled Don’t Compare Averages.  Although Martin Fowler is best know more for his work in software development, and particularly agile development, this article provides an excellent example of why not to use a bar chart for visualizing averages.

Since the article talks about showing the distribution of the data, two examples in Tableau’s whitepaper are histograms and box and whisker plots, and Storytelling with Data had two blog posts that are helpful in understanding how these are used: Differences Between Histograms and Bar Charts  and What is a Boxplot?.

Looking for a New Challenge? Consider Tableau’s Student Iron Viz Competition!

The Fall 2021 semester is winding down, and possibly you are looking for a new challenge.  If so, consider creating a visualization to enter in the Tableau Iron Viz (Student Edition):

https://www.tableau.com/academic/student-Iron-Viz

The deadline for entry is December 31st, but if you took the Data Science for All seminar on visualizing your data story using Tableau, you have already completed the first two steps to competing!

The prizes are mainly swag, bragging rights (looks good on a resume or LinkedIn), some training, a chance to network, and even if you don’t win, just competing helps build your portfolio of projects and shows recruiters you are interested in the field beyond the classroom.

This competition is only open to students, and the above linked competition website lists the following four steps:

  • Join Tableau for Students
  • Create a Tableau Public Profile
  • Get the Data
  • Submit your Viz

If you participated in the seminar, you have already completed steps 1 and 2!

The competition website even has a 1-hour video from a webinar with last year’s winner and runner up.

Are you into Formula 1? Take a look at their data

Auto racing has embraced Big Data and data science.  This web page at AWS discusses their partnership with Formula 1, with each race car generating over 1.1 million data points per second that are transmitted from the car to the pits.  If you want to play around with some of the data, there is a Python module named Fast F1 That will provide access to data and has examples of some analysis you can do with the data.  Another example using this data is covered in this Medium post.

A different set of historical data on Formula 1 is also available through Kaggle.