Skip to content

Python-integrated hotel analytics project extracting actionable insights from hotel data

Notifications You must be signed in to change notification settings

Analytic-Ally/Hotel_Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A Deep Dive into Hotel Analytics for Optimal Performance 🌱✨

Embark on a Data Odyssey: Elevating Hospitality with Python-Powered Hotel Analytics. This project seamlessly integrates cutting-edge Python libraries to analyze user-generated queries and input data, crafting a sophisticated narrative of hotel performance. Through the lens of predictive modeling, delve into future projections, unraveling the insights that guide strategic decisions for an unparalleled guest experience and operational excellence.

Coding

Languages and Tools 📇 :-

python Java Java Spring Angular GitHub HTML CSS CSS

Badges 💖

Anaconda Jupyter Notebook linkedin twitter Python Microsoft Excel


Insights Generation 🌟🍀

1. df_agg_bookings.head()

Screenshot 2023-12-11 152844

2. df_agg_bookings.groupby('room_category')['occ_pct'].mean()

Screenshot 2023-12-11 152909

3. df_rooms.head()

Screenshot 2023-12-11 152917

4. df = pd.merge(df_agg_bookings,df_rooms,left_on='room_category',right_on='room_id')
df.head()

Screenshot 2023-12-11 152928

5. df.groupby('room_class')['occ_pct'].mean().plot(kind='bar')

Screenshot 2023-12-11 152947

6. df.groupby('day_type')['occ_pct'].mean().round(2).plot(kind='pie')

Screenshot 2023-12-11 153019

7. df_updated_bookings.groupby('booking_platform')['revenue_realized'].sum().sort_values(ascending=False).plot(kind='pie')

Screenshot 2023-12-11 153042


Connect With Me 📝 :-


Looking Forward
to sharing this journey with you! Excited

tusharg41 https://www.linkedin.com/in/tushar-gupta-3b29b5144/ https://www.instagram.com/tushargupta_8127/ https://www.hackerrank.com/profile/tanugupta3367

For support, email tanugupta3367@gmail.com or join throught linkedin .

About

Python-integrated hotel analytics project extracting actionable insights from hotel data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published