Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 2.7 KB

README.md

File metadata and controls

50 lines (29 loc) · 2.7 KB

NYCflight2013-R-Project

ABOUT THIS PROJECT

Training in using dplyr and GGplot.

Requirement

  • tidyverse

How to run

  1. Download all requirement
  2. Download all file
  3. run project_dataviz.R

What we found

In the beginning, we started by finding out which days people like to fly. by finding both the type of each airport and the overview

image image People prefer to fly on Mondays and the least on Saturdays, as evidenced by the number of flights per airline at each airport.

Later, we find out which airport has the most competition by comparing the number of flights per airline in each airport. image image

By analyzing flight data, it was determined that the LGA airport has the highest level of competition among airlines.

image

The top five most visited destinations from LGA are ATL, ORD, CLT, MIA, and DTW.

image

When comparing flights only to those five destinations, some airlines are seen to have fewer flights than others. This may be due to the popularity of certain routes.

image The number of aircraft and seats per machine were also compared, but there was found to be little to no correlation.

image

image

Finally, the total number of flights was analyzed against average delay time and found to be directly related. Airlines with higher average delays have fewer flights, and conversely, airlines with more flights have lower average delays. However, the relationship between the number of flights and average birth rate was not observed.

image

image