df = df.append(<dataframe_to_be_appended>)
>>> df Empty DataFrame Columns: [] Index: [] >>> df = df.append(data) >>> df A 0 0 1 1 2 2