我在用Julia语言导入数据帧时遇到问题

我在用Julia语言导入数据帧时遇到问题,julia,Julia,我不知道怎么解决,请帮帮我 julia> using DataFrames julia> readtable("/home/ronald/Documentos/csv/model.csv") Error showing value of type DataFrames.DataFrame: ERROR: type TypeName has no field wrapper in display(::Media.DisplayHook, ::DataFrames.DataFrame

我不知道怎么解决,请帮帮我

julia> using DataFrames

julia> readtable("/home/ronald/Documentos/csv/model.csv")
Error showing value of type DataFrames.DataFrame:
ERROR: type TypeName has no field wrapper
 in display(::Media.DisplayHook, ::DataFrames.DataFrame) at /home/ronald/.julia/v0.6/Media/src/compat.jl:9
 in display(::DataFrames.DataFrame) at ./multimedia.jl:184
 in print_response(::Base.Terminals.TTYTerminal, ::Any, ::Void, ::Bool, ::Bool, ::Void) at ./REPL.jl:156
 in print_response(::Base.REPL.LineEditREPL, ::Any, ::Void, ::Bool, ::Bool) at ./REPL.jl:141
 in (::Base.REPL.##22#23{Bool,Base.REPL.##33#42{Base.REPL.LineEditREPL,Base.REPL.REPLHistoryProvider},Base.REPL.LineEditREPL,Base.LineEdit.Prompt})(::Base.LineEdit.MIState, ::Base.AbstractIOBuffer{Array{UInt8,1}}, ::Bool) at ./REPL.jl:654
 in run_interface(::Base.Terminals.TTYTerminal, ::Base.LineEdit.ModalInterface) at ./LineEdit.jl:1579
 in run_frontend(::Base.REPL.LineEditREPL, ::Base.REPL.REPLBackendRef) at ./REPL.jl:931
 in run_repl(::Base.REPL.LineEditREPL, ::Base.##964#965) at ./REPL.jl:190
 in _start() at ./client.jl:377

以及“/home/ronald/Documentos/csv/model.csv”中的内容?请检查Pkd.dir()*“DataFrames/test/data”以查看示例.csv文件列表,您可以复制一个并修改它…您应该尝试使用Julia版本0.5(当前的稳定版本),而不是开发版本0.6。