Hi everyone,
Since I'm facing a memory problem, I can't use the -reshape long- command, for example, because it exceeds my computer's memory capacity.
So my idea was to do a bit at a time, take the first hundred thousand IDs, for example, do some statistics, then save the results, and -append- them to the results of the next hundred thousand IDs, and so on until the end.
Could someone give me a suggestion of how to do this, or share a better idea for solving this problem please?
Many thanks in advance.
Best,
Michael
Since I'm facing a memory problem, I can't use the -reshape long- command, for example, because it exceeds my computer's memory capacity.
So my idea was to do a bit at a time, take the first hundred thousand IDs, for example, do some statistics, then save the results, and -append- them to the results of the next hundred thousand IDs, and so on until the end.
Could someone give me a suggestion of how to do this, or share a better idea for solving this problem please?
Many thanks in advance.
Best,
Michael
Comment