how to append to the end of a dataframe pandas code example Example: add rows to dataframe pandas df = df.append({'a':1, 'b':2}, ignore_index=True)