David Anthoff

Results 1184 comments of David Anthoff

Cool! And ah, we already have support for saving to streams, I had forgotten about that! I guess the question is whether we should add support so that one uses...

We now have read and write support for gz compressed files. I'm leaving this open, in case we want to add support for more formats.

I feel your pain, my solution to it was to just move to the US a couple of years ago ;) We can definitely register more file extensions and associate...

https://github.com/davidanthoff/CSVFiles.jl/pull/11

Thanks for reporting these, these are clearly bugs! I guess a quick, partial fix would be to just always write quotes around ``Char`` (that really seems better in general), and...

I think the `reset` makes sense, otherwise the load would try to read from the end of the stream, right? We should probably make that clearer in the README, though!...

Yes, I think making this clearer in the README would be great. Maybe the easiest would be to move all the stream examples into a final section at the end?...

> I think that it would be best to have an empty string for missings in non-numeric data. That would be for writing files, right? Do you think we need...

Well, now is the time to break things! I haven't released the julia 1.0 version officially, and I'm willing to break things with that transition, and then hopefully not again...

Not at the moment, it first needs to be implemented in TextParse: https://github.com/JuliaComputing/TextParse.jl/issues/61.