How to save a Koala dataframe to ORC using ZLIB compression?

25 Views Asked by At

Koalas dataframes (the Pandas API to Spark) has a to_orc method to save in the ORC format.

How to call it telling it save compressed using the ZLIB method?

0

There are 0 best solutions below