atoti.Table.append()# Table.append(*rows)# Add one or multiple rows to the table. If a row with the same keys already exist in the table, it will be overridden by the passed one. Parameters: rows (tuple[Any, ...] | Mapping[str, Any]) – The rows to add. Rows can either be: Tuples of values in the correct order. Column name to value mappings. All rows must share the shame shape.