thank you
Closed this issue · 1 comments
Ken-B commented
Not a bug or issue, but I just wanted to say thank you for this package!
For reference, I read a compressed csv file as such:
using CodecXz, Queryverse
df = open(XzDecompressorStream, filename) do stream
DataFrame(load(Stream(format"CSV", stream)))
end
Thanks again!
cheers
(feel free to close ;)
bicycle1885 commented
My pleasure! Let me close this issue to keep track of important stuff.