select the last 19 row of a dataframe code example Example: drop the last row of a dataframe df.drop(df.tail(n).index,inplace=True) # drop last n rows