in de/synthetic.py [0:0]
def append_rows(self, table, ratio): new_part = self.generate_table(int(ratio * len(table))) return pa.concat_tables([table, new_part]).combine_chunks()