ankane/ruby-polars

Add #sink_parquet method

shreeve opened this issue · 4 comments

For files bigger than memory, it would be great to be able to use:

Polars.scan_csv(csv_file).sink_parquet(parquet_file)
ankane commented

Thanks @shreeve, added in the commit above.

@ankane - You are the man! Thank you so much.

@ankane - This is extremely helpful. I was unable to process several large files and now I am able to do so. Thanks again.

ankane commented

Great to hear. Just pushed a new release (0.4.0).