Home

Awesome

Project Network Tour of Data Sciences

Title: Flight network and airline alliances

Github repository of the final project of the class EE-558, A Network Tour of Data Science, EPFL. This readme contains an abstract with our problem definition, the datasets we used to analyze the problem and the different research questions we tackle. The code is found in the jupyter notebook main_analysis.ipynb. The libraries needed are listed below.

Libraries used

We used the following libraries for this project, with Python 3.6.5

Computational:

numpy (as np)
pandas (pd)
networkx (nx)

Graphical:

seaborn (as sns) (version 0.9.0)
matplotlib (as plt)
folium

Abstract

We analyze the "Airline Route Mapper Route Database" which maps 3'321 airports (nodes) worldwide with their respective connections (67'663 edges) operated by 548 airlines. Some of these airlines have joined each other to form passenger airline alliances which for instance facilitates flight connections for multi stop flights. As of today three major airline alliances exist, Star Alliance, Sky Team, and Oneworld, which regroup 26, 20 and 14 airlines, respectively (state of 2014 to be consistent with the flight dataset). To aim of our project is to unravel the airline alliances network and their global presence in the air route network. We try to understand to what extent the whole flight network is dominated by flights belonging to the alliances and whether sparsely connected airports are equally likely to be served by alliances airlines than big hubs. Furthermore, we investigate whether the alliances operate in similar or different parts of the worlds, and based on this, which airlines are likely to join one, and which, of the alliances in the future. In addition, airlines within alliances tend to have agreements to avoid operating simultaneously between two airports, and based on this, we try to see whether there is an underlying network property which allows to identify the three major alliances without prior knowledge about their existence, and which airlines not yet belonging to them, are predisposed to join the alliance network.

Datasets

Research Questions

Authors

License

MIT License

Copyright (c) 2019 Gabor Csordas, Nicolas Fontbonne, Maëlle Le Clainche, Marie Sadler

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.