This project analyzes flight data to gain insights into airline pricing, departure and arrival trends, source and destination city statistics, and other key patterns. The project is implemented using Python and popular data analysis libraries like Pandas, Matplotlib, and Seaborn.
- Airline Analysis: Count and visualize flights per airline.
- Departure & Arrival Analysis: Analyze flights by departure and arrival times.
- Source & Destination Cities: Visualize the number of flights from each city.
- Price Analysis: Explore flight prices over days left until departure.
- Interactive Visualizations: Bar charts, horizontal bar charts, and line plots for clear insights.
- Python 3.x
- Pandas
- Matplotlib
- Seaborn
- Jupyter Notebook (for development & visualization)
- Clone the repository:
git clone https://github.com/yourusername/Flight-Data-Analytics.git
- Navigate to the project folde
cd Flight-Data-Analytics - Install required libraries
pip install pandas matplotlib seaborn
- Open the Jupyter Notebook
jupyter notebook
Load the flight dataset (data.csv) into the project folder. Run the Jupyter Notebook cells step by step to see the analysis and visualizations. Modify plots or analysis as needed for further insights
Airlines Price Analysis
Departure Time Distribution Arrival Time Distribution Source vs Destination Cities Time Series Analysis Price vs Days Left




