This project explores supply chain optimization for the Cool Wipes company. The objective is to analyze and propose solutions to enhance supply chain efficiency, minimize costs, and improve operational decision-making.
coolwipes_group6.ipynb
: Jupyter notebook containing the Python code and analysis.case_jan_25.pdf
: PDF document detailing the case study.
- Analyze supply chain challenges faced by Cool Wipes.
- Optimize transportation and inventory costs using Python.
- Propose actionable insights based on data-driven analysis.
Ensure the following Python libraries are installed:
pandas
numpy
matplotlib
scipy
- Any other library used in the notebook.
Install them using:
pip install pandas numpy matplotlib scipy