I have created a csv file which contains a matrix of around 18000x18000. The file itself is a little over 6GB. When I run
simData = np.genfromtxt(FileName, ",");
I get a "MemoryError" after it has run for a few minutes.
Any way around this?
I have created a csv file which contains a matrix of around 18000x18000. The file itself is a little over 6GB. When I run
simData = np.genfromtxt(FileName, ",");
I get a "MemoryError" after it has run for a few minutes.
Any way around this?