Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛒 Zepto SQL Analysis Project

📌 Project Overview

This project is a SQL-based exploratory data analysis (EDA) of a Zepto-like quick commerce dataset. The goal is to extract meaningful business insights related to pricing, revenue, product availability, and category performance using SQL queries.

The project simulates real-world retail analytics problems commonly faced in e-commerce and quick commerce platforms.


🎯 Objectives

  • Analyze product pricing efficiency across categories
  • Identify top revenue-generating categories
  • Evaluate stock availability and out-of-stock trends
  • Understand discount impact on pricing
  • Build business-oriented SQL insights from raw data

🗂️ Dataset Description

The dataset contains product-level information including:

  • Product category
  • Discounted selling price
  • Quantity
  • Weight in grams
  • Stock availability (in stock / out of stock)
  • Discount percentage

🧠 Key Business Questions Answered

  • Which categories provide the best price efficiency per gram?
  • Which categories generate the highest estimated revenue?
  • Which categories have the highest out-of-stock ratio?
  • How does discount percentage affect product pricing?
  • Which categories are most valuable for platform growth?

🛠️ Tools Used

  • PostgreSQL / SQL
  • VS Code
  • Git & GitHub

📊 Key Insights

  • Certain categories contribute significantly higher revenue compared to others
  • High discount products are not always the most cost-efficient
  • Some categories show consistently high out-of-stock ratios
  • Price efficiency varies widely across product categories

📁 Project Structure

Zepto-SQL-project/
│
├── data
├── sql
├── README.md
├── insights.md

🚀 How to Use

  1. Clone the repository
  2. Import dataset into PostgreSQL
  3. Run SQL queries from 'sql'
  4. Explore insights and modify queries

⭐ Future Improvements

  • Add Power BI / Tableau dashboard
  • Include advanced SQL analytics (window functions, ranking)
  • Build automated reporting insights

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors