Curious if I can utilize more cores my instance has to offer when running pl.collect_all()
I run a function that return 500 Polars LazyFrames. My goal is to concatenate them all together and call the collect_all() method to cast to a Polars DataFrame: