Skip to content

Akhilreddy97/eCommerce_EDA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

eCommerce_EDA

Exploratory Data Analysis is performed to identify the customer behaviour pattern and also to answer some of the business questions.

Table of Contents

  1. Installation
  2. Project Description
  3. File Descriptions
  4. Results
  5. Future Work
  6. Licensing, Authors, and Acknowledgements

1) Installation

This code will run with no issues on Python 3.* versions. Incase, you do not have squarify please do install using "pip install squarify" squarify

Also, due to the data volume is huge and not able to upload, please download the data (2019-Oct.csv) from Kaggle here.

2) Project Description

In this project, I will use behaviour data from a multi-category eCommerce store taken from Kaggle, perform Exploratory Data Analysis to answer below business questions.

  1. What is the daily traffic in Oct?

  2. What product category and brands are more popular in viewing and purchasing?

  3. Customer Purchase behaviour (such as number of customers just viewing products or number of customers adding products to their shopping cart and number of customer who actually buy the product)?

  4. Amount spent by customers who purchased the products?

3) File Descriptions

EDA_on_ecommerce_website.ipynb - The notebook is exploratory in searching through the data pertaining to the questions showcased by the notebook title. Markdown cells & comments were used to assist in describing a cell and the code within it.

4) Results

The analysis and insights are shared in the IPython file using markdown cells and comments.

5) Future Work

As this is just the analysis of the dataset, I am currently working on applying Machine Learning models to predict whether customers buy the product when they add it to their cart. This can be done using Regression models, can test the accuracy levels comparing output of different Machine Learning models and can also decide which model is the best fit for this data.

6) Licensing, Authors, Acknowledgements

Must give credit to REES46 Marketing Platform & Kaggle for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available here.

About

This project is done based on the dataset taken from Kaggle and performing Exploratory Data Analysis to answer some business questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors