Skip to content

Support Symbol column parser #118

Open
@yakir12

Description

@yakir12

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})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions