Il était difficile de rechercher sur Google à chaque fois, alors prenez note
data = np.loadtxt("foo.csv",delimiter=",") np.savetxt("bar.csv", data, delimiter=",")
référence: http://www.mwsoft.jp/programming/numpy/csv.html
Recommended Posts