python append list into pandas dataframe code example Example: how to add list as new row to pandas dataframe df = df.append(a_series, ignore_index=True)