Blog

Inventory Planning and Control Cheatsheet

In this post, we provide a cheat sheet covering (s,S) and (s,Q) inventory policies. Feel free to download and share the cheatsheet!   If you have comments or questions, please share below. The Excel template can be downloaded from this link: https://drive.google.com/file/d/1-vSfuHLmfVykbYStDf4JT7GrPhMwQ3kg/view?usp=sharing

R vs Python for Big Data

I was using R and Python for huge datasets (>50M rows) recently in parallel and realized that R is 3 times faster than Pandas DataFrames! My aim was to convert R script into Python to integrate it with the other systems that I have. Observing the long run times of...