nmrglue.fileio.table.append_row

nmrglue.fileio.table.append_row(rec, row)[source]

Append a row to the end of a records array.

Parameters :

rec : recarray

Records array.

row : array_like

Array or similar object which will be converted into a new row.

Returns :

new_rec : recarray

New records array with inserted row.

Previous topic

nmrglue.fileio.table.insert_row

Next topic

nmrglue.fileio.table.delete_row

This Page