nmrglue.fileio.table.append_row

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

Append a row to the end of a records array.

Parameters
recrecarray

Records array.

rowarray_like

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

Returns
new_recrecarray

New records array with inserted row.