PROJECTS

๐Ÿš€ Projects

๐Ÿ“Š Exploratory Titanic Dataset EDA

Python logo Python Pandas logo Pandas Matplotlib logo Matplotlib Seaborn logo Seaborn

Performed in-depth analysis of the Titanic dataset to uncover survival trends based on gender, class, and age. Created visualizations and derived insights.

๐ŸŒ View on Kaggle

๐Ÿจ Hotel Performance Analytics Dashboard

Power BI logo Power BI

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.

๐Ÿ“Š View on GitHub  |  ๐Ÿ’พ Download PBIX File

ADR, RevPAR, DBRN, DSRN, DURN, Cancellation & Realization Rates

  • ๐Ÿ“Š 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)

Tableau logo Tableau Git logo Git GitHub logo GitHub

Designed 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.

  • 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 logo Python Pandas logo Pandas Scikit-learn logo Scikit-learn Matplotlib logo Matplotlib

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.

๐ŸŒ View Code on Google Colab