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.
- Simulate (roughly) realistic e-commerce datasets
- Analyze sales and consumers behaviour
- Interpretation of tariff effects on products
Numpy, Pandas, Matplotlib (Python)
- 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.
To run this notebook, it is advisable to download Anaconda on Windows
- Install Anaconda
- Clone this repository:
git clone https://github.com/cresht2606/simulated-ecommerce-eda
cd simulated-ecommerce-eda
- Create the environment:
conda env create -f environment.yml
- Activate the environment:
conda activate your-env-name
- Launch Jupyter Notebook:
jupyter notebook
- All of statistics, figures are generated through random functions and served for educational purpose only.