Python DataFrame Appendisnt menampilkan

# With Pandas, the dataframe needs to be re-assigned to take effect
houseitems = houseitems.append(df_new_items, ignore_index=True)
Powerful Penguin