Concept Flow - cut() and qcut() for binning
Start with numeric data
Choose binning method
Define bins
Assign data to bins
Get binned output
Data is divided into bins either by fixed ranges (cut) or by quantiles (qcut), then each data point is assigned to a bin.