Pandas Groupby Range of Values

Is there an easy method in pandas to invoke groupby on a range of values increments? For instance given the example below can I bin and group column B with a 0.155 increment so that for example, the first couple of groups in column B are divided into ranges between ‘0 – 0.155, 0.155 – 0.31 …`