Each newdata[x][0]] looks like this -> [95, 152, 174, 197, 261]
but when I do newgooddata.push([newdata[x][0]]) twice (x=0 and 1)
I get 
I want it to be:

I seem to be adding them wrong. Some help , with an explanation?
Each newdata[x][0]] looks like this -> [95, 152, 174, 197, 261]
but when I do newgooddata.push([newdata[x][0]]) twice (x=0 and 1)
I get 
I want it to be:

I seem to be adding them wrong. Some help , with an explanation?