Y
Hacker News
new
|
ask
|
show
|
jobs
by
ayhanfuat
960 days ago
I encountered the same issue. Polars' memory usage was much lower for the datasets I tried.
1 comments
LunaSea
957 days ago
Problems I encountered with polar was that the immutability meant that copies of the dataframe were generated and not cleaned up fast enough.
link