Change Column Names of a DataFrame - Previous methods don't work

Or show your code, so we can check where the Any comes from.
This

julia> [:a,:c]
2-element Array{Symbol,1}:
 :a
 :c

is an array of Symbols. No need to be explicit with types.

3 Likes