a=@data([NA,3,5,7,NA,3,7]) i want to do this: b=[NA,a[1:end-1]]
but julia says no convert methods. is there anyone know some other ways?
a=@data([NA,3,5,7,NA,3,7]) i want to do this: b=[NA,a[1:end-1]]
but julia says no convert methods. is there anyone know some other ways?