ParquetFiles.jl icon indicating copy to clipboard operation
ParquetFiles.jl copied to clipboard

save to parquet?

Open Gyslain opened this issue 6 years ago • 2 comments

Can we save a dataFrame to a parquet file?

Gyslain avatar Jun 26 '19 22:06 Gyslain

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).

davidanthoff avatar Jun 27 '19 07:06 davidanthoff

Pending this PR https://github.com/JuliaIO/Parquet.jl/pull/66

xiaodaigh avatar May 21 '20 13:05 xiaodaigh