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?
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?