[julia-users] Re: How to vonvet Char to Float64, what wrong ?

2016-11-25 Thread Jeffrey Sarnoff
what is `a` and `typeof(a)` where `a = sort(unique(dane[:,4]))[3])` On Friday, November 25, 2016 at 3:35:21 AM UTC-5, program...@gmail.com wrote: > How to convert Char to Float? What wrong ? > > julia> eltype(sort(unique(dane[:,4]))[3]) > Char > > julia> (sort(unique(dane[:,4]))[3]) >

[julia-users] Re: How to vonvet Char to Float64, what wrong ?

2016-11-25 Thread Jeffrey Sarnoff
if `a = sort(unique(dane[:,4])[3])`, what is `(a, typeof(a))`? On Friday, November 25, 2016 at 3:35:21 AM UTC-5, program...@gmail.com wrote: > How to convert Char to Float? What wrong ? > > julia> eltype(sort(unique(dane[:,4]))[3]) > Char > > julia> (sort(unique(dane[:,4]))[3]) > "-.097" > >