Dear all,
I have one question arise in my mind while i am making my project.
I have one column "AGE" is there.So many values are stored in this column ranging from 0-100.
I also have find frequency of each age like
age=5 comes how many times in my column
age=10 comes how many times in my column
So my question is how can i make a group of this age so can make similar rows by this columns.
my csv file has following values
age,job_code,pincode,gender
12,0,32156,M
12,0,32154,M
10,1,32154,F
10,0,32156,M
8,0,32156,M
how can i decide that if i make group of age having age between [8-12] so all records will become similar?
please reply as soon as possible.
Thanking you.