Thursday, September 11, 2025
STEM

Building an at-a-glance holidays timeline

Today, I share the steps required to build an overall holiday calendar timeline in Excel. This allows you to see the entire year’s holidays with different categories (e.g. company holidays, federal, personal vacation, etc.) at a glance without requiring you to navigate month by month to see the events. All the year’s key events can […]

Read More
STEM

Prisoners of the world

In this post, I touch on a complex and touchy issue of the human society. We look at the prisoners’ population around the world for selected countries, while casting a wide net of diversity. With the data and visualizations presented, we should be able to answer: Which countries have the highest number of prisoners? Which […]

Read More
STEM

Combinations in Python

In this post, I present the concept of calculating combinations from different choices. For educational fun, I will combine various parts of the bodies from two different creatures and see how many combinations we get. You’ll get to enter the animals to combine, and even get a name for your new mutant! If you have […]

Read More
STEM

Gold Mining Decision with Monte Carlo

In this blog, I’ll demonstrate (with complete code, visualization, and explanation) how to make a decision with several unknowns using Monte Carlo simulation and analysis in Python. We’ll tackle a hypothetical scenario of whether or not we should mine for Gold. We want to know if it’s worth mining for gold in the following situation:We […]

Read More
STEM

Plotting ranges of values – Cat metrics

In this purr-fectly delightful blog post, I’ll guide you through steps to meaningfully depict ranges of values in Excel, all the while crafting irresistibly cute charts—no graphic skills needed! You’ll discover a few charts showcasing upper and lower values, Means, and custom markers. Using data such as the lifespans, weights, and prices of different cat […]

Read More
Back To Top