This project is a data visualization dashboard built using Python, Pandas, and Dash. It analyzes airline data from a CSV file and provides interactive insights into various metrics.
- Data Visualization: Generate insightful graphs and metrics from airline data
- Interactive Dashboard: Powered by Dash for a responsive UI
- Customizable Analysis: Adapt the analysis for other datasets with similar structures
- Python 3.7 or later
- Required libraries:
- pandas
- dash
- plotly
- Install the required dependencies:
pip install -r requirements.txt-
Add your dataset:
- Place
airline_data.csvin the root directory
airline_data = pd.read_csv(airline_data.csv)
- Place
-
Run the application:
python airline_dashborad.py