Closed rennX closed 10 years ago
Function was not required. A line similar to... numpy.savetxt("./output/the2DArray.csv", the2DArray, delimiter=",", fmt="%s") ...will save an array to csv format.
Function was not required. A line similar to... numpy.savetxt("./output/the2DArray.csv", the2DArray, delimiter=",", fmt="%s") ...will save an array to csv format.