In-Class Exercise 06
Overview
This document serves as my In-class Exercise 6 requirement.
Being able to look at the patterns in data over time is an important aspect of analytics, however, time-series data is often not very visually friendly. For this week’s exercise, we explore ways of graphing time, visualization of time-series patterns, and adding interactive techniques.
Tableau
Time Series Arrival Dashboard
This is a time series dashboard showing the arrivals per country with 2 time series charts
Yearly arrivals
Monthly arrivals per year
Note
For unclean datasets such as the arrivals data which each nation arrival is listed per column, it is best to transpose and summarize all the nation columns to 2 columns which lists the nation and aggregated arrivals per date.