This project analyzes daily demand data for multiple SKUs and develops basic inventory policies using EOQ, safety stock, and reorder point models.
The goal is to simulate a realistic distribution environment and support data-driven inventory decisions.
- Data cleaning and preprocessing
- Demand aggregation (daily to monthly)
- Demand variability analysis
- EOQ calculation
- Safety stock and reorder point estimation
- Sensitivity analysis for different service levels
- Python
- pandas
- numpy
- matplotlib
- High-variability SKUs require significantly higher safety stock at higher service levels.
- High-demand SKUs show larger reorder points and more frequent ordering cycles.
- Service level decisions strongly affect inventory holding costs.
inventory_optimization.py→ main analysis scriptdata/→ input datasetoutputs/→ results and charts