Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivabajelan/flight_insights_delays_and_cancelations
Flight Insights is a Power BI project analysing 2,000,000 commercial flights from major US airports to uncover patterns in flight delays and cancellations. The project leverages a structured business intelligence workflow, including data transformation, modelling, and visualisation, to create an interactive dashboard to bring our data to life.
https://github.com/shivabajelan/flight_insights_delays_and_cancelations
datamodelling datatransformation datavisualisation dax interactivedashboards powerbi relational-model
Last synced: about 19 hours ago
JSON representation
Flight Insights is a Power BI project analysing 2,000,000 commercial flights from major US airports to uncover patterns in flight delays and cancellations. The project leverages a structured business intelligence workflow, including data transformation, modelling, and visualisation, to create an interactive dashboard to bring our data to life.
- Host: GitHub
- URL: https://github.com/shivabajelan/flight_insights_delays_and_cancelations
- Owner: Shivabajelan
- License: mit
- Created: 2024-08-17T09:34:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T02:19:09.000Z (3 months ago)
- Last Synced: 2024-08-18T11:05:41.050Z (3 months ago)
- Topics: datamodelling, datatransformation, datavisualisation, dax, interactivedashboards, powerbi, relational-model
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flight Insights: Delays and Cancelations
## Project Overview
This project involves the analysis of nearly 2,000,000 commercial flights from major US airports to understand patterns in flight delays and cancellations. Using Power BI, the raw data is transformed into a user-friendly, interactive dashboard that allows stakeholders to explore the data by various dimensions such as airport, airline, and day of the week.
## Dataset
The dataset used in this project contains information on nearly 2,000,000 commercial flights from major US airports. The data includes:- **Flight details** (date, time, airline, origin, destination)
- **Flight status** (on-time, delayed, canceled)
- **Delay details** (reason, duration)## Objectives
The primary goal of this project is to identify trends and factors contributing to flight delays and cancellations. Specifically, this project aims to:- Analyse delay patterns across different airports and airlines
- Identify the most common reasons for flight delays and cancellations
- Provide stakeholders with an interactive tool to explore flight data by various dimensions## Features
- **Interactive Dashboard**: A Power BI dashboard that allows users to drill down into flight delays and cancellations by airport, airline, day of the week, and more.
- **Relational Data Model**: A well-structured data model to ensure accurate and efficient analysis.
- **Custom Calculations**: DAX measures and calculated columns to derive insights from the data.## Business Intelligence Workflow
This project follows a standard Business Intelligence workflow:1. **Load and Transform Data**: The raw data is loaded into Power BI and transformed to ensure it is clean and ready for analysis.
2. **Build a Relational Data Model**: A relational data model is created to establish relationships between different tables.
3. **Add Calculated Columns & DAX Measures**: Custom calculations are added to derive additional insights from the data.
4. **Design the Dashboard**: The final step is to design a stunning, interactive dashboard that presents the insights in a clear and engaging way.## Power BI Dashboard
![Flight Insights Dashboard](screenshot.png) *(Include a screenshot of your dashboard here)*The Power BI dashboard includes the following key visualisations:
- **Flight Delays by Airport**: Visualize which airports have the highest delay rates.
- **Delay Reasons**: Understand the common causes of delays.
- **Flight Status by Airline**: Compare on-time performance across airlines.
- **Time-Series Analysis**: Explore delays and cancellations over time.## Usage
Once you have the project opened in Power BI Desktop, you can explore the dashboard by interacting with the various visualisations. Use filters and slicers to drill down into specific details, such as delays by airport or cancellations by airline.## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, feel free to submit a pull request.## License
This project is licensed under the MIT License## Acknowledgments
This project was guided by the excellent tutorials provided by Maven Analytics. Special thanks to their team for creating comprehensive and easy-to-follow resources that helped me develop this analysis.