Statements (37)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:software
|
gptkbp:bfsLayer |
4
|
gptkbp:bfsParent |
gptkb:Julia
gptkb:Julia_Language |
gptkbp:dependency |
gptkb:File_IO.jl
gptkb:Tables.jl gptkb:Data_Frames.jl |
gptkbp:developed_by |
gptkb:Julia_Computing
|
gptkbp:example |
CSV. File("data.csv", delim=';')
CSV. File("data.csv", header=false) CSV.read("input.csv") CSV.write("output.csv", data) data = CSV. File("data.csv") using CSV |
gptkbp:features |
multi-threading support
streaming support support for large files column type inference custom header handling custom parsing handling of missing values integration with other Julia packages support for different encodings support for quoted fields support for various delimiters |
gptkbp:has_documentation |
https://csv.juliac.io
|
https://www.w3.org/2000/01/rdf-schema#label |
CSV.jl
|
gptkbp:is_compatible_with |
Julia 1.0 and above
|
gptkbp:language |
gptkb:Julia
|
gptkbp:latest_version |
0.9.10
|
gptkbp:provides |
fast CSV reading
fast CSV writing |
gptkbp:release_date |
gptkb:2016
|
gptkbp:repository |
https://github.com/ Julia IO/ CSV.jl
|
gptkbp:supports |
gptkb:Data_Frames.jl
CSV file format |
gptkbp:uses |
Julia's type system
|