CpakSimple Command-Line Argument Parser for BashI had a need to pass command line arguments to a bash script. Here’s an easy solution that I came across that can interpret both short…Mar 11, 2021Mar 11, 2021
CpakPush your Docker Image to AWS Private Repository (ECR) using these Simple StepsIntroductionFeb 28, 2021Feb 28, 2021
CpakIdentifying a minimum collection of baskets that covers the universe of products using PySparkProblem StatementSep 1, 2020Sep 1, 2020
CpakMeasure Experiments with Quantile Bootstrapping in PythonBelow I show how to measure an experiment using quantile bootstrapping in Python.Aug 29, 2020Aug 29, 2020
CpakImplementing dynamic, use-case dependent argparse in PythonProblem StatementAug 28, 2020Aug 28, 2020
CpakConvert PDF files to text files using PyTesseractMany Natural Language Processing (NLP) tasks start with unstructured data in the form of scanned PDF files. I used this simple Python…Aug 11, 2020Aug 11, 2020
CpakFind S3 files using PythonI recently had an issue of tracking down a file on AWS S3 based only on its name. Although I thought I knew the file’s bucket location, I…Aug 6, 2020Aug 6, 2020
CpakStop using !! and embrace {{ }}dplyr is great for manipulating data.frames but it can be tricky combining it with custom functions. Let’s first create a small data…Jul 21, 2020Jul 21, 2020