Airport Manegment System

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

AIRPORT MANEGMENT SYSTEM

DATAFRAMES

 Airport DataFrame: Airport code, name, location, time zone.


 Airline Data Frame: Airline code, name, and headquarters.
 Aircraft Data Frame: Aircraft ID, model, capacity.
 Flight Data Frame: Flight number, departure airport code, arrival airport code, departure time,
arrival time, aircraft ID, and airline code.
 Passenger Data Frame: Passenger ID, name, date of birth, contact information.
 Ticket Data Frame: Ticket number, passenger ID, flight number, seat number, ticket class, and
price.
 Baggage DataFrame: Baggage ID, passenger ID, flight number

MENU:

1) DATA ANALYSIS

a) Passengers data
 View passengers details
 View passengers details based on ticket class ( economy,business,first class)
 Show details of passengers in each flight/airline
 Show passengers baggage details
b) Flight data
 view capacity of passengers in each aircraft
 View details of each airline.
 view departure and arrival timings
2) DATA VISUALAZATION

a) Plot bar graph (commonly used airline)


b) Plot line graph(maximum capacity of passengers in each aircraft)
c) Plot bar horizontal graph (passengers , price)

3) Data operations
 Add a row to Data frame
 Remove a row to Data frame
 Add a Column to Data frame
 Remove a Column to Dataframe

4) EXIT

You might also like