vars = names(df) where df is a DataFrame object and vars is an array of 
Symbols. How do I change the elements in vars to lower case? When I did

for x in vars
println("$v")
end

it gives me an error.


Thanks a bunch.

Reply via email to