RSS Amplifier

Data For Science · Apr 21, 2026

Airline Traffic Between States

0
Sign in to vote or save

Bruno Gonçalves · Data For Science

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:

Visualization For Science GitHub

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:

Read the original on data4sci.substack.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.