E-Grocery Insights BD

View on GitHub →
Python Selenium Pandas Tableau GitHub

Online grocery pricing in Bangladesh moves constantly — platforms run rotating offers, and brand presence shifts week to week. This project treats that as a market-intelligence problem: scrape live pricing data, structure it, and surface the patterns a category manager would actually want to see.

Tools & purpose

  • Scraped 8,085+ live product and pricing data from online grocery platforms (Chaldal & Shwapno) using Selenium.
  • Cleaned and transformed data with pandas / numpy in Jupyter Notebook.
  • Built an interactive Tableau dashboard visualizing pricing trends, offer & savings distribution, brand dominance, and market insights.
  • Published the full project on GitHub.

Challenges in Data Processing

  • Removed ~890 duplicate and null entries during data cleaning.
  • ~350 multi-category products were standardized by keeping the most relevant category.
  • Price and unit variations exist for the same product across platforms due to packaging differences.
  • Brand extraction (~700 brands) required keyword-based parsing with manual correction.
  • ~4,000 products with generic units were processed using derived fields (actual unit, savings, price metrics, etc.)
  • Out-of-stock status from Chaldal could not be fully captured, which may slightly affect analysis.

What the dashboard shows

  • Pricing trends across products and platforms over time.
  • Offer and savings distribution — where discounts are concentrated.
  • Brand dominance — which brands show up most often, and at what price tier.
  • Overall market insights useful for spotting pricing patterns at a glance.

WorkforceIQ: HR Analytics Dashboard

View on GitHub →
PostgreSQL SQL Power BI

An end-to-end HR analytics project that tracks employee attrition, compensation, performance, diversity, and attendance using SQL for analysis and Power BI for visualization.

Tools & purpose

  • PostgreSQL — structured data storage with 5 relational tables.
  • SQL — 12 business-question-driven queries covering attrition, compensation, performance, diversity, and attendance.
  • Power BI — interactive HR dashboard built on top of the query layer.

What's inside

Dataset Table No. of Rows Description
employees 1,000 Core employee master data (demographics, hire/exit dates, job title, status)
departments 7 Department reference table
salaries 1,000 Base salary and bonus per employee
performance 2,000 Annual performance ratings (2022–2023, scale 1–5)
attendance 90,000 Daily attendance records (Jan–Mar 2024)

What the dashboard shows

  • Workforce size, active headcount & growth trend analysis.
  • Employee attrition rate and retention pattern analysis.
  • Department-wise attendance and attrition performance.
  • Performance rating distribution and improvement trends.
  • Salary analysis by department, gender & performance level.
  • Employee tenure and retention behavior analysis.
  • Gender diversity insights across departments.
  • Top-paid active employee identification & workforce insights.

RetailNexus

View on GitHub →
Pandas SQL PostgreSQL Power BI GitHub

RetailNexus is an end-to-end data analytics project built on a retail sales dataset. It simulates a real-world business intelligence pipeline — starting from raw data cleaning in Python, structured storage in PostgreSQL, and finally an interactive multi-page dashboard in Power BI. The goal is to give business stakeholders a single unified hub to monitor sales performance, customer behavior, product trends, and financial health — all in one place, with interactive filters.

Tools & purpose

  • Cleaned and structured raw retail sales data with pandas.
  • Designed structured storage in PostgreSQL to mirror a production data pipeline.
  • Built an interactive, multi-page dashboard in Power BI for sales performance analysis.

What's inside

Property Value
Source Synthetic / dummy dataset
Total rows 1,963 transactions
Total columns 25
Date range 2023 – 2024
Geography Bangladesh (Dhaka, Chittagong, Sylhet, Khulna, Rajshahi, etc.)
Categories Electronics, Clothing, Food & Grocery, Home & Garden, Sports, Beauty

Business questions answered

  • Which cities and store branches generate the most revenue?
  • Which customer segments (age group, gender, membership tier) are most valuable?
  • What are the top-selling and most-returned products?
  • How do sales channels (In-Store, Online, Mobile App) compare?
  • Does offering a discount actually improve profit margin?
  • Which months and days of the week see the highest sales?
  • How is revenue trending over time vs. profit?

Frontend Web Development Showcase

View on GitHub →
HTML5 CSS3 JavaScript

A collection of 5 frontend projects built to demonstrate responsive UI development, modern CSS layouts, and JavaScript-based interactivity.

  • Travel Website Design :
    Responsive landing page with hero sections, destination grids, and modern layout design using HTML5 & CSS3.
  • E-Commerce Website :
    Online shopping interface featuring product cards, navigation structure, CSS Grid layouts, and responsive design.
  • Admin Dashboard :
    Analytics dashboard UI focused on grid positioning, data cards, tables, and dashboard-style components.
  • YouTube Interface Clone :
    Pixel-inspired frontend recreation with semantic HTML, sidebar structure, and responsive UI elements.
More work

More projects are on the way

I'm actively building out my GitHub with new analytics projects as I work through my Data Science coursework — check back, or follow along on GitHub directly.