Skip to content

R Shiny Interactive Dashboard on Flight Delay Dataset

Notifications You must be signed in to change notification settings

mexiro/dashboard_flight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

R Shiny Dashboard for Flight Delay Dataset (Kaggle)

Dashboard: https://yyeva022.shinyapps.io/flight/

About Dashboard

I created a dashboard using flight delay dataset (from Kaggle: https://www.kaggle.com/usdot/flight-delays/data), to illustrate how R shiny can create a dashboard that can be used in day-to-day business scenario, delivering KPI performance for different stakeholders as per their needs.

  • Select the conditions (e.g. timeframe, airline) to get the KPI performance accordingly
  • Track data in time sequence, and drill up and down for monthly/daily level
  • Compare the performance (as heatmap) in different regions

Version 2.0 is coming, including

  • Directly click on chart to drill up/down
  • Prediction: input the airline, date of flight, destination city etc to estimate the delay rate

About R Shiny

R Shiny is an R package to build interactive web apps straight from R. Why need to use R shiny in business?

  • Free: free to use once you download shiny package in R
  • Simple: no web development skills required
  • Interactive: dynamic visualization that can react to user input
  • Flexible: easily to manipulate data for visulization, or even can incoporate prediction modeling to show predicted results

About

R Shiny Interactive Dashboard on Flight Delay Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%