Optimizing memory usage to work with large LazyFrames with Polars + Python
I have this application where I need to work with very large amount of data. I’ve read that polars should be able to work with datasets larger than the available memory, so I must be doing something wrong…