DLMReader.jl
DLMReader.jl copied to clipboard
High-performance delimited-file reader and writer for Julia
Hi! Currently in DLMReader/InMemoryDatasets, Floats very close to zero (under 5e-324) are parsed as missing values. It seems to me that the prefered behaviour should be to parse those as...
Hi, It is in the title. I was wondering if it is possible to add support for compressed .gz .zip file? (Like data.table or CSV.jl) Thank you
Are comments in the CSV file is supported?
As discussed here https://discourse.julialang.org/t/how-do-i-know-if-a-package-is-good/82133, it would be nice if this package's Readme linked to some alternatives: CSV.jl, DelimetedFiles.jl I realised everyone likes to advertise what their package is good at,...