I have this so far: In [153]: data1 Out[153]: array([[\'1,2,3,4\']], dtype=object)
and I want this: array([1, 2, 3, 4])
How do I get there?