David Anthoff

Results 1184 comments of David Anthoff

Lets leave it open for now, there is probably a way that we could improve this.

The problem here is that the column type detection algorithm here goes wrong. It classifies the third column as `yyyy/mm/dd`, which is clearly wrong. I think the whole classification logic...

I actually would have thought that the ``nrows`` argument would control that, but apparently it doesn't. Having the ability to only return ``n`` rows would be really, really useful. I...

https://github.com/queryverse/TextParse.jl/pull/145 was the first step: it freed the name `nrows` for this. Next step is to add the actual functionality. I was actually also thinking to breaking out a separate...

Ok, cool. No promise on timing, but I'll try to give it a bit more priority than it has right now ;)

Are these columns surrounded by quotation marks? If not, we would have to add support for XML to handle this? That seems not like a good idea :) Or am...

Yeah, adding an option that allows overwriting would be good!

Unfortunately not. This package here is just a small wrapper around https://github.com/JuliaIO/Parquet.jl, and that package doesn't have write support (nor does any other julia package, as far as I know).

I can't replicate that, and the error seems very weird because `save` is actually exported by ExcelFiles.jl [here](https://github.com/queryverse/ExcelFiles.jl/blob/v1.0.0/src/ExcelFiles.jl#L8). Are you sure that you are executing the code in the same...

Not possible right now, and we would have to think what the right API here is and how it can be integrated with the general File IO API.