Airline Traffic Between States
Use custom made pie charts to visualize U.S. Map of State-to-State Travel
Pie charts have a rich history. William Playfair first used them in 1801, and despite decades of criticism from data visualization purists, they remain one of the most instantly recognizable ways to show proportions. Today we'll put them to work in a decidedly non-standard way: placing custom-built pie charts directly on a geographic map to reveal where Americans fly.
You can find the companion notebook on the Visualizarion for Data Science GitHub repository:
The Bureau of Transportation Statistics provides a wide range of datasets on US and global transportation infrastructure. We have used it previously here, here, and here.
The first step in our analysis is to extract the Top destinations for each state. We sort the outgoing destination of each state and extract the Top n:




