Issues
- 0
Make statistics
#2 opened by Process-ing - 0
Display all airports, airlines and countries
#14 opened by DiogoSV7 - 0
- 0
- 0
Display the destinations (airports, cities or countries) available for a given airport
#20 opened by DiogoSV7 - 0
Display the top-k airport with the greatest air traffic capacity, that is, with the greatest number of flights
#21 opened by DiogoSV7 - 0
- 0
Present the best flight option
#3 opened by Process-ing - 0
Display the airports that are essential to the network’s circulation capability (airports are essential if, when removed, areas of the network start to be unreachable)
#29 opened by The-Memechanic - 0
- 0
Geographical coordinates, considering the closest airport to the given coordinates (if there is more than one, consider all the closest ones)
#36 opened by Process-ing - 0
- 0
Display the maximum trip (number of stops) and corresponding pair of source-destination airports (or pairs, if more than one), that is, the flight trip(s) with the greatest number of stops in between them
#31 opened by The-Memechanic - 0
Airport code or name
#13 opened by Process-ing - 0
Display the reachable destinations (airports, cities or countries) from a given airport in a maximum number of X stops (lay-overs)
#25 opened by The-Memechanic - 0
Display the airlines of a country, the cities in a country and the airports in a city
#16 opened by The-Memechanic - 0
- 0
Read dataset
#8 opened by Process-ing - 0
Read airlines.csv
#9 opened by Process-ing - 0
Read airports.csv
#10 opened by Process-ing - 0
Read flights.csv
#11 opened by Process-ing