I have a data frame with 7000,000+ rows. cuz it takes about 2 hours to run the codes in order to get this data frame, I kind of want to export it so that I can import it next time without retuning the codes again.
I am just wondering besides cdv, which I personally think may not be able to handle so many records, is there another way to export the data frame as R does with .rda file?
Thank you so much!