swat.cas.table.CASTable.append

CASTable.append(self, other, ignore_index=False, verify_integrity=False, casout=None)

Append rows of other to self

Parameters
otherCASTable

The CAS table containing the rows to append

ignore_indexboolean, optional

Not supported.

verify_integrityboolean, optional

Not supported.

Returns
CASTable