![](https://secure.gravatar.com/avatar/11dcef977d3ba1c564259f49dbbcb3fb.jpg?s=120&d=mm&r=g)
May 24, 2013
7:29 a.m.
Trying to read this csv: 6;6;7;8;3; 8;10;8;;5; 3;5;6;7;; with this code: loadtxt('test.csv', delimiter=';', usecols=range(5)) yields "ValueError: could not convert string to float: " Is there any easy way numpy to read this CSV? Thanks