This project analyzes the MakeMyTrip dataset, uncovering insights about travel trends, customer experiences, and ratings across different locations.
- Identify the Top 5 cities, areas, and states with the highest activity.
- Determine the Top 10 busiest months for queries.
- Analyze the average food rating across the top 10 cities.
- Discover the average value-for-money rating across the top 10 cities.
- Evaluate the average visitor experience across the top 10 cities.
- Explore the distribution of special added values.
- Analyze the average approval rating based on area, city, and state.
The dataset used in this project contains information on various hotels, customer ratings, and booking trends. It is loaded and processed using pandas.
- Python (Data processing and analysis)
- Pandas & NumPy (Data manipulation)
- Matplotlib & Seaborn (Visualization)
- Plotly (Interactive charts)
- Clone this repository:
git clone https://github.com/your-username/makemytrip-analysis.git cd makemytrip-analysis - Install dependencies:
pip install pandas numpy matplotlib seaborn plotly
- Run the Jupyter Notebook to explore the analysis.
- Top 5 cities & states: Identified key travel destinations.
- Busiest months: Peak booking periods discovered.
- Ratings analysis: Trends in food, value-for-money, and visitor experience.
- Special added values: Common amenities offered.
Contributions are welcome! Feel free to submit pull requests or open issues for improvements.
This project is licensed under the MIT License.