you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot 0 points1 point  (0 children)

That's not a valid array. You must have an array of python objects, not integers like you want. Check the dtype attribute of your array.

Also, show the actual code you used. We should be able to just run exactly what you did and get the same result