remove_at method

remove_at

Removes a column at the specified position from a table.

def remove_at(self, first_column_index, with_attached_rows):
    ...
ParameterTypeDescription
first_column_indexintIndex of a column to delete.
with_attached_rowsboolTrue to delete also all attached columns.

See Also