Binning data with pandas - exploring the cut method

Binning Data in Python with Pandas’ cut()

In this post, we’ll explore how binning data in Python works with the cut() method in Pandas. In the past, we’ve explored how to use the describe() method to generate some descriptive statistics. In particular, the describe method allows us to see the quarter percentiles of a numerical column. However, as we’re generating insight into […]

Binning Data in Python with Pandas’ cut() Read More »

Personal Macro Workbooks in Excel Cover Image

Setting up a Personal Macro Workbook in Excel (and some sample macros!)

When you develop a macro in Excel, it’s only available in the workbook you create it in – unless you add it to your Personal Macro Workbook. The workbook is a hidden workbook that runs in the background whenever you open Excel, allowing you to access any of the macros you’ve stored within it.

Setting up a Personal Macro Workbook in Excel (and some sample macros!) Read More »