I have following dataframe
name,value
a,100
b,200
c,150
d,300
e,400
f,200
g,100
i have list of ranges like [0-100,100-200,more than 200]
based on this i have to take count of records in above dataframe.
i need output like
category,count
0-100,2
100-200,3
mor than 200,3