I have a Vector{Array{Float64,2}}
that I want to access columns from, but I don’t know how. It is generated via comprehension. Does it need to be turned into a DataFrame? If so, how? When I try df1 = DataFrames(one_foodweb_result)
I get MethodError: objects of type Module are not callable
.
I understand that it’s 3D, so to access data is it like [row, column, frame/array]?
Vector{Array{Float64,2}} with 4 elements
50001×6 Array{Float64,2}:
50001×6 Array{Float64,2}:
50001×6 Array{Float64,2}:
50001×6 Array{Float64,2}: