Julia Programming Language
Write data to Arrow file row by row
General Usage
arrow
danielw2904
May 31, 2022, 4:53am
4
I ended up using the jsonlines format instead. If the file ends up too large I use it with GZip.jl
Saving data a scan at a time and reading as a contiguous block
show post in topic