pandas get last row and delete it from Dataframe code example Example: how to remove last 2 rows in a dataframe df1 = df.iloc[:3]