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 tomapa 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 27 2025 at 04:44 UTC