We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is from using JuliaDB:
using DelimitedFiles, JuliaDB x = [[:x, :a, :b, :c] [:y, 1, 2, 3]] writedlm("tmp.csv", x) t = loadtable("tmp.csv", colparsers = [Symbol, Int], delim='\t') # ERROR: MethodError: no method matching fromtype(::Type{Symbol})