df_new = df_new.append(df.tail(1))
if df_new is not defined. The following code will do it.
df_new = df.tail(1)
2.1m questions
2.1m answers
60 comments
57.0k users