Skip to content

cresht2606/simulated-ecommerce-eda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

simulated-ecommerce-eda

A learn-by-doing mini-project with understanding how discounts, tariff taxes and pricing affect on the total sales and revenue in a simulated ecommerce environment.

πŸ“Œ Goals

  • Simulate (roughly) realistic e-commerce datasets
  • Analyze sales and consumers behaviour
  • Interpretation of tariff effects on products

Libraries used:

Numpy, Pandas, Matplotlib (Python)

πŸ› οΈ Further refinements

  • Price elasticity of demand
  • Enhanced randomness through Probability distributions (Poisson, Binomal,...)
  • Odd cases such policy and regulation are accountable
  • Since this is EDA-groundwork, no major features will be added.

🧠 How to use

To run this notebook, it is advisable to download Anaconda on Windows

  1. Install Anaconda
  2. Clone this repository:
git clone https://github.com/cresht2606/simulated-ecommerce-eda
cd simulated-ecommerce-eda
  1. Create the environment:
conda env create -f environment.yml
  1. Activate the environment:
conda activate your-env-name
  1. Launch Jupyter Notebook:
jupyter notebook

πŸ“‹ Notes

  • All of statistics, figures are generated through random functions and served for educational purpose only.

About

Simulated E-commerce Sales Analysis with Numpy, Pandas, and Matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors