The Zepto E-commerce SQL Data Analyst Project involved end-to-end SQL data analysis using a real-world inventory dataset from Zepto, focusing on database setup, data cleaning, exploratory data analysis, and generating business insights with SQL queries. Key tasks included identifying product SKUs, analyzing product categories, and deriving actionable insights for decision-making in pricing and stock optimization. The project utilized PostgreSQL, SQL, and pgAdmin, resulting in the development of 8 advanced queries for effective business analysis.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views2 pages
SQL Project
The Zepto E-commerce SQL Data Analyst Project involved end-to-end SQL data analysis using a real-world inventory dataset from Zepto, focusing on database setup, data cleaning, exploratory data analysis, and generating business insights with SQL queries. Key tasks included identifying product SKUs, analyzing product categories, and deriving actionable insights for decision-making in pricing and stock optimization. The project utilized PostgreSQL, SQL, and pgAdmin, resulting in the development of 8 advanced queries for effective business analysis.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Zepto E-commerce SQL Data Analyst Project
Performed end-to-end SQL-based data analysis using a real-world inventory
dataset sourced from Zepto, India’s fast-growing quick-commerce platform. The project simulated actual business analysis workflows using PostgreSQL.
Key Tasks Performed:
• Database & Table Setup: Created a PostgreSQL database and structured the zepto inventory table using appropriate data types for effective querying.
• Data Import & Cleaning:
o Imported the dataset using pgAdmin. o Removed rows with MRP or discounted prices as 0. o Handled null values and converted all prices from paise to rupees.
• Exploratory Data Analysis (EDA):
o Counted total product SKUs and checked availability status. o Identified unique product categories. o Detected duplicate product entries across various packaging sizes.
• Business Insights Using SQL Queries:
o Identified top 10 best-value products by discount percent. o Filtered high-MRP items currently out of stock. o Calculated estimated total revenue by product category. o Filtered expensive products (MRP > ₹500) with low discount (<10%). o Ranked top 5 categories by average discount percent. o Computed price per gram to identify most cost-effective products. o Grouped items by weight range (Low <1kg, Medium <5kg, Bulk ≥5kg). o Measured total inventory weight per product category.
• Tools Used: PostgreSQL, SQL, pgAdmin, Excel (for minor pre-checks).
• Outcome: Developed 8 advanced queries to derive actionable insights that could
support decision-making in product pricing, stock optimization, and revenue planning. GitHub Repository: [https://github.com/manshu1040/Zepto-E-commerce-SQL-Project]