Python

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 »