You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert a 200 GB csv file to fst files using disk.frame. I have done this process many times before but this time i am getting this error, and I don't know why.
This is my code:
setup_disk.frame(gui = TRUE)
options(future.globals.maxSize = Inf)
lab_result.df<-csv_to_disk.frame("lab_result.csv", outdir="path to place the fst file", in_chunk_size = 2e6)
This is the error that I am getting:
Error in dplyr::bind_rows(res, .id = .id) :
Can't combine ..1$lab_result_num_val and ..67$lab_result_num_val .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
I am trying to convert a 200 GB csv file to fst files using disk.frame. I have done this process many times before but this time i am getting this error, and I don't know why.
This is my code:
setup_disk.frame(gui = TRUE)
options(future.globals.maxSize = Inf)
lab_result.df<-csv_to_disk.frame("lab_result.csv", outdir="path to place the fst file", in_chunk_size = 2e6)
This is the error that I am getting:
Error in dplyr::bind_rows(res, .id = .id) :
Can't combine
..1$lab_result_num_val
and..67$lab_result_num_val
.Beta Was this translation helpful? Give feedback.
All reactions