๐ Projects
๐ Exploratory Titanic Dataset EDA
Python Performed in-depth analysis of the Titanic dataset to uncover survival trends based on gender, class, and age. Created visualizations and derived insights.
๐ Repo / Demo:๐จ Hotel Performance Analytics Dashboard
A visually rich dashboard analyzing hotel revenue, occupancy, performance metrics, and operational KPIs for multiple luxury properties. Includes insights on ADR, RevPAR, cancellations, and realization rates.
๐ Links:๐ View on GitHub | ๐พ Download PBIX File
โญ Metrics Covered:ADR, RevPAR, DBRN, DSRN, DURN, Cancellation & Realization Rates
๐ฏ Key Features:- ๐ 1.68B Revenue analyzed across multiple properties
- ๐จ 57.79% Average Occupancy Rate
- ๐ฐ 12,696 Average Daily Rate (ADR)
- โญ 70.14% Realization Rate
- ๐ Interactive filters for city, room type, and date ranges
- ๐ข 6+ Luxury Hotel Properties analyzed
๐ HR Analytics Dashboard (Tableau)
GitHubDesigned and developed an interactive HR Analytics Dashboard in Tableau to visualize key employee metrics such as turnover, department performance, and satisfaction levels. The dashboard enables data-driven HR decision-making by providing clear insights into workforce trends.
๐ Key Insights:- Identified departments with the highest attrition rates.
- Analyzed correlations between job satisfaction and employee performance.
- Created dynamic filters for gender, department, and job role comparisons.
๐ Download Tableau File (.twbx)
๐ View on Tableau Public
๐ Regression Models (Linear & Multivariate)
Python
Scikit-learn This project applies Linear Regression to predict housing prices based on features such as area, number of bedrooms, and age. It demonstrates both Univariate and Multivariate Regression techniques using Python libraries like scikit-learn, pandas, and matplotlib.
- โ Built regression models for accurate house price prediction.
- ๐ Evaluated performance using MAE, MSE, RMSE, and Rยฒ metrics.
- ๐ Visualized regression lines and predicted vs actual values.
- ๐งน Performed data cleaning, outlier detection, and train-test splitting.