[PYTHON] [Numpy] Rufen Sie savetxt () im Append-Modus auf

What's this Verwendung von savetxt (), einer Funktion zum Speichern von ndarray in einer Datei im Append-Modus.

Code

savetxt.py


import numpy

a = [[3, 4, 5], [6, 7, 8], [9, 10, 11]]
nda = numpy.array(a)

a2 = [[-3, -4, -5], [-6, -7, -8], [-9, -10, -11]]
nda2 = numpy.array(a2)

with open('output.txt', 'a') as f_handle:
	numpy.savetxt(f_handle, nda)
	numpy.savetxt(f_handle, nda2)

Referenz

http://stackoverflow.com/questions/17731419/appending-a-matrix-to-an-existing-file-using-numpy http://stackoverflow.com/questions/19793692/strings-and-arraysmatrix-row-wise-numpy-savetxt

Recommended Posts

[Numpy] Rufen Sie savetxt () im Append-Modus auf
wo von numpy
Achsenspezifikation mit NumPy
Installieren Sie numpy in Visual Studio 2019
Nachahmung von Pythons Numpy in C #
Matrixprodukt in Python numpy
Verwenden wir Juman ++ im Servermodus
Beschleunigen Sie den Zhang-Suen-Algorithmus in Numpy
Rufen Sie Methoden in Python dynamisch auf
Verwenden des Python-Modus in der Verarbeitung