Skip to content

My team were simulated hired as a Business Intelligence Analyst at a newly founded e-commerce company. As a new company, the company must be able to monitor its entire activity. We proposed a comprehensive dashboard to C-level, Sales, Marketing and Business Development teams that will help the organization thrive

Notifications You must be signed in to change notification settings

rickisubagya/data_wrangling_e_commerce_dataset

Repository files navigation

This is a simple repository for practice in the data wrangling

The Data Source

Sales Datasets

You can download the dataset from this link, the Sales datasets consist of:

  • Customers Dataset
  • Orders Dataset
  • Order Review Dataset
  • Order Items Dataset
  • Product Dataset
  • Sellers Dataset

Here is the relation between Sales datasets

Untitled

The data wrangling process for Sales datasets:

  • Convert into DateTime format
  • Sort value
  • Input missing value
  • Merge datasets
  • Drop some rows
  • Convert value into title case

You can check the documentation in the helper folder, feature_engineering_sales_performance.py

Marketing Datasets

You can download the dataset from this link, the data wrangling process for marketing datasets:

  • Convert into DateTime format
  • Rename column name
  • Input missing value
  • RFM segmentation

You can check the documentation in the helper folder, feature_engineering_marketing.py

A/B Testing Datasets

You can download the dataset from this link, the data wrangling process for a/b testing datasets:

  • Convert into DateTime format
  • Make sure if the control group visit the old page and the treatment group visits the new page
  • Drop duplicate user-id
  • Group data by date and separate the control and treatment
  • Calculate the conversion rate for group control and treatment
  • Calculate the power
  • Calculate the p-value

You can check the documentation in the helper folder, feature_engineering_ab.py

  • If you want to read the full story of this project please visit my medium story
  • If you want to see the E-Commerce Dashboard that I have created please visit my Tableau Dashboard
  • Let’s connect with my LinkedIn account

About

My team were simulated hired as a Business Intelligence Analyst at a newly founded e-commerce company. As a new company, the company must be able to monitor its entire activity. We proposed a comprehensive dashboard to C-level, Sales, Marketing and Business Development teams that will help the organization thrive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published