https://github.com/agungbudiwirawan/e-commerce_analysis_using_sql
The objective of this project is to provide an analysis of Olist Store (Brazilian E-commerce) sales.
https://github.com/agungbudiwirawan/e-commerce_analysis_using_sql
data-analysis data-science e-commerce e-commerce-project microsoft-sql-server sql sql-server
Last synced: 10 months ago
JSON representation
The objective of this project is to provide an analysis of Olist Store (Brazilian E-commerce) sales.
- Host: GitHub
- URL: https://github.com/agungbudiwirawan/e-commerce_analysis_using_sql
- Owner: agungbudiwirawan
- Created: 2023-01-09T03:04:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T06:43:12.000Z (about 3 years ago)
- Last Synced: 2025-01-30T02:42:31.274Z (12 months ago)
- Topics: data-analysis, data-science, e-commerce, e-commerce-project, microsoft-sql-server, sql, sql-server
- Homepage:
- Size: 309 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-commerce_analysis_using_sql
## Overview
The objective of this project is to provide an analysis of [Olist Store](https://olist.com/pt-br/) (Brazilian E-commerce) sales.
## Dataset
The dataset can be downloaded at [Brazilian E-Commerce Public Dataset by Olist](https://www.kaggle.com/datasets/olistbr/brazilian-ecommerce?select=olist_geolocation_dataset.csv) from [kaggle.com](https://www.kaggle.com/). The dataset has information of 100k orders from 2016 to 2018 made at multiple marketplaces in Brazil.
## Tool
- Microsoft SQL Server
## Problem
1. Top 10 best selling products
2. Top 10 best-selling product categories
3. Top 10 products by profit
4. Top 10 product categories by profit
5. Total profit per year
6. Total profit per month
7. Top 10 customers by order quantity
8. Top 10 sellers by order quantity
9. Top 10 cities by profit
10. Most commonly used payment types
11. The product categoriy that has a review score of less than 3
12. Sellers who have a review score less than 3 and total reviews greater than 10
## Algorithm
1. Create database and use database
2. Import dataset to SQL Server
3. Analyze using [sql query](https://github.com/agungbudiwirawan/e-commerce_analysis_using_sql/blob/main/e-commerce_analysis_using_sql.sql)
- Problem 1: Top 10 best selling products

- Problem 2: Top 10 best-selling product categories

- Problem 3: Top 10 products by profit

- Problem 4: Top 10 product categories by profit

- Problem 5: Total profit per year

- Problem 6: Total profit per month

- Problem 7: Top 10 customers by order quantity

- Problem 8: Top 10 sellers by order quantity

- Problem 9: Top 10 cities by profit

- Problem 10: Most commonly used payment types

- Problem 11: The product categoriy that has a review score of less than 3

- Problem 12: Sellers who have a review score less than 3 and total reviews greater than 10

## Thank you!