ParquetFiles.jl
ParquetFiles.jl copied to clipboard
save to parquet?
Can we save a dataFrame to a parquet file?
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).
Pending this PR https://github.com/JuliaIO/Parquet.jl/pull/66