The second error tells you what to do? You need to iterate over eachcol(Attain[!, 4:11])
is you want to map
a function to a set of columns.
Nils said:
The second error tells you what to do? You need to iterate over
eachcol(Attain[!, 4:11])
is you want tomap
a function to a set of columns.
@Nils
I attempted the following:
map(convert(Array{Float64,1}, eachcol(ED4[!, 7:11])))
Perhaps there is a more elegant presentation?
Thank you,
Last updated: Nov 06 2024 at 04:40 UTC