Skip to content

Processing and Sorting of the 2015 Flight Delays and Cancellations dataset

Notifications You must be signed in to change notification settings

MuAbas/FlightDelays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Processing and Sorting Flights Log Entries

The aim of this program is to use the convenient data structures to execute the following tasks as quickly as possible.

The flights.csv file contains entries between certain dates with different fields, the program reads from the csv file to accomplish three tasks:
  • The user picks a date interval, and T1.java shows a summary report for the entiries between these dates, listing and calculating total number of entiries, minimum departure delay, maksimum departure delay and average departure delay for each flight ordered by number of entiries decending.
  • The user picks an airline and a date interval, and T2.java shows a report for the entiries between these dates listing, origin airport name, destination airport name, flight number and statistics such as total number of entiries, minimum departure delay, maksimum departure delay, average departure delay ordered by departure delay descending.
  • T3.java splits flights.csv file into small files. Each file will contain entries regarding only one flight. All files are named as AirlineCode-FlightNumber.csv . Ex. TK-2345.csv.

About

Processing and Sorting of the 2015 Flight Delays and Cancellations dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages