Jacob Quinn
Jacob Quinn
Not currently, but we could look into supporting this. We do currently support writing out "partitions", so you could theoretically achieve something like this by leveraging the Tabes.jl API with...
FWIW, CSV.jl can parse this correctly: ``` julia julia> f = CSV.Source(IOBuffer(s);rows=2,header=0,delim=' ') CSV.Source: CSV.Options: delim: ' ' quotechar: '"' escapechar: '\\' null: "" dateformat: Base.Dates.DateFormat(Base.Dates.Slot[],"","english") 2x3 Data.Schema: Column1, Column2,...
Yeah, I was just going to say, we could at least do a check that the year is within the bounds of the typemin/typemax as currently defined. I believe there...