I'm trying to read a csv file from a thumb drive using IJulia and keep 
getting an error.

My code reads:

params = readcsv("/media/brandon/ED2F-0842/Parameters.csv",',')

I get the following error:

'readcsv' has no method matching readcsv(::ASCIIString, ::Char) 
while loading In[10], in expression starting on line 1

Any suggestions on how to get around this? It works if I leave off the 
delimiter, but then I get one long list of values.

Thanks.

Brandon

Reply via email to