chemcoord.Cartesian.append

Cartesian.append(other, ignore_index=False)

Append rows of other to the end of this frame, returning a new object.

Wrapper around the pandas.DataFrame.append() method.

Parameters:
  • other (Cartesian) –
  • ignore_index (sequence, bool, int) – If it is a boolean, it behaves like in the description of pandas.DataFrame.append(). If it is a sequence, it becomes the new index. If it is an integer, range(ignore_index, ignore_index + len(new)) becomes the new index.
Returns:

Return type:

Cartesian