I have a similar question to this one ...
Merge error : negative length vectors are not allowed
However, I am merging two files (3 columns each, 1300 million rows each) by one column and have a similar error:
Negative length vectors are not allowed.
The suggested answer to this is that there isn't enough memory, however, I'm running these on a system with 3TB memory (of which it tells me the maximum reached was 247 GB). Is this still likely to be due to memory issues, or is there something else at play? Would it just be worth reducing these dataframes and merging them?
Thanks for any advice.
Best wishes, Natalie