1. I was running reshape on a 30GB data with 60 million observations and 150 variables (6 stub variables). I use Windows 11. My laptop has 68GB RAM.
Then after long hours it says "I/O error writing .dta file Usually such I/O errors are caused by the disk or file system being full."
But I am using data that's stored in D drive, and my D drive has 1.8TB remaining.
So will Stata use some space in C drive (or whichever drive that contains Stata exe file) regardless of the drive that stores the data I am using?
But I can't just suddenly make free space in C. Can I make Stata use D drive instead for performing reshape, greshape, tolong?
2. This post by the creator of tolong compares reshape, greshape, tolong for a small data.
For a 30GB data with 60 million observations and 150 variables (6 stub variables), which command is the fastest?
Then after long hours it says "I/O error writing .dta file Usually such I/O errors are caused by the disk or file system being full."
But I am using data that's stored in D drive, and my D drive has 1.8TB remaining.
So will Stata use some space in C drive (or whichever drive that contains Stata exe file) regardless of the drive that stores the data I am using?
But I can't just suddenly make free space in C. Can I make Stata use D drive instead for performing reshape, greshape, tolong?
2. This post by the creator of tolong compares reshape, greshape, tolong for a small data.
For a 30GB data with 60 million observations and 150 variables (6 stub variables), which command is the fastest?
Comment