DavideMessinaARS
DavideMessinaARS
I'm new to disk.frame so maybe I'm misunderstanding how it works with data.table. I run disk.frame version 0.50 and data.table version 1.14.0 ```r library(disk.frame) library(data.table) setup_disk.frame() test_dt = as.disk.frame(data.table(x =...
I have an algorithm which is divided in various steps, all of them called inside a to_run file. I want to log not only the errors but the traceback too....
I need to create a dataset with billions of rows and only a few columns. My RAM is in the hundreds of GB, and the current limitation is Polars itself....