Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Kevin Liu
Ok On Wed, May 18, 2016 at 4:17 PM, Stefan Karpinski wrote: > In the future, please start a new thread for a new question/topic. > > On Wed, May 18, 2016 at 1:29 PM, Kevin Liu wrote: > >> Stefan, since you helped aar...@udel.edu I thought maybe you'd help me. >> >> >> On Wednesday, May 18, 2016

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Stefan Karpinski
In the future, please start a new thread for a new question/topic. On Wed, May 18, 2016 at 1:29 PM, Kevin Liu wrote: > Stefan, since you helped aar...@udel.edu I thought maybe you'd help me. > > > On Wednesday, May 18, 2016 at 2:26:34 PM UTC-3, Kevin Liu wrote: >> >> Thanks Tom, that worked. >>

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Kevin Liu
Stefan, since you helped aar...@udel.edu I thought maybe you'd help me. On Wednesday, May 18, 2016 at 2:26:34 PM UTC-3, Kevin Liu wrote: > > Thanks Tom, that worked. > > Stefan, I'm sorry, I got this thread from > https://github.com/JuliaLang/julia/issues/13782 > > On Wednesday, May 18, 2016 at

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Kevin Liu
Thanks Tom, that worked. Stefan, I'm sorry, I got this thread from https://github.com/JuliaLang/julia/issues/13782 On Wednesday, May 18, 2016 at 12:20:39 PM UTC-3, Tom Breloff wrote: > > I think you might need target on the other side of the tilde: "target ~ > x"? > > On Wed, May 18, 2016

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Stefan Karpinski
Why in the world is this addressed to me and why did you choose to resurrect an old, unrelated thread instead of starting a new one? On Wed, May 18, 2016 at 11:16 AM, Kevin Liu wrote: > Hi Stefan, what's wrong with my code? These are symbols for columns. > > > *OLS=glm(x016399044a+x0342faceb5+x0

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Tom Breloff
I think you might need target on the other side of the tilde: "target ~ x"? On Wed, May 18, 2016 at 11:16 AM, Kevin Liu wrote: > Hi Stefan, what's wrong with my code? These are symbols for columns. > > > *OLS=glm(x016399044a+x0342faceb5+x04e7268385+x06888ceac9+x072b7e8f27+x087235d61e+x0b846

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Kevin Liu
the dataset https://github.com/kzahedi/RNN.jl/issues/1 On Wednesday, May 18, 2016 at 12:16:49 PM UTC-3, Kevin Liu wrote: > > Hi Stefan, what's wrong with my code? These are symbols for columns. > > > *OLS=glm(x016399044a+x0342faceb5+x04e7268385+x06888ceac9+x072b7e8f27+x087235d61e+x0b846350ef+x0e2a

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2016-05-18 Thread Kevin Liu
Hi Stefan, what's wrong with my code? These are symbols for columns. *OLS=glm(x016399044a+x0342faceb5+x04e7268385+x06888ceac9+x072b7e8f27+x087235d61e+x0b846350ef+x0e2ab0831c+x12eda2d982+x136c1727c3+x173b6590ae+x174825d438+x1f222e3669+x1f3058af83+x1fa099bb01+x20f1afc5c7+x253eb5ef11+x25bbf0e7e7+x271

Re: [julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2015-10-27 Thread Stefan Karpinski
For quite some time, the way to access columns of DataFrames is to index with symbols like :ID rather than strings like "ID". On Sun, Oct 25, 2015 at 2:01 PM, wrote: > As you can see in the screen shot below this is the chunk of code I am > trying to run. Error seems to occur with the `getindex`

[julia-users] Using Juno/LT to run Julia Code, Error, `getindex` has no method matching getindex(::DataFrame, ::ASCIIString

2015-10-26 Thread aarond
As you can see in the screen shot below this is the chunk of code I am trying to run. Error seems to occur with the `getindex` and it seems to be related to the line of code: for (index, idImage) in enumerate(labelsInfoTrain["ID"], as both are highlighted in pink, Very confused how to fix, loo