polars: how to optimize sink_parquet
I’m working on string manipulation in large files which is explained here. Based on the recommendations I received, I am using LazyFrame
s and the sink_parquet
function.
As I try to improve throughput I want to optimize the sink_parquet
function.