Busiest Airports

Description: Top 50 busiest worldwide airports, yearly (2010-2016)

Source: Kaggle

Processing: Cleaned the original .csv by removing the 1st column (irrelevant ID numbers, does not correlate to any other useful data or relations on the table)

Columns:

  • Rank (numerical): what rank an airport had for a given year, 1-50
  • Year (numerical): what year an airport was a top 50 busiest airport
  • Airport (string): Full name of an airport
  • Code (string):Three-letter codes representing that airport
  • Location (string): the city and state, or region an airport is in
  • Country (string): the country worldwide an airport is in
  • Total passengers (numerical): how many passengers visited that airport in one year

Found a bug in the documentation? Let us know at documentation@code.org