Re: [julia-users] DataFrame type specification

2015-10-26 Thread Andrew Gibb
That worked. Thanks.

Re: [julia-users] DataFrame type specification

2015-10-22 Thread Milan Bouchet-Valat
Le jeudi 22 octobre 2015 à 09:59 -0700, Andrew Gibb a écrit : > I have a csv with some data. One of the columns is something I'd > always like to be read as a string, although sometimes the value will > just be numerals. Is there some way to specify that I want this > column to be an

[julia-users] DataFrame type specification

2015-10-22 Thread Andrew Gibb
I have a csv with some data. One of the columns is something I'd always like to be read as a string, although sometimes the value will just be numerals. Is there some way to specify that I want this column to be an AbstractString in readtable? Or perhaps some way to convert that column from