I have one column with different values. I would like to make a new column that will group those values into ranges (eg. 0-5, 5-10, 10-20, etc.) How should I do it using pandas library?
df['price_group']
0 475000
1 720000
2 232000
3 728000
4 706000
...
21615 485000
21616 1008000
21617 283000
21618 293550
21619 250000