On Saturday, July 26, 2014 9:41:11 PM UTC+8, Nicholas Cannon wrote:
 Also I am having troubles with Numpy and its loadtxt function:
> 
> 
> 
> ValueError: cannot set an array element with a sequence

I found out why this has occurred because the csv file i was using didnt have a 
consistent amount of values in each line so when the load text tried to load it 
into a list or whatever some lines had a missing index or something.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to