Tag: python
-
Plotting a Pandas Pivot Table in Python
Plotting data that is organized into pivot table has a slightly different syntax than plotting a columns in a dataframe.
-
Importing and Analyzing TSA Throughput data in Python
The TSA has started to publish the daily volume of passengers going through checkpoints on its website. The data set also includes the numbers from 2019 in order to measure the impact of travel as a result of COVID-19. It’s a really interesting leading indicator of a recovery in the travel sector. In this post,…