I have this array and would like to keep just the numbers.
[array([-0.69]), array([-0.82]), array([ 0.00268447]),
array([ 1.25709725]), array([ 0.00460194]), array([-0.00191748])]
I have tried strip and replace commands but to no avail. I have also followed this : Removing Characters from python Output . Any more ideas?