0
LiteTable 0.6.7 줄리아 0.3 Jewel0.6.4 6월 0.2 맥 OSX 10.9, 나는 DataFrame 패키지로의 dataVector를 사용에 문제가 LightTable Julia0.3
하이에서의 dataVector를 사용하여 어떤 방법 오류가 없습니다. 그 후
using DataFrames
df = DataFrame()
df["Name"] = DataVector["JohnSmith", "JaneDoe"]
df["Height"] = DataVector[73.0,68.0]
df["Weight"] = DataVector[NA,130]
df["Gender"] = DataVector["Male","Female"]
는 줄리아는 말한다
no method convert(Type{DataArray{T,1}}, ASCIIString)
in getindex at array.jl:121
나는 6 월이 DataFrames 기능을 허용하지, 0.2 합니까 LightTable의 플러그인 등의 보석으로 줄리아에서이 같은 스크립트 작업을 수행 할 수 있습니까?
나는 dataeye() 및 기타 기능을 시도했지만이 작동하지 않습니다 ..을 BRW, 내가 구글 그룹에서 유사한 게시물을 발견했다. https://groups.google.com/forum/#!topic/julia-users/VmgmRnBCo9I
감사합니다.
감사합니다 존, 당신의 비디오를 시청했다 : http://juliastats.github.io/DataFrames.jl/
여기 당신이 당신이하려는 일을 어떻게입니다. 나는 이것이 아주 오래되었다는 것을 몰랐다. https://www.youtube.com/watch?v=XRClA5YLiIc 귀하의 조언을 듣고 모든 것이 잘되었습니다. 감사. –
이 답변의 링크가 작동하지 않습니다. 이제 문서를 찾을 수 있습니다 [여기] (http://dataframesjl.readthedocs.org/en/latest/). – user4235730