drop perticuler row in pandas code example Example 1: remove 0th row pandas df1 = df.iloc[1:] Example 2: dataframe delete row df.drop(df.index[2])