I have a vector a = [1,2,3]. I want to convert it into a DataFrame so I run
convert(DataFrame,a)
But I was told
ERROR: MethodError