Udacity Data Analyst Nanodegreee

Projects from my Udacity Data Analyst Nanodegree

View the Project on GitHub shawnemhe/udacity-data-analyst

Summary

The visualization was created using flight data from RITA. It presents the percentage of flights that were delayed by more than 15 minutes for each airline between 1987 and 2008. Also included in the github repository is a python script that used parallel processing to aggregate the information from the 22 original data files.

Design

I wanted to present the data in a way that immersed the viewer in the visualization so I used a martini-glass narrative. It begins with an animation that introduces the data and guides the user toward the message I wanted to convey. First the trend of airline delays is shown as I explain that delays have been increasing. Next the individual airlines are broken out as I show that there are large disparities between some carriers. The final view is an interactive and filterable chart so that the user can continue to explore the data.

Feedback

Reviewer 1

Followup: I created an aggregated data and used a bubble chart to combine the data on one chart. For the martini glass narrative, I moved the pre chart text to the center of the page, and then shifted it down when the chart was drawn.

Reviewer 2

Reviewer 3

Followup: I added a simple “click to filter” header to guide the user.

Udacity Feedback

Followup: I changed to a martini-glass narrative in which I started with a message, and then finished with an interactive visualization for the viewer to explore.

Resources