rennX / FunctionPointParser

Repository for Team NLP capstone
1 stars 0 forks source link

Create function to pull data from the three arrays into three CSV files #35

Closed rennX closed 10 years ago

rennX commented 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.