Weekly Viz 2023-06-12
US Air Travellers 2019-2023
Last year, I made a visualization of TSA checkpoint travel numbers from 2019 to 2022 April. We saw the air travel numbers have been bounced back greatly, and only slightly lower than pre-pandemic level. This week, I decided to revisit this data points, and downloaded the data from 2019 June til today to make a new visualization.
My Visualization
For the visualization this week, I used a circle to plot 7-days average travel numbers (clockwise from Jan to Dec), and each year with different colors to show how YoY compares easily.
Please notice that all the visualizations are designed for desktop view, so it is recommended to view them on a desktop device.
<script type='text/javascript'>
var divElement = document.getElementById('viz1686632133711');
var vizElement = divElement.getElementsByTagName('object')[0];
if ( divElement.offsetWidth > 800 ) { vizElement.style.width='600px';vizElement.style.height='627px';} else if ( divElement.offsetWidth > 500 ) { vizElement.style.width='600px';vizElement.style.height='627px';} else { vizElement.style.width='100%';vizElement.style.height='727px';}
var scriptElement = document.createElement('script');
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';
vizElement.parentNode.insertBefore(scriptElement, vizElement); </script>
Insights
- Overall, in 2022, we see the air traveller numbers were consistently lower than pre-pandemic level;
- However, since the beginning of 2023, air travel has fully recovered to the 2019 level, telling from the TSA checkpoints travel numbers.
Follow this link to find more weekly vizzes :)