how to insert a dataframe with one row as a row in ina diferent dataframe code example Example: add rows to dataframe pandas df = df.append({'a':1, 'b':2}, ignore_index=True)