Tools: PostgreSQL
Programming Language: SQL
Visualization: Tableau Public
Dataset: Datasets
A mini project created by an expert tutor Rakamin Academy. In this project, as a Data Analyst from eCommerce company in South America had responsibility analyze customer growth, product quality, and payment method to enhance company business performance.
Business performance analysis based on historical data customer activity, product quality, and payment type for over 3 years.
Gathered insights from the analysis with visualization and recommendation using Tableau Public.
- Created database using pgAdmin tools as mini_project_1,
- Created 9 new table and columns using
CREATE
statement with the following dataset in csv file. Make sure the data type matched, - Imported csv data to the database using
COPY
statement. Make sure the dataset path (in local storage) must be complete until the file_name.csv, - Created ERD with determine the Primary Key and Foreign Key using
ALTER TABLE
statement.
- Annual Customer Activity Growth Analysis
Observed and analyzed eCommerce business performance growth from customer activities. The growth of new customers and monthly active user (MAU) are increasing every year. Most of the customers only did a single purchase for 3 years. Moreover, the value of customers who did more than one purchase every year (repeat customers) are decreasing from 2017 to 2018.
Figure 2: Annual Customer Activity Growth Dashboard
- Annual Product Category Quality Analysis
In between categories which can be impact positively (seen by revenue metric) and which can be impact negatively. Total company revenue keep increase each year with following by product category that always change. Health & beauty is a category that has the most revenue but also the most canceled order in 2018. This could be health beauty is the most dominated category in 2018.
Figure 3: Annual Product Category Quality Dashboard
- Annual Payment Type Usage Analysis
Payment method that has been chosen as a favorite for customer of all the time and analyze trend transformation over year.Credit card is the most favorite payment type based on sum payment type usage. Voucher tend to be decrease from 2017 to 2018. Besides, debit card tend to be increase significanly more than 100% since 2016.
Figure 3: Annual Product Category Quality Dashboard